As you may know, when trying to connect to a remote share secured with a password, Windows may pop up an input box asking for login credentials. If I select the "remember password" option, the password is stored somewhere for seamless login on the next connection - it doesn't ask for a password any more.

Where are these passwords saved? Sometimes I might want to delete the saved password so that on the next login Windows will ask me for credentials again.

link|improve this question
feedback

migrated from stackoverflow.com May 1 '11 at 13:18

This question came from our site for professional and enthusiast programmers.

2 Answers

run rundll32.exe keymgr.dll, KRShowKeyMgr in a command line

link|improve this answer
@Tim, thank you so much! – Leo.W May 1 '11 at 10:33
feedback

NirSoft's Network Password Recovery.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown