mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
sfc: add page
This commit is contained in:
parent
d1282ffdec
commit
f010451d2a
1 changed files with 31 additions and 0 deletions
31
pages/windows/sfc.md
Normal file
31
pages/windows/sfc.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
# sfc
|
||||
|
||||
> Scans the integrity of Windows system files.
|
||||
|
||||
- Display information about the usage of the command:
|
||||
|
||||
`sfc`
|
||||
|
||||
- Scan all system files and, if possible, repair any problems:
|
||||
|
||||
`sfc /scannow`
|
||||
|
||||
- Scan all system files without attempting to repair any:
|
||||
|
||||
`sfc /verifyonly`
|
||||
|
||||
- Scan a specific file and, if possible, repair any problems:
|
||||
|
||||
`sfc /scanfile={{path/to/file}}`
|
||||
|
||||
- Scan a specific file without attempting to repair it:
|
||||
|
||||
`sfc /verifyfile={{path/to/file}}`
|
||||
|
||||
- When repairing offline, specify the boot directory:
|
||||
|
||||
`sfc /offbootdir={{path/to/dir}}`
|
||||
|
||||
- When repairing offline, specify the Windows directory:
|
||||
|
||||
`sfc /offwindir={{path/to/dir}}`
|
Loading…
Add table
Reference in a new issue