I have some problems with my Windows 7 system so I've ran sfc /scannow. I'm getting this message:
Windows Resource Protection found corrupt files and was unable to fix some of them...
I also searched the folder of the log file to find the cbs.log. I then ran this command to pull out the actual problems/corrupt files:
findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt"
This command created an sfcdetails text file (download).
Can someone help me analyze this file? I haven't found a detailed article about it so far.

