Windows
沒有連接時,“同一使用者對伺服器或共享資源的多個連接”
但是,我目前尚未連接到網路位置。
如果輸入
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.
沒有連接,但是當我嘗試映射驅動器時,它就像有連接一樣失敗。
事實證明,Windows 已經記憶體了該位置的憑據。
去
Control Panel > Credentials Manager
在下面
Windows Credentials
刪除已記憶體憑據到網路共享的帳戶。現在嘗試重新映射驅動器。
如果失敗,您可以嘗試:
net stop workstation /y net start workstation