How to fix Windows XP pro not remembering password for network drive

http://answers.microsoft.com/en-us/windows/forum/windows_7-networking/attached-network-drive-does-not-remember/2d87c52e-fd24-4984-b824-2e3828980cba?page=2

I tried everything with no luck.  It simply refuses to store the passwords anymore.  At this point, it’d be cheaper to reformat the machine than to waste any more time on it.
I worked with _stefan ‘s post of using the net use command by turning it into a batch file.

@ECHO OFF

net use Z: \\computername\folder password /USER:DOMAIN\username /persistent:yes

Instead of putting the batch directly in the Startup folder, I placed it elsewhere and made a shortcut to it in the Startup folder.  Then I set the shortcut to run minimized.  This removes the annoying command window that pops up every time the machine is rebooted.
I hope this helps.

Leave a Reply

Your email address will not be published. Required fields are marked *