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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top