How To Use And Schedule System File Checker In Windows 8

0 Comments
Editor Ratings:
User Ratings:
[Total: 1 Average: 5]




Here is a short tutorial that explains how to scan system files for errors, like: missing files in Windows 8. It also explains how to schedule the System File Checker to run whenever you start your Windows 8 PC.

Windows has a feature that it automatically checks when any system file is missing, and replaces the missing file as well. It doesn’t require any intervention. However, even after this feature, sometimes the system files get corrupted and are not fixed. Even Windows sometimes fails to detect such problems.

To take care of this problem, you can manually scan the system files with System File checker (sfc) to detect and fix the problem. It scans thousands of system files. It compares original files of Windows and updated files by Windows, and replaces the file if any error or mismatch is found with the original ones.

Scan System Files Using SFC Command Line In Windows 8:

To scan system files in Windows 8, follow the instructions given below:

Step 1: Open “Search” by pressing Windows key + S. Type CMD in the search box. From the results, right click on the Command Prompt and select “Run as administrator”.

System File Checker-CMD

Step 2: In the Command Prompt, type sfc followed by space and /scannow, as shown in below code:.

sfc /scannow

System File Checker-scannow

This command will scan all the system files. It will take around 10-20 minutes. At the end, it will tell you if any error found, fixed, or not.

The above command will give four possible messages:

  1. Windows Resource Protection didn’t find any integrity violations.
  2. Windows Resource Protection couldn’t perform the requested operation.
  3. Windows Resource Protection found corrupt files and successfully repaired them. Details are included in the CBS.Log%WinDir%\Logs\CBS\CBS.log.
  4. Windows Resource Protection found corrupt files but was unable to fix some of them. Details are included in the CBS.Log%WinDir%\Logs\CBS\CBS.log.

If you have received the first message then you don’t have any missing or corrupted files.

However, if you have received 2nd, 3rd, or 4th method then you need to dig further. You can find details of all these messages as well as what to do here.

If you want to scan a specific file only, then type sfc followed by space /SCANFILE=<file>, as shown below:

sfc /scanfile=<file>

Replace <file> with the name of the file you want to scan. It will try to repair the file as well.

Here is an example of complete command file a file name:

sfc /scanfile=D:\windows\system32\kernel32.dll

If you don’t want to repair file and only want to verify, then use following code:

sfc /verifyfile=<file>

To verify all files, use following code:

sfc /verifyonly

Step 3: You can even schedule the System File Checker to scan the files, next time you start your Windows 8 PC. To do so, copy and paste the below mentioned code:

sfc /scanonce

However, if you want to schedule System File Checker to run everytime you start your Windows 8 PC, type the below mentioned code:

sfc /scanboot

If you want your System File Checker to revert back to the default settings, use this command:

sfc revert

Schedule System File Checker as per your preference to check for missing and corrupted system files.

Also learn, how to show installed drivers in Windows 8 and save list of installed drivers in CSV format.

Editor Ratings:
User Ratings:
[Total: 1 Average: 5]
Works With: Windows 8
Free/Paid: Free

Leave A Reply

 

Get 100 GB FREE

Provide details to get this offer