mapped drives not reconnecting at logon

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

Guest

Does anyone know how to change it so when you logon your mapped drives automatically connect without having to enter your password in each time
 
Melanie said:
Does anyone know how to change it so when you logon your mapped drives automatically connect without having to enter your password in each time

Use your favorite text editor to create a .BAT file, with command lines
like "net use x: \\PCname\share /persistent:yes <password>"

Then create a link in your Startup folder to that .BAT. When you boot,
XP will invoke the .BAT file to recreate the mapping.

You may need to tailor the net use commands for your environment; see
XP's Help facility for clues if your first guess doesn't make it.
 

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