From 350b8dd048ffcc031b59b415bc5426a845c43c45 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Wed, 10 Oct 2018 00:22:17 +0100 Subject: [PATCH] fondue: add page (#2421) --- pages/windows/fondue.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/windows/fondue.md diff --git a/pages/windows/fondue.md b/pages/windows/fondue.md new file mode 100644 index 000000000..aa0102efb --- /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}}`