How to Manage Stored User Names and Passwords in Windows Credential Manager

A convenient feature of any operating system or software application is its ability to save login credentials so you don’t have to repeatedly enter the same user name and password. Although it may be convenient, there are some potential security concerns with saving login information on your computer, especially if it is shared with others.

Windows manages a user’s login credentials through the Credential Manager. The Credential Manager in Windows stores login information for any servers, network locations, mapped drives, websites, and various other software that you may access during the day.  Follow these steps to access the Credential Manager and find out what user names and passwords Windows is currently storing for you.

Start the Credential Manager by opening the Control Panel and navigating to Control Panel > All Control Panel Items > Credential Manager.

Here you can see the locations that Windows had stored the login information for a couple of network shares I have connected to.

Expanding each entry shows more information about it.

You can edit an entry to change the user name or password.

Or alternatively, you can delete saved login information.

The Credential Manager also allows you to backup and restore your saved credentials.  Simply click the Back up Vault button to save your login information to a .crd file.  This same file can be used to restore your saved credentials in the event of a problem.

Another way to access the Credential Manager is through the command line.  This works with both Windows XP and Windows 7.

Start by opening  a command prompt.  Type the following into the command prompt window and press Enter.

[code lang=”shell”]
rundll32.exe keymgr.dll, KRShowKeyMgr
[/code]

The Stored User Names and Passwords window will open, allowing you to perform the same functions as the Credential Manager outlined in the above steps.


Posted

in

,

by

Comments

5 responses to “How to Manage Stored User Names and Passwords in Windows Credential Manager”

  1. Sri Avatar
    Sri

    It appears that credentials stored in Credential Manager are per user (ie. save a credential while logged in as “Bob”, switch over to being logged in as “Sally” and it’s not there – it’s for Bob only).

    Is there a way for an administrator to save a credential in Credential Manager that would apply for All Users?

  2. Nagisetty1 Avatar
    Nagisetty1

    how to do the same in window xp operating system

  3. Dave Provost Avatar

    Somewhere along the line, I missed something… I went to this location to find all the stored passwords for Facebook, and other social networks and found absolutely nothing. Somewhere on this computer are all the stored logins and passwords that I can delete. Where are they stored?

  4. Daniel Avatar
    Daniel

    this: rundll32.exe keymgr.dll, KRShowKeyMgr

    was INCREDIBLY helpful!! took well over an hour of searching to finally find this. such a shame on microsofts part. thank you thank you!!

  5. Shuli Han Avatar
    Shuli Han

    case sensitive for the parameter “KRShowKeyMgr”

Leave a Reply to Dave Provost Cancel reply