1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-08 15:33:25 +02:00

fondue: add page (#2421)

This commit is contained in:
Owen Voke 2018-10-10 00:22:17 +01:00 committed by Muhammad Falak R Wani
parent d5ae9f93c4
commit 350b8dd048

15
pages/windows/fondue.md Normal file
View file

@ -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}}`