From 2ea1df8c519f02aa6fce734661a83bc1753f105e Mon Sep 17 00:00:00 2001 From: Starccy <452276725@qq.com> Date: Mon, 11 Mar 2019 20:39:15 +0800 Subject: [PATCH] sfc: add Chinese translation --- pages.zh/windows/sfc.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 pages.zh/windows/sfc.md diff --git a/pages.zh/windows/sfc.md b/pages.zh/windows/sfc.md new file mode 100644 index 0000000000..11601377e6 --- /dev/null +++ b/pages.zh/windows/sfc.md @@ -0,0 +1,31 @@ +# sfc + +> 扫描Windows系统文件的完整性. + +- 显示命令的使用方法: + +`sfc` + +- 扫描所有的系统文件,如果可能的话,修复所有出现的问题: + +`sfc /scannow` + +- 扫描系统文件,但不修复出现的问题: + +`sfc /verifyonly` + +- 扫描指定的文件,如果可能的话,修复所有出现的问题: + +`sfc /scanfile={{文件的路径}}` + +- 扫描指定的文件,但不修复出现的问题: + +`sfc /verifyfile={{文件的路径}}` + +- 当离线修复时,指定引导目录: + +`sfc /offbootdir={{目录的路径}}` + +- 当离线修复时, 指定Windows目录: + +`sfc /offwindir={{文件的路径}}`