Glam Prestige Journal

Bright entertainment trends with youth appeal.

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.

2

2 Answers

Answer :

You can manually make search for those text :

  • "corrup"
  • "repair"
  • "Repairing corrupted file"
  • "Cannot repair member file"
  • "Repaired file"
  • "[SR]"

Capture

Alternative Answer :

Use the application "Read and analyze Cbs.log"

Update (as of 2020): warning the official download link for this application is dead, proceed with caution.

Capture


Additional details on the Microsoft's documentation

2

your log is clean, no corrupt files were found,

2012-08-26 21:25:12, Info CSI 00000359 [SR] Repairing 0 components
7

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy