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.
 
Back
Top