我需要从文件资源pipe理器中删除通过IP UNC \ URL访问的共享的UNC \ URL凭据。 例如,上周我login到10.10.10.20 \ someshare,现在,当我去的时候,我不必input名字和密码。 以下是我所做的不起作用的事情:
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
即使所有这些东西,并重新启动计算机,分享出来,无需提示,在文件资源pipe理器中键入。 有任何想法吗? 这使得故障排除非常困难。 另外,您无法使用不同的凭据login。 最后,我不想要这种行为,因为我有一个要求让用户每次都提供凭据。
这个信息窗口保存在registry中。
按Win + Rpopup运行对话框。 inputregedit,然后按Enter键。
对于Windows 8
HKEY_CURRENT_USER \软件\微软\的Windows \ CurrentVersion \ Explorer中\ TypedPaths
对于windows server 2012来说比较复杂
[HKEY_USERS \ S-1-5-21- – – **** – 500 \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ TypedPaths]
如果您已经删除了所有已保存凭证的实例,并且您仍然能够在不提供明确凭证的情况下连接到共享,我相信有两种可能性:
您的份额允许匿名/访客连接
您使用对共享有效的凭据login到工作站,而Windows只是自动传递凭据。 这可能是域证书,甚至是本地证书,只是碰巧与文件服务器上的帐户具有相同的用户名/密码。