2018-10-10 00:22:17 +01:00
|
|
|
# fondue
|
|
|
|
|
2023-07-16 18:23:40 +01:00
|
|
|
> Install optional Windows features.
|
2022-10-04 16:06:23 +01:00
|
|
|
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/fondue>.
|
2018-10-10 00:22:17 +01:00
|
|
|
|
|
|
|
- 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}}`
|