Using the Deployment Image Servicing and Management command tool you have three main options to repair an image of Windows 10, including CheckHealth, ScanHealth, and RestoreHealth, and you want to run them in that hierarchy. Also, depending on the severity of the issue, there are additional settings that you can use with the RestoreHealth option to repair an image using different sources.


Checking issues with DISM using CheckHealth option

You can use the CheckHealth option with DISM to quickly determine if there are any corruptions inside the local image. However, the option won't perform any repairs.


To check for issues within the image with DISM, use these steps:

Open Start.

Search for Command Prompt, right-click the top result, and select the Run as administrator option.

Type the following command to perform a quick health check and press Enter:

DISM /Online /Cleanup-Image /CheckHealth

Once you complete the steps, the command will run and verify if there is any data corruption that needs fixing.

Checking issues with DISM using ScanHealth option


Alternatively, you can run DISM with the ScanHealth option to perform a more advanced scan to check if the Windows 10 image has any problems.

To perform an advanced scan with DISM, use these steps:

Open Start.

Search for Command Prompt, right-click the top result, and select the Run as administrator option.

Type the following command to perform an advanced DISM scan and press Enter:

DISM /Online /Cleanup-Image /ScanHealth

After you complete the steps, the advanced scan will take several minutes to determine if the local image needs repairing.


Repairing issues with DISM using RestoreHealth option

If there are issues, then you can use DISM with the RestoreHealth option, which will run an advanced scan and repair any problems automatically.

Open Start.

Search for Command Prompt, right-click the top result, and select the Run as administrator option.

Type the following command and press Enter:

DISM /Online /Cleanup-Image /RestoreHealth

Quick note: While the command is running is normal to see the process stuck at 20 or 40 percent, after a few minutes, the process will complete successfully.

Once you complete the steps, the Deployment Image Servicing and Management tool will connect to the Windows Update servers to download and replace any damaged files in the local image for Windows 10 as necessary.