snippetbashTip
fondue — Install optional Windows features. More information: <https://learn.microsoft.com/windows-server/adm
Viewed 0 times
commandwindowsinstallfonduefeaturesclioptionalmore
windows
Problem
How to use the
fondue command: Install optional Windows features. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/fondue>.Solution
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:allSpecify a caller process name for error reporting:
fondue /enable-feature:{{feature}} /caller-name:{{name}}Code Snippets
Enable a specific Windows feature
fondue /enable-feature:{{feature}}Hide all output messages to the user
fondue /enable-feature:{{feature}} /hide-ux:allSpecify a caller process name for error reporting
fondue /enable-feature:{{feature}} /caller-name:{{name}}Context
tldr-pages: windows/fondue
Revisions (0)
No revisions yet.