小编MBN*_*BNH的帖子

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

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

networking share windows-server-2012 windows-10

5
推荐指数
1
解决办法
4351
查看次数