I attached the results.
Main Topics
Browse All TopicsRecently everytime I reboot. All the entries in the stored user name and passwords applet disappear.
Control panel > User Accounts > "my account name" > Manage my network passwords.
I've been accumulating entries for a long time as I'm a sys admin and work with machines on two domains. This problem seems to have occurred after the last round of MS updates.
I've added entries since this problem started and after a reboot, they are gone.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
From what I can see you went from IE7 to IE8.
Although by no means definative, I have found a reference to this behaviour starting to occur around IE8.
They tried uninstalling IE8 with no success.
A re-image worked for them.
You could check the HKLM\Software\Microsoft\Wi
I switched to IE 8 when it was first released. The problem did not occur right after that though. It started like a week ago. When you say 're-image' do you mean re-install windows? I saw those registry entries in another post. Just like the other person the 'Network' key didn't exist. I created them, rebooted, but no luck. I got MS support on this too, but so far all they have done is transfer me around or call to get the same info I've already told 6 different people.
This is frustrating since I connect to many domain PC's.
Any other ideas?
If this is for mapping drives then one workaround is to create a script which maps a network drive to the machines you need which also specifies the username and password.
You the put that batch file in your startup folder in your profile.
(as per http://www.experts-exchang
I have also experienced XP remembering usernames and passwords for mapped drives that were not valid (even though there was nothing listed in the Manage my network passwords)
I had to use the net use command to change the persistent to NO, then used net use to delete the mapped drives, reboot, once logged on ensure no network drives were mapped, then proceed to use net use with a persistent:YES to map the drives.
Don't ask me why it worked, but in my case it did.
start>run>services.msc
Make sure that the Protected Storage service is started, and set to Automatic.....
Disable Storage of Credentials and .NET Passwords
http://www.pctool
Make sure this isnt present either....
Gonna look over your export of the hotfixes. Bout how long ago did this start??
Turns out it was a problem with the profile. After creating a new one the problem went away. Not the most graceful solution, but it worked.
Also, as a work around. I copied the cmdkey.exe from server 2003 and created a batch file that would create the user names and p-words. I put the file in my startup folder and it was like there was no problem. For added security I converted the .bat to a .exe with a silent execute. That way you can't edit the file and view the credentials nor do they pop up on the screen when it runs.
Business Accounts
Answer for Membership
by: johnb6767Posted on 2009-07-17 at 14:21:27ID: 24883089
I have seen this problem quite a bit in the last few months on here, with no real resolution. I would be curious to get a list of teh recent updates you have done to research what files have been upgraded.....
From a command prompt...
wmic qfe list full /format:htable >C:\hotfixes.htm
Just another way to do it, in a nice detailed output.....