Map a network drive

  • Thread starter Thread starter Fritz
  • Start date Start date
F

Fritz

Is there a way to map a network drive at the W2K startup, without logging in
any user?

Thanks in advance.
 
Is there a way to map a network drive at the W2K startup, without logging in
any user?

Thanks in advance.


Yes. Create a batch that uses
net use Drive: \\Computer\Share /User:UserName Password /persistent:NO

and use the Task Scheduler to run it at startup.

See tip 2815 in the 'Tips & Tricks' at http://www.jsiinc.com for command help.


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Agreed. Any server software written correctly should not need a drive
mapping to operate.
 

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