Windows net use share gives error: 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"
Error
When you try to access a network share path you will see below error:
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
Solution:
Check what are the network shares disconnected with same name using:
cmd>net use
Now delete these sessions with command:
cmd>net use
Now connect again with below command:
cmd>net use \\<network share> /user:doamin\username <Password> /PERSISTENT:YES
Comments
Post a Comment