Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
March 4, 1999
A. It is possible to specify a user account to use when connecting to a share using the /user switch, e.g.
C:> net use k: \servershare /user:domainuser
If you then attempt to connect to the server again with a different username an error will be given. A workaround is to connect to the server using its IP address rather than its NetBIOS name, e.g.
C:> net use l: \share /user:domainuser
You May Also Like