1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 14:42:07 +02:00
tldr/pages/windows/cmdkey.md
Vedant Yadav 9538a12740
add-appxpackage: add Hindi translation; pages.*: remove locale from Microsoft links (#11286)
* add-appxpackage: add Hindi translation

* pages.*: remove locale from Microsoft links

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 23:59:28 +05:30

417 B

cmdkey

Create, show, and delete stored user names and passwords. More information: https://learn.microsoft.com/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}}