clear out windows 10 network credentials without rebooting

rek*_*otc 12 windows network-shares windows-10

i need to be able to completely clear the network credentials that i use to open a shared folder on my NAS. I want to be able to do it without a reboot, i've tried the following solutions so far:

1) start -> Control Panel -> User Accounts and Family Safety -> Credential Manager. I found the stored credentials and deleted them.

2) by using an elevated prompt: net use Z: /d

在这两种情况下,都删除了某些内容,但是一旦我尝试再次连接到网络文件夹,它就会直接连接而不要求我提供任何登录凭据

有什么建议吗?

提前致谢。

小智 17

您可以从控制面板\所有控制面板项目\用户帐户中删除经过身份验证的凭据

点击用户名

  1. 在左侧,您将看到管理您的凭据。从中选择共享名称并删除

完成上述操作后,使用 net use 删除

  1. 开始 > 运行 > cmd > net use * /DELETE

来源:

  • 这正是重点:如果我不保存它们,则 Windows 凭据中没有条目(这显然是正确的),但它们仍然使用“net use”出现在列表中。但是即使在使用“net use * /DELETE”之后我也可以自动登录而不需要密码,这不是我想要的 (2认同)