CBS.log file in SFC /scannow


  1. Posts : 21
    Windows 7 Professional 64bit
       #1

    CBS.log file in SFC /scannow


    I am not really sure on how to do this but here is a screen shot


    Any help would be great thanks
      My Computer


  2. Posts : 72,052
    64-bit Windows 11 Pro for Workstations
       #2

    Hello yeyo,

    That message means that SFC was unable to repair some found corrupted system files since the replacement files in the component store for them is also corrupted.

    Before going through the trouble of fixing the component store, go ahead and use OPTION THREE in the tutorial below to create a sfcdetails.txt file, and upload it here. I'll be happy to take a look at it to see what system files it said were corrupted to see if they are any that you could do without having to repair if you like. :)

    SFC /SCANNOW Command - System File Checker
      My Computer


  3. Posts : 21
    Windows 7 Professional 64bit
    Thread Starter
       #3

    Thank you for the Link there It worked Thank you !
      My Computer


  4. Posts : 72,052
    64-bit Windows 11 Pro for Workstations
       #4

    You're welcome. :)
      My Computer


  5. Posts : 256
    Win 7 ultimate x64 sp1
       #5

    i use a batch file i named startsfc.cmd that contains the following (based on the tutorial referenced above)

    @echo off
    cd\
    del /q %windir%\logs\cbs\cbs.log
    del /q c:\sfcdetails.txt
    sfc /scannow
    findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >c:\sfcdetails.txt
    notepad c:\sfcdetails.txt
    exit
    it runs the command, filters out the junk in the cbs.log file and opens it in notepad, most of the informative stuff is near the bottom. when you close notepad, it closes the command window. the sfcdetails.txt file stays in your root for reference, until you run the next time.

    the end of my just run command:

    2013-08-19 07:53:30, Info CSI 000002ee [SR] Verifying 100 (0x0000000000000064) components
    2013-08-19 07:53:30, Info CSI 000002ef [SR] Beginning Verify and Repair transaction
    2013-08-19 07:53:31, Info CSI 000002f1 [SR] Verify complete
    2013-08-19 07:53:31, Info CSI 000002f2 [SR] Verifying 1 components
    2013-08-19 07:53:31, Info CSI 000002f3 [SR] Beginning Verify and Repair transaction
    2013-08-19 07:53:31, Info CSI 000002f5 [SR] Verify complete
    2013-08-19 07:53:31, Info CSI 000002f6 [SR] Repairing 0 components
    2013-08-19 07:53:31, Info CSI 000002f7 [SR] Beginning Verify and Repair transaction
    2013-08-19 07:53:31, Info CSI 000002f9 [SR] Repair complete

    most of the preceding was the same as line 1, checking and logging in groups of 100, if it replaces something or cannot for some reason, it stands out as you scroll down, and is noted in the last four lines.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 16:34.
Find Us