Windows 10 includes a nifty command-line utility known as Deployment Image Servicing and Management (DISM). It has been around since Windows Vista SP1, and now comes installed by default on Windows 10 and Windows 8.1.
The utility can be used to repair and prepare Windows images, including the Windows Recovery Environment, Windows Setup, and Windows PE. Also, DISM can be used to fix the recovery image within an installation of the operating system and even to service a virtual hard disk.
If your computer begins to feel buggy and you notice problems during boot, you can use the System File Checker (SFC) command-line utility to check the integrity and replace any corrupted or missing protected system files with a known good version.
When SFC is unable to fix the problem, chances are the utility was unable to get the
necessary files from the Windows image, which might have become broken. In this situation, you can use DISM to repair the Windows image (.wim), which then it will allow you to use the System File Checker to fix any issue with your Windows 10 installation.
Use the DISM command with the /CheckHealth switch to verify whether any corruption has been detected. This command can only be used to see if corruption exists, but it doesn't perform any repairs.
To run the command do the following:
It seems to have worked. Now it's a wait and see. Rebooting.
The utility can be used to repair and prepare Windows images, including the Windows Recovery Environment, Windows Setup, and Windows PE. Also, DISM can be used to fix the recovery image within an installation of the operating system and even to service a virtual hard disk.
If your computer begins to feel buggy and you notice problems during boot, you can use the System File Checker (SFC) command-line utility to check the integrity and replace any corrupted or missing protected system files with a known good version.
When SFC is unable to fix the problem, chances are the utility was unable to get the
necessary files from the Windows image, which might have become broken. In this situation, you can use DISM to repair the Windows image (.wim), which then it will allow you to use the System File Checker to fix any issue with your Windows 10 installation.
Use the DISM command with the /CheckHealth switch to verify whether any corruption has been detected. This command can only be used to see if corruption exists, but it doesn't perform any repairs.
To run the command do the following:
- Use the Windows key + X keyboard shortcut to open the Power User menu and select Command Prompt (Admin).
- Type the following command and press Enter:
DISM /Online /Cleanup-Image /CheckHealth
It seems to have worked. Now it's a wait and see. Rebooting.
Last edited: