Share via

Windows 10 Error Checking Tool and sfc

Anonymous
2018-01-31T23:06:01+00:00

What is the difference between the disk error checking tool in windows 10 (right click on the drive then select properties then tool) and the sfc tool.  I ran the windows checking tool and it gave me a no error diagnostic.  When I ran sfc I got the message stating that some errors were found and cannot be fixed.  If sfc is diagnostic is right is there an easy solution to fix the errors that cannot be fixed by sfc.  I am a little shy and reluctant playing with my system it presently works ( as long as I use the sleep and hibernates mode instead of the restart and shut down modes) and I do not want to make things worse.  From time to time when I got a blue screem after a restart or a shutdown but after a system restore every thing is back to normal

Windows for home | Windows 10 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

4 answers

Sort by: Most helpful
  1. Anonymous
    2018-02-01T00:25:39+00:00

    Hi Cerard, I am Rob, a volunteer and a 10 time and dual award MVP specializing in Windows troubleshooting and Bluescreen analysis. Please remember as volunteers we are not responsible for the development of Windows or the computer hardware and drivers.

    CheckDisk (drive error checking) checks the disk integrity to be sure data can be written to the disk and it also check the files on the drive.

    SFC /scannow checks some of the Windows operational files to be sure those are the proper ones that need to be accessed in the operation of the OS.

    =====

    Note that some of the errors that SFC finds may not be important.

    You do not have to create the sfcdetails.txt to solve the issues as you can just skip down to the correction section below.

    Use the method here to create a sfcdetails.txt which will allow you to see which files were not repaired. Some do not matter. The top link also shows what to do with files not repaired.

    To open an Elevated Command Prompt in Windows 8/8.1/10 put the mouse in the lower left corner OR WINKEY + X - Command Prompt (ADMIN) OR Windows PowerShell (Admin).

    Use the System File Checker tool to troubleshoot missing or corrupted system files on Windows Vista or on Windows 7 <-- also works on Windows 8/8.1/10.

    http://support.microsoft.com/kb/929833

    How to Run SFC Command to Repair System Files in Windows 10 < -- see Option 5

    http://www.tenforums.com/tutorials/2895-sfc-com...


    That method creates the sfcdetails.txt file in the folder you are in when you run it.

    So if you are in C:\Windows\System32> then you will need to look in that folder for the file.

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program generates in Windows Vista (Windows 7 and Windows 8/10 are similar)

    http://support.microsoft.com/kb/928228

    That creates sfcdetails.txt in C:\Windows\System32 find it and you can post the errors into a message here. NOTE : there probably are duplicates so please only post each section of errors once.

    You can read the log/txt files easier if you right-click on Notepad or Wordpad then RUN AS ADMIN - then you can navigate to sfcdetails.txt ( in C :\Windows\System32 ) or cbs.log ( in C:\Windows\Logs ) as needed. (You may need to search for sfcdetails.txt if it was not created in the default folders.)


    To correct the SFC errors :

    Windows Key + X - Command Prompt (Admin) OR Windows PowerShell (Admin)

    (Run these one line at a time.)

    SFC /scannow

    Note if that shows uncorrected errors - continue regardless.

    When that completes run these :

    DISM /Online /Cleanup-Image /CheckHealth

    DISM /online /cleanup-image /scanhealth

    DISM /online /cleanup-image /restorehealth

    Note if that shows any uncorrected errors - continue regardless.

    Then restart the computer.

    Fix Windows Update errors by using the DISM or System Update Readiness tool

    https://support.microsoft.com/en-us/help/947821...

    How to Repair Windows 10 Image using DISM

    http://www.tenforums.com/tutorials/7808-dism-re...

    =======

    If needed :

    A Repair Installation which allows you to keep the programs and data though redundant backups are always a good idea.

    How to: perform a repair upgrade using the Windows 10 ISO file

    http://answers.microsoft.com/en-us/insider/wiki...

    Please let us know the results and if you need further assistance.

    20+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-02-01T04:37:40+00:00

    CHKDSK==>Checks the Drive Integrity.

    SFC==>Checks Windows Files Integrity.

    Use DISM RestoreHealth to repair corrupted files by SFC:

    http://www.yourwindowsguide.com/2016/04/run-sys...

    5 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2018-02-01T02:12:22+00:00

    Yes, there is a space after the " M " in DISM and before every " / ".

    If you were to not use the spaces the command would not run.

    You can just copy and paste them as well - just use one command at a time and hit enter - wait until each completes before using the next.

    Let me know how it is going.

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2018-02-01T01:50:06+00:00

    Thank you Rob it is a lot of info and I am a little intimidated.  Before a start using the DISM command I like to verify if there is a space in front of  the  slash (e.g. DISM / Online /....)  I would like also to know if after typing the command and hitting the enter key the system will reply with an acknowledgement message and some progres of the process like the sfc command.  I ask you before earlier this afternoon I use this command but the system was not responding during a few minutes so I close the command window

    2 people found this answer helpful.
    0 comments No comments