Vista won't remember mapped network drive password ?

I have network of 70+ PCs and laptops,all are under one domain,last time i bought one vista basic laptop,as you know we cant connect vista basic under domain,so I tried to mapped a server folder,but everytime, when user reboot laptop it asks to enter the server username/password to access that mapped folder,as a security reason i was helpless to give him server login details,but it was very ridiculous to find out the solution to overcome this problem..
So finlally i got the solution...

Here I'm sharing with you..

1.You have to create one .vbs file with following script.
2. open notepad
3. type or copy following script..
4.Set objNetwork = CreateObject("WScript.Network")objNetwork.MapNetworkDrive "N:", "\\PCName\SharedFolder", , "username", "password"

Be sure about the mapped drive letter and folder path...

You can add more mapped drives by copying that last line as many times as you need.

4.Now save the file inside the "startup" folder..with any name but put extension .vbs(startup folder can be in this position location C:\Users\uk\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup


Thats it...

Now reboot the pc..next time it will not ask the login detail...