7

I'm using a localized (Polish) version of Windows. That means typing 'Credential Manager' in search doesn't turn up anything relevant. I can't spot anything that would match the name in my language in the Windows Settings. All the articles either say 'type in search' or 'find in settings' but without knowing what translation (...certainly not direct because there's nothing matching) Microsoft used I can't guess where it is. Could you provide e.g. a screenshot, detailed guide of which UI elements to click (not depending on English names) or a command - or just the Polish translation which Microsoft happened to apply - to launch it?

(I mistyped my password in TortoiseGit and it remembered it that way and now fails to log into the repository due to having stored invalid credentials and I can't remove them.)

SF.
  • 275

3 Answers3

7

open cmd or Win+R and type

control keymgr.dll
2

Could you provide e.g. a screenshot, detailed guide of which UI elements to click (not depending on English names) or a command - or just the Polish translation which Microsoft happened to apply - to launch it?

Credential Manager is located within the User Accounts within the Control Panel

enter image description here

Within Control Panel navigate to Control Panel\User Accounts\ or Control Panel\All Control Panel Items.

Ramhound
  • 44,080
2

Use:

rundll32.exe keymgr.dll, KRShowKeyMgr
  • this is the Win32 dialog with LM+WWW credentials...
  • Still works on Windows 10 2004/19041

if you use it often
create a shortcut in desktop with the name "Credentials"

or a batch file and put it anywhere in "path"

echo rundll32.exe keymgr.dll, KRShowKeyMgr > credentials.cmd
ZEE
  • 1,014