我需要从文件资源管理器中删除通过 IP UNC\URL 访问的共享的 UNC\URL 凭据。例如,上周我登录了 10.10.10.20\someshare,现在,当我访问它时,我不必输入名称和密码。以下是我所做的不是工作:
net use (does not display anything)
net use * /d (returns, but no change)
Net use \\10.10.10.20\someshare /d (network connection could not be found)
net use \\10.10.10.20\ipc$ /d (network connection could not be found)
I restarted explorer.exe after those commands
I ran klist purge after those commands
I checked the Credential Manager (nothing)
*update* I checked Stored User Names and Passwords (nothing)
I looked in the registry for the IP (since this lasts through reboots) but there was nothing
即使完成了所有这些操作并重新启动了计算机,在文件资源管理器中键入时,共享仍会立即出现,没有任何提示。有什么想法吗?这使得故障排除非常困难。此外,您无法使用不同的凭据登录。最后,我不希望出现这种情况,因为我要求用户每次都提供凭据。
答案1
此信息窗口保存在注册表中。
按 Win+R 调出跑步对话框中。类型注册表编辑器并按 Enter。
对于 Windows 8
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\TypedPaths
对于 Windows Server 2012 来说更为复杂
[HKEY_USERS\S-1-5-21---****-500\Software\Microsoft\Windows\CurrentVersion\Explorer\TypedPaths]
答案2
如果您已经删除了所有已保存凭据的实例,并且仍然能够在不提供明确凭据的情况下连接到共享,我相信有两种可能性:
您的共享允许匿名/访客连接
您使用对共享有效的凭据登录到工作站,Windows 会自动传递您的凭据。这可能是域凭据,甚至是恰好与文件服务器上的帐户具有相同用户名/密码的本地凭据。