在没有连接的情况下“同一用户多次连接到服务器或共享资源”

在没有连接的情况下“同一用户多次连接到服务器或共享资源”

相关:指定的网络文件夹当前使用不同的用户名和密码映射

但是,我目前尚未连接到网络位置。

如果输入,net use我会得到以下输出:

>net use
New connections will not be remembered.

There are no entries in the list.

当我去映射驱动器时,它会要求输入两次凭据,然后第二次失败并显示以下消息:

指定的网络文件夹当前使用不同的用户名和密码映射。

如果我尝试通过net use控制台映射它,我会得到:

net use z: \\[location]\Data /user:[username] [password]
System error 1219 has occurred.

Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.

没有连接,但是当我尝试映射驱动器时,它却失败了,就像有连接一样。

答案1

事实证明,Windows 已缓存此位置的凭据。

Control Panel > Credentials Manager

在下面Windows Credentials

在此处输入图片描述

删除已将凭据缓存到网络共享的帐户。立即尝试重新映射驱动器。

如果失败你可以尝试:

net stop workstation /y
net start workstation

相关内容