Wednesday, June 25, 2008

Remember Password for Map Network Drive

Create a Batch file with this line:

net use DRIVE: \\SERVERNAME\FOLDERNAME PASSWORD /user:USERNAME /persistent:yes

then put this file into startup!!

1 comment:

Anonymous said...

It worked on Vista. Thanks a lot.
I had to add a line first, like this:
ping 127.0.0.1 -n 10
net use DRIVE: \\SERVERNAME\FOLDERNAME PASSWORD /user:USERNAME /persistent:yes

Salvatore