Sending a user/pass to a network share

  • Thread starter Thread starter Marco Castro
  • Start date Start date
M

Marco Castro

Is there a way to tell a network what username and password you want to use
to connect to it? Right now it will try to use the user/pass I logged into
the computer with and error out.
 
Marco Castro said:
Is there a way to tell a network what username and password you want to use
to connect to it? Right now it will try to use the user/pass I logged into
the computer with and error out.

net use x: \\SomeServer\SomeShare /user:SomeServer\User password

You will find all this information when you start a Command Prompt and type

net use /? or
net help use
 
Thanks for the help.

Pegasus (MVP) said:
net use x: \\SomeServer\SomeShare /user:SomeServer\User password

You will find all this information when you start a Command Prompt and type

net use /? or
net help use
 
Back
Top