diff --git a/pages/windows/fondue.md b/pages/windows/fondue.md new file mode 100644 index 0000000000..aa0102efb8 --- /dev/null +++ b/pages/windows/fondue.md @@ -0,0 +1,15 @@ +# fondue + +> A command line installer for optional Windows features. + +- 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}}`