Forrest logo
back to context overview

sfc

List of commands for sfc:

  • sfc:tldr:72150 sfc: Scan a specific file without attempting to repair it.
    $ sfc /verifyfile=${path\to\file}
    try on your machine
    explain this command
  • sfc:tldr:b9b74 sfc: Scan all system files and, if possible, repair any problems.
    $ sfc /scannow
    try on your machine
    explain this command
  • sfc:tldr:c4ea1 sfc: Scan a specific file and, if possible, repair any problems.
    $ sfc /scanfile=${path\to\file}
    try on your machine
    explain this command
  • sfc:tldr:d94ee sfc: When repairing offline, specify the Windows directory.
    $ sfc /offwindir=${path\to\directory}
    try on your machine
    explain this command
  • sfc:tldr:f56c4 sfc: When repairing offline, specify the boot directory.
    $ sfc /offbootdir=${path\to\directory}
    try on your machine
    explain this command
  • sfc:tldr:fd43b sfc: Scan all system files without attempting to repair any.
    $ sfc /verifyonly
    try on your machine
    explain this command
  • sfc:tldr:fff64 sfc: Display information about the usage of the command.
    $ sfc
    try on your machine
    explain this command
back to context overview