Quantcast
Channel: Randy Riness @ SPSCC aggregator
Viewing all articles
Browse latest Browse all 3015

MSDN Blogs: Recommended System File Checker Usage for Windows Embedded Systems

$
0
0

System File Checker (SFC) is a built-in command-line utility you can use to find and repair missing and corrupted files. The tool is available on all Windows platforms, including all the supported embedded systems.

There are several options (switches) you can use with SFC, however, this post will only discuss the following:

  • /scanfile

 

    • /verifyfile
  • /verifyonly
  • /scannow

 

The /scannow option is not recommended because it may return false positives for corruption*. Instead, we recommend that you use sfc /scanfile, sfc /verifyfile,or sfc /verifyonly. With these options, you’ll need to provide the full path to the file you want to check.

*Use of /scannow may also indicate that corrupted files have been fixed. However, subsequent scans will still show these files as corrupted.


Viewing all articles
Browse latest Browse all 3015

Trending Articles