Friday, June 12, 2015

How to analyze the CBS.log file

How to analyze the log file that the SFC.exe program generates

1. Run cmd prompt as an Administrator.

2. Type the following command, and then press ENTER:
   findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt"

Note: The Sfcdetails.txt file contains details from every time that the System File Checker tool has been run on the computer. The file includes information about files that were not repaired by the System File Checker tool. Verify the date and time entries to determine the problem files that were found the last time that you ran the System File Checker tool.

No comments:

Post a Comment