3

I ran sfc /scannow

Get the message

Windows Resource Protection found corrupt files and successfully repaired them. For online repairs, details are included in the CBS log file located at windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline repairs, details are included in the log file provided by the /OFFLOGFILE flag.

Looking at the log file generated I couldn't really see anything that jumped out at me as a corrupt file. But then again...the file is quit large 15,425 KB.

What keyword exist that I can search on to find what files were corrupt?

1 Answers1

3

Microsoft has published instructions for this:

https://support.microsoft.com/en-us/help/929833/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system

Open a elevated command prompt and run this command:

findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt"

That creates the sfcdetails.txt on the desktop with the informationen.

If the information is no longer available in the current CBS log file, you must adapt the command to the previous log file that is in the specified folder.