When trying to rename a Windows computer you might get the 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."
This is probably referring to connected network shares. To show network shares in a command window type:
net use
Then to disconnect all network shares type:
net use /delete *
"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."
This is probably referring to connected network shares. To show network shares in a command window type:
net use
Then to disconnect all network shares type:
net use /delete *
No comments:
Post a Comment