How do you fix corrupted files found by SFC /SCANNOW?

Page 7 of 10 FirstFirst ... 56789 ... LastLast

  1. Posts : 1
    windows 7 ultimate 64bit
       #61

    after running this sfc stopped working


    cottonball said:
    Give this a try. The file was created by kronckew, one of our colleagues. Tested it on my Laptop, and it worked!

    Boot to Safe Mode.

    Go to Start > All Programs > Accessories > Command Prompt
    Right-click the Command Prompt, and select: Run as Administrator

    At the Command Prompt, copy/paste (with the mouse) the following text inside the code box below, and press: Enter

    Code:
     
    @echo off
    rem delete old files
    del /q %windir%\logs\cbs\cbs.log
    del /q c:\sfcdetails.txt
    rem run sfc
    sfc /scannow
    rem filter out non essential junk from the cbs.log
    findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >c:\sfcdetails.txt 
    rem open details in notepad
    notepad c:\sfcdetails.txt
    rem optional command to shut down & restart pc after running. this may be needed if
    rem sfc replaces some critical files. uncomment (remove the 'rem') to activate.
    rem shutdown -r
    exit
    When sfc is done, a file named sfcdetails.txt appears.
    Please save the sfcdetails.txt file to the Desktop, and post it in your reply.


    To run the program a second time, open the Command Prompt, right-click and select: Run as Administrator

    This time, type in the following:

    Code:
    startsfc
    Press: Enter

    When done, a file named sfcdetails.txt appears once again.

    Please save the file to the Desktop, as sfcdetails2.txt, and post it in your reply.
    Gday, Ive not long joined this forum and was hoping someone may help me I had the same problem of sfc not being able to repair corrupted files and tried this to fix it.
    After I ran this in cmd it ran but now when I use the "SFC /SCANNOW" command it runs then says SFC cannot complete . Is there anyway to fix the sfc.exe or replace the sfc files from my install disc. I have been unable to find anything but sfcn.dat in sources folder on disc.
    Any advice would be very much appreciated Thanks
      My Computer


  2. Posts : 5,656
    Windows 7 Ultimate x64 SP1
       #62

    Auswelder, that script is not a fix, but creates a txt file that can be used to tailor a specific fix for your issue.

    Try running the command in elevated cmd (Start Menu - search for cmd - right click the cmd icon and "Run as Administrator"):
    Code:
    sfc /scannow
    Then run after above is finished (even if it fails):
    Code:
    findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >"%userprofile%\desktop\sfcdetails.txt"
    Paste the sfcdetails.txt (check your desktop) here - Screenshots and Files - Upload and Post in Seven Forums
      My Computer


  3. Posts : 5,656
    Windows 7 Ultimate x64 SP1
       #63

    deepmar said:
    Hello guys and gals, new member here. Sorry to bring this up again but I am having the same issue and I believe it all stemmed from a virus. So I will copy and paste my log and hopefully someone can chime in because I have no idea what any of this means. I almost took my computer to the repair shop but they would have taken all of my money. It seems like there is hope for this issue from reading the thread. Thanks!
    Hey Deepmar, sorry for the wait. Your sfc result is clean. Meaning, the 2 files reported as corrupt are not actually corrupt but fail to report correctly. This is a known issue, you can either disregard them or uninstall Windows Updates KB3022345 and KB3068708, and hide when re-offered.
      My Computer


  4. Posts : 5
    Windows 7 Home Premium SP1 64bit
       #64

    Good afternoon,
    First time poster. I am also having issues with files that cannot be fixed. I have attached my sfc detail log. I would appreciate it someone could take a look at it and help me resolve this issue. Thanks again!
    Tom
    How do you fix corrupted files found by SFC /SCANNOW? Attached Files
      My Computer


  5. Posts : 2
    Windows 7 64 bit
       #65

    GokAy said:
    deepmar said:
    Hello guys and gals, new member here. Sorry to bring this up again but I am having the same issue and I believe it all stemmed from a virus. So I will copy and paste my log and hopefully someone can chime in because I have no idea what any of this means. I almost took my computer to the repair shop but they would have taken all of my money. It seems like there is hope for this issue from reading the thread. Thanks!
    Hey Deepmar, sorry for the wait. Your sfc result is clean. Meaning, the 2 files reported as corrupt are not actually corrupt but fail to report correctly. This is a known issue, you can either disregard them or uninstall Windows Updates KB3022345 and KB3068708, and hide when re-offered.
    No worries about the wait and I really appreciate your help on this. Thank you so much!!!
      My Computer


  6. Posts : 5,656
    Windows 7 Ultimate x64 SP1
       #66

    fedesnatr said:
    Good afternoon,
    First time poster. I am also having issues with files that cannot be fixed. I have attached my sfc detail log. I would appreciate it someone could take a look at it and help me resolve this issue. Thanks again!
    Tom
    Fedesnatr, you have 1 corrupt file "snmpapi.dll". I will PM our SFC expert, hopefully an easy fix for him.
      My Computer


  7. Posts : 5
    Windows 7 Home Premium SP1 64bit
       #67

    GokAy,
    Thank you so much! I really appreciate it.
    FedesnaTR
      My Computer


  8. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #68

    I've uploaded a file - fntaa.zip - to my OneDrive at Noel's OneDrive
    Please download and save it.

    Right-click on the saved file and select Extract all...
    Change the target to C:\ and click on Extract
    Close all windows (it would be a good idea to print these instructions!)

    Now reboot to the Repair Environment - as soon as the machine restarts, start tapping F8 - this should bring up the Advanced Boot Menu, at the top of which should be the option 'Repair my Computer'
    Pick that
    You'll have to log in with your username and password.

    Pick the option to use a Command Prompt
    At the prompt type
    DIR C:\fntaa
    hit the enter key - if you get a 'Not Found' error try
    DIR D:\fntaa
    or
    DIR E:\fntaa

    The drive letter in use when you find the folder will need to be substituted (for<drive>) into the following command...

    XCOPY <drive>:\fntaa <drive>:\windows\winsxs /y /i /s /v /h

    (e.g. XCOPY P:\wfire P:\windows\winsxs /y /i /s /v /h )

    run the command (it should take almost no time) and when the prompt returns, type
    EXIT
    and hit the Enter key to exit Command Prompt - reboot to Normal Mode Windows.

    Now run SFC /SCANNOW in an Elevated Command Prompt
    then reboot and upload the new CBS.log file to your reply
      My Computer


  9. Posts : 5
    Windows 7 Home Premium SP1 64bit
       #69

    Noel,

    Is this for me, FedesnaTR or another poster?

    Thanks!
      My Computer


  10. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #70

    Yup - it's for you
      My Computer


 
Page 7 of 10 FirstFirst ... 56789 ... LastLast

  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 08:40.
Find Us