add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,32 +1,32 @@
# sfc
> 扫描 Windows 系统文件的完整性。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/sfc>.
> 检查 Windows 系统文件的完整性。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/sfc>
- 显示命令的使用方法
- 显示有关命令用法的信息
`sfc`
- 扫描所有系统文件,如果可能的话,修复所有出现的问题:
- 扫描所有系统文件,并在可能的情况下修复任何问题:
`sfc /scannow`
- 扫描系统文件,但不修复出现的问题:
- 扫描所有系统文件,但不尝试修复任何问题:
`sfc /verifyonly`
- 扫描指定的文件,如果可能的话,修复所有出现的问题:
- 扫描特定文件,并在可能的情况下修复任何问题:
`sfc /scanfile={{文件的路径}}`
`sfc /scanfile={{path\to\file}}`
- 扫描指定的文件,但不修复出现的问题
- 扫描特定文件,但不尝试修复它
`sfc /verifyfile={{文件的路径}}`
`sfc /verifyfile={{path\to\file}}`
- 离线修复时,指定引导目录:
- 离线修复时,指定启动目录:
`sfc /offbootdir={{目录的路径}}`
`sfc /offbootdir={{path\to\directory}}`
- 离线修复时,指定 Windows 目录:
- 离线修复时,指定 Windows 目录:
`sfc /offwindir={{文件的路径}}`
`sfc /offwindir={{path\to\directory}}`