mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 00:35:41 +02:00

* pages/*: update links and more info link script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * cleanup: reformat code * ax-webapp: fix link * curl: fix false positive Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
16 lines
832 B
Markdown
16 lines
832 B
Markdown
# fondue
|
|
|
|
> वैकल्पिक विंडोज़ सुविधाएँ स्थापित करें।
|
|
> अधिक जानकारी: <https://learn.microsoft.com/windows-server/administration/windows-commands/fondue>।
|
|
|
|
- एक विशिष्ट विंडोज़ सुविधा सक्षम करें:
|
|
|
|
`fondue /enable-feature:{{विशेषता}}`
|
|
|
|
- उपयोगकर्ता के लिए सभी आउटपुट संदेश छिपाएँ:
|
|
|
|
`fondue /enable-feature:{{विशेषता}} /hide-ux:all`
|
|
|
|
- त्रुटि रिपोर्टिंग के लिए कॉलर प्रक्रिया का नाम निर्दिष्ट करें:
|
|
|
|
`fondue /enable-feature:{{विशेषता}} /caller-name:{{नाम}}`
|