3
在Windows Server 2012中挂载WebDAV驱动器
我在使用以下命令通过资源管理器或cmd安装webdav驱动器时遇到问题: net use z: "https://.." /user:username password System error 67 has occured. The network name cannot be found. 在我的其他机器上一切正常。以为我必须安装“桌面体验”功能,但在服务器管理器/添加功能中找不到它。我已经添加了“ Media Foundation”功能,并且“ WebDAV Publishing”甚至与IIS一起安装。我在services.msc中找不到WebClient服务。 有什么建议,如何启用客户端webdav支持?