mapped drives

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have computers running XP Home edition. They have multiple user accounts
in each machine. We use a common shared drive that we map to on a server.
Is there any way to set a map drive for all users at one time? RIght now I
have to log into the computer as each user and map the drive under each name.
 
Try:

1. Open Notepad and enter:

net use x: \\servername\sharename ('x' = whatever drive letter you want to
use)

2. Save this file as login.bat

3. Copy login.bat to the following folder on each machine:

C:\Documents and Settings\Default User\Start Menu\Programs\Startup

Doug Sherman
MCSE Win2k/NT4.0, MCSA, MCP+I, MVP
 
Thank you. that worked great.

Doug Sherman said:
Try:

1. Open Notepad and enter:

net use x: \\servername\sharename ('x' = whatever drive letter you want to
use)

2. Save this file as login.bat

3. Copy login.bat to the following folder on each machine:

C:\Documents and Settings\Default User\Start Menu\Programs\Startup

Doug Sherman
MCSE Win2k/NT4.0, MCSA, MCP+I, MVP
 

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