How to save a mapped drive password in XP
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.