1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 17:36:23 +02:00

sfc: add Chinese translation

This commit is contained in:
Starccy 2019-03-11 20:39:15 +08:00 committed by Starbeamrainbowlabs
parent 12b4433ee0
commit 2ea1df8c51

31
pages.zh/windows/sfc.md Normal file
View file

@ -0,0 +1,31 @@
# sfc
> 扫描Windows系统文件的完整性.
- 显示命令的使用方法:
`sfc`
- 扫描所有的系统文件,如果可能的话,修复所有出现的问题:
`sfc /scannow`
- 扫描系统文件,但不修复出现的问题:
`sfc /verifyonly`
- 扫描指定的文件,如果可能的话,修复所有出现的问题:
`sfc /scanfile={{文件的路径}}`
- 扫描指定的文件,但不修复出现的问题:
`sfc /verifyfile={{文件的路径}}`
- 当离线修复时,指定引导目录:
`sfc /offbootdir={{目录的路径}}`
- 当离线修复时, 指定Windows目录:
`sfc /offwindir={{文件的路径}}`