MAP A NETWORK DR BUT PASSWORD DOESN'T SAVE

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

Guest

I WANT TO HAVE XP SAVE THE PASSWORD FOR THE NETWORK MAPPED DRIVE BUT EVERYTIME U RESTART THE COMPUTER, IT KNOCKS THE MAPPED DRIVE DOWN CAUSE IT IS PASSWORD PROTECTED THEN U HAVE TO TYPE IT IN EVERYTIME. THIS DIDN'T DO THIS WITH 98. IS THERE A WAY U CAN HAVE IT SAVE IT PERMANENTLY. THANK YO

DAWN
 
DAWN said:
I WANT TO HAVE XP SAVE THE PASSWORD FOR THE NETWORK MAPPED DRIVE BUT EVERYTIME U RESTART THE COMPUTER, IT KNOCKS THE MAPPED DRIVE DOWN CAUSE IT IS PASSWORD PROTECTED THEN U HAVE TO TYPE IT IN EVERYTIME. THIS DIDN'T DO THIS WITH 98. IS THERE A WAY U CAN HAVE IT SAVE IT PERMANENTLY. THANK YOU

DAWN

Typing in all upper case is considered to be shouting. Please don't.

On the XP PC, create a .BAT file to map the network drives, then create a
link to that .BAT file in your Startup folder to cause that .BAT to
be invoked on reboots.

In the .BAT file, add one command line per mapped drive, like these:

Net Use X: \\PCnameA\ShareNameA /User:AccountNameA /persistent:yes PasswordA
Net Use Y: \\PCnameB\ShareNameB /persistent:yes PasswordB
Net Use Z: \\PCnameC\ShareNameC /persistent:yes
Pause

The specifics of the Net Use commands depend on your network. You may
want to run CMD, then type NET USE /? in the CMD window to get some
clues; then you'll need to experiment a bit.

After getting the .BAT to work on your network, you can delete the
Pause command.
 

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