1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 22:06:02 +02:00
tldr/pages.zh/windows/fondue.md

16 lines
333 B
Markdown
Raw Normal View History

2019-03-11 10:17:22 +08:00
# fondue
2019-10-18 11:30:29 +08:00
> 可选 Windows 功能的命令行安装程序.
2019-03-11 10:17:22 +08:00
2019-10-19 14:12:27 +08:00
- 启用一个指定的 Windows 功能:
2019-03-11 10:17:22 +08:00
`fondue /enable-feature:{{功能}}`
2019-10-19 14:12:27 +08:00
- 向用户隐藏所有输出信息:
2019-03-11 10:17:22 +08:00
`fondue /enable-feature:{{功能}} /hide-ux:all`
2019-10-19 14:12:27 +08:00
- 为错误报告指定调用者进程名称:
2019-03-11 10:17:22 +08:00
`fondue /enable-feature:{{功能}} /caller-name:{{名称}}`