How to manage stored credentials with Windows Credential Manager


To totally unlock this section you need to Log-in


Login

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.

How to manage stored credentials with Windows Credential Manager

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

How to manage stored credentials with Windows Credential Manager

Or alternatively, you can delete saved login information.

How to manage stored credentials with Windows Credential Manager

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.

rundll32.exe keymgr.dll, KRShowKeyMgr

How to manage stored credentials with Windows Credential Manager

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.