Following up on this series of registry tweaks, here is yet another modification you might want to consider. If you have clicked on “save password”, you should be aware that it is stored in an accessible location.
Typing in “%windir%\system32\rundll32.exe keymgr.dll, KRShowKeyMgr” in the Run window will display your credentials manager
You might find that you have quite a few entries there for the various network drives, web sites and some applications:
To disable this, simply copy the following code into a text file and save it as DisableDomainCreds.reg
============ Begin copying here =============
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"DisableDomainCreds"="1"
============= End copying here ==============
Bookmark/Search this post with