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