是否可以在 Windows 7 中断开 WebDAV 共享?
我的网络中有一台 Apache 服务器,并使用摘要式身份验证进行 WebDAV 共享。我还使用Windows 7中的“添加网络位置”来添加WebDAV共享。到目前为止,WebDAV 共享工作没有任何问题。创建、复制或删除文件正常。
登录 Windows 后第一次访问 WebDAV 共享时,我将输入我的凭据信息(用户名和密码)。如果我不从 Windows 7 注销,我在第二次和第三次访问 WebDAV 时不需要提供任何凭据信息。
在使用完共享后,是否有任何简单的方法可以让我注销或断开 WebDAV 共享的连接但无法从 Windows 7 注销?
WebDAV 共享包含重要且敏感的数据,我希望在再次完成共享任务后结束会话。像断开连接这样的功能对我来说就足够了。
I have an Apache server in my network with a WebDAV share using Digest Authentication. I also used the "Add a network location" in Windows 7 to add the WebDAV share. The WebDAV share works without any problem so far. Create, copy or delete files are working.
The first time I access the WebDAV share after I log on to Windows, I will enter my credential information (username and password). I do not need to supply any credential information for the 2nd and 3rd time I access the WebDAV if I don't log out from Windows 7.
Is there any easy way to log me out or disconnect my WebDAV share after I finish using the share but not log out from Windows 7?
The WebDAV share contains important and sensitive data and I wish to end the session once I finish my task again the share. A function like disconnect would be sufficient for me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
要断开 WebDAV 共享,请使用“net use”命令。例如,要断开在命令提示符下运行的所有共享:
您可能还想清除缓存的凭据。在这种情况下,您可以在命令提示符下运行:
此命令将显示一个对话框,您可以在其中删除缓存的登录名/密码。
To disconnect WebDAV share use the 'net use' command. For example to disconnect all shares run in a command prompt:
You may also want to clear the cached credentials. In this case you can run in a command prompt:
This command will display a dialog in which you can delete cached login/password.
在 Windows 8.1 中,以下方法对我有用:
1) 转到服务控制台 (services.msc)
2) 找到正在运行的 Webclient 服务,然后将其停止
3) 刷新网络位置窗口,然后 WebDav 位置应该消失
4 ) 重新启动Webclient服务。
In Windows 8.1, the following approach worked for me:
1) Go to the Services Console (services.msc)
2) Find the running Webclient service and then Stop it
3) Refresh the Network Locations Window and then the WebDav location should be gone
4) Restart the Webclient service.
将鼠标指针放在连接上(在 Windows 资源管理器中),单击鼠标右键并选择删除
You put your mouse pointer over the connection (in Windows Explorer), click the right button mouse and choose Delete