How to analyze CBS.log file by SFC command to detect corrupt files in Windows 7?
Posted
by
energydream2007
on Super User
See other posts from Super User
or by energydream2007
Published on 2012-08-26T19:16:30Z
Indexed on
2014/06/04
3:29 UTC
Read the original article
Hit count: 460
windows-7
Hey I have some problems with my Win7 so I've ran sfc /scannow
and I got this message:
"Windows Resource Protection found corrupt files and was unable to fix some of them..."
I also told to look at the folder of the log file to find the cbs.log. After that I've 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 have created an sfcdetails text file (download).
Can someone help me to analyze this file? I haven't found a detailed article about it so far.
© Super User or respective owner