Windows : Clear saved Windows networking passwords
stephane
If you sometimes access a network share and check that “remember password” box, then you might have wondered how to delete that password as well.
James Geurts gives us the trick
James Geurts’ Blog : Clear saved windows networking passwords
Clear saved windows networking passwords
From time to time, I need to clear or reset a saved password to a network share. When I connect to a remote computer and click the Remember Password checkbox, it gets stored somewhere… this command will help you manage those passwords:rundll32.exe keymgr.dll, KRShowKeyMgr
This will popup a little application, with all those shares where you saved the password, and let you clear them one by one.
Thanks James 🙂