mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 14:55:56 +02:00
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>
This commit is contained in:
parent
dd5f7d379b
commit
7bd1693932
2 changed files with 17 additions and 1 deletions
16
pages.hi/windows/cmdkey.md
Normal file
16
pages.hi/windows/cmdkey.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# cmdkey
|
||||||
|
|
||||||
|
> संग्रहीत उपयोगकर्ता नाम और पासवर्ड बनाएं, दिखाएं और हटाएं।
|
||||||
|
> अधिक जानकारी: <https://learn.microsoft.com/windows-server/administration/windows-commands/cmdkey>.
|
||||||
|
|
||||||
|
- सभी उपयोगकर्ता क्रेडेंशियल्स की एक सूची दिखाएं:
|
||||||
|
|
||||||
|
`cmdkey /list`
|
||||||
|
|
||||||
|
- सभी उपयोगकर्ता क्रेडेंशियल्स की एक सूची दिखाएं:
|
||||||
|
|
||||||
|
`cmdkey /add:{{सर्वर_का_नाम}} /user:{{उपयोगकर्ता_नाम}}`
|
||||||
|
|
||||||
|
- किसी विशिष्ट लक्ष्य के लिए क्रेडेंशियल हटाएं:
|
||||||
|
|
||||||
|
`cmdkey /delete {{लक्ष्य_नाम}}`
|
|
@ -13,4 +13,4 @@
|
||||||
|
|
||||||
- Delete credentials for a specific target:
|
- Delete credentials for a specific target:
|
||||||
|
|
||||||
`cmdkey.exe /delete {{target_name}}`
|
`cmdkey /delete {{target_name}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue