January 2007 Archives

How to save a mapped drive password in XP

| 1 Comment

The manage network passwords utility in XP doesnt have an add password function so you have to go to the command prompt and use the following :

NET USE U: \\NETHOME\USERID /PERSISTENT:YES /SAVECRED

This will prompt you for the Username and password and store them.