Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

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