1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 15:15:29 +02:00
tldr/pages/windows/fondue.md
Lena 7ca1069d76
pages/*: reword descriptions without using "a CLI for" etc. (#10437)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-16 19:23:40 +02:00

16 lines
434 B
Markdown

# fondue
> Install optional Windows features.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/fondue>.
- Enable a specific Windows feature:
`fondue /enable-feature:{{feature}}`
- Hide all output messages to the user:
`fondue /enable-feature:{{feature}} /hide-ux:all`
- Specify a caller process name for error reporting:
`fondue /enable-feature:{{feature}} /caller-name:{{name}}`