1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-28 18:44:54 +02:00
tldr/pages/windows/fondue.md
2019-08-22 12:37:57 +00:00

460 B

fondue

A command line installer for optional Windows features. More information: https://docs.microsoft.com/en-us/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}}