Skip to content

Instantly share code, notes, and snippets.

@lolmaus
Created February 7, 2012 14:20
Show Gist options
  • Save lolmaus/1759896 to your computer and use it in GitHub Desktop.
Save lolmaus/1759896 to your computer and use it in GitHub Desktop.
Net use oddity
C:\Программы>net use \\chubby\backup password /user:chubby\backuper /persistent
:yes
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.
C:\Программы>net use chubby /delete
The network connection could not be found.
More help is available by typing NET HELPMSG 2250.
C:\Программы>net use \\chubby /delete
The network connection could not be found.
More help is available by typing NET HELPMSG 2250.
C:\Программы>net use \\chubby\backup /delete
The network connection could not be found.
More help is available by typing NET HELPMSG 2250.
C:\Программы>net use
New connections will be remembered.
Status Local Remote Network
-------------------------------------------------------------------------------
Unavailable R: \\192.168.20.7\backup Microsoft Windows Network
Unavailable S: \\sea\r00t Microsoft Windows Network
OK T: \\service\backup Microsoft Windows Network
The command completed successfully.
C:\Программы>net use \\chubby\backup password /user:chubby\backuper /persistent
:yes
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment