Jump to content

Recommended Posts

Posted

Error message - 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.

 

Any ideas how I disconnect? tried the usual through task manager, but its not that one.

Posted (edited)

The likely cause of this is that the network folder specified is a currently mapped drive, using a different user name and password. To connect using another user name and password, first disconnect any existing drive mappings to this network share.

 

Entering this into command prompt will delete all of your drive mappings

 

net use * /delete

 

Press Y

 

Or, using the following command you can specify which letters you'd like to disconnect:

 

net use L: /delete

 

(Substituting L for the desired drive letter.)

Edited by Slewis
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...