Microsoft - Run windows SFC and DISM commands (Windows 10/11)

Microsoft - Run windows SFC and DISM commands (Windows 10/11)

Problem

You need to repair some part of the Windows 7.0/10 operating system.


Applies to

  1. Microsoft Windows 10/11

Resolution

You can use the System File Checker SFC to solve some basic problems with Windows using the steps below.

  1. Click Start button or press Windows key and search “command prompt” then right click and choose Run As Administrator.
  2. At the prompt type in the command below and press ENTER to proceed:

    DISM /Online /Cleanup-Image /RestoreHealth
  3. After the first command completes, enter this command and press ENTER:

    sfc /scannow
  4. Please allow time for this command to complete, if any errors are found they will be reported.  Close all windows and then restart the system.

    • Related Articles

    • DISM commands for repairing Windows

      Information If you need to repair Windows and have already tried the SFC.EXE /scannow command without success you can use the following commands as well to affect repair. Opening the command prompt. Click Start button, the search "Command Prompt". In ...
    • Fix automatic repair boot loop

      Problem When the comupter starts it displays "diagnosing your system" and attempts to repair your systtem, afterwards you come back to a screen that shows automatic repair failed. Resolution Please try the methods below to resolve the issue: Method ...
    • Microsoft - Windows 10 IP Reset

      Problem Unable to connect to internet, no wireless networks visible. Resolution: Please check the following: Please check in Windows Device Manager that the Wi-Fi adaptor is running without problems. You may also wish to try running any of the ...
    • Microsoft - Repair Microsoft Office installation

      Problem Either Microsoft Office or an app communicating with it such as Dragon or ClaroRead is not interacting correctly or at all with the Office suite of applications. Resolution You can try repairing Microsoft office to fix the issue using the ...
    • Microsoft - Run control panel items using command line

      Problem Some control panel items may take lengthy navigation to reach them and one may wish for a more efficient method to reach them. Resolution Below are the commands necessary to run control panel items directly from the windows Run command ...