From 158e8a2ac3b21d07bf78f7efeb854085db090fa8 Mon Sep 17 00:00:00 2001 From: Starccy <452276725@qq.com> Date: Mon, 11 Mar 2019 10:17:22 +0800 Subject: [PATCH] fondue: add Chinese translation --- pages.zh/windows/fondue.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages.zh/windows/fondue.md diff --git a/pages.zh/windows/fondue.md b/pages.zh/windows/fondue.md new file mode 100644 index 0000000000..391c098557 --- /dev/null +++ b/pages.zh/windows/fondue.md @@ -0,0 +1,15 @@ +# fondue + +> 可选Windows功能的命令行安装程序. + +- 启用一个指定的Windows功能: + +`fondue /enable-feature:{{功能}}` + +- 向用户隐藏所有输出信息: + +`fondue /enable-feature:{{功能}} /hide-ux:all` + +- 为错误报告指定调用者进程名称: + +`fondue /enable-feature:{{功能}} /caller-name:{{名称}}`