删除缓存的 UNC URL 凭据 Win 10/Server 2012

MBN*_*BNH 5 networking share windows-server-2012 windows-10

我需要从文件资源管理器中删除通过 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
Run Code Online (Sandbox Code Playgroud)

即使在所有这些事情之后并重新启动计算机,在文件资源管理器中键入时,共享也会立即出现,没有提示。有任何想法吗?这使得故障排除非常困难。此外,您不能使用不同的凭据登录。最后,我不希望出现这种行为,因为我要求用户每次都提供凭据。

sta*_*ata 1

该信息窗口保存在注册表中。

按Win+R,弹出“运行”对话框。输入regedit并按 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]

  • 开始-->运行--> rundll32.exe keymgr.dll, KRShowKeyMgr (2认同)