tldr/pages.zh/windows/fondue.md

17 lines
443 B
Markdown
Raw Normal View History

2019-03-11 02:17:22 +00:00
# fondue
> 可选 Windows 功能的命令行安装程序。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/fondue>.
2019-03-11 02:17:22 +00:00
- 启用一个指定的 Windows 功能:
2019-03-11 02:17:22 +00:00
`fondue /enable-feature:{{功能}}`
- 向用户隐藏所有输出信息:
2019-03-11 02:17:22 +00:00
`fondue /enable-feature:{{功能}} /hide-ux:all`
- 为错误报告指定调用者进程名称:
2019-03-11 02:17:22 +00:00
`fondue /enable-feature:{{功能}} /caller-name:{{名称}}`