Files
tldr/pages/windows/cmdkey.md
Vedant Yadav 7bd1693932 cmdkey: add Hindi translation (#11267)
* cmdkey: add Hindi translation

* cmdkey: update Hindi translation

* cmdkey: remove executable extension

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-26 15:25:16 +05:30

423 B

cmdkey

Create, show, and delete stored user names and passwords. More information: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/cmdkey.

  • Show a list of all user credentials:

cmdkey /list

  • Store credentials for a user that accesses a server:

cmdkey /add:{{server_name}} /user:{{user_name}}

  • Delete credentials for a specific target:

cmdkey /delete {{target_name}}