mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 17:02:39 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
21
tldr/windows/fondue
Normal file
21
tldr/windows/fondue
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, windows]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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:all`
|
||||
|
||||
- Specify a caller process name for error reporting:
|
||||
|
||||
`fondue /enable-feature:{{feature}} /caller-name:{{name}}`
|
||||
Reference in New Issue
Block a user