If your computer always appears annoying bugs or crashes, you could scan and repair Windows 10 image to fix these problems. This post will show you how to do this work in detail. Meanwhile, it will also show you other useful tips for DISM in Windows 10. You can get more information from this post offered by MiniTool.

If you find that your computer is starting to get more bugs on Windows 10, you should scan and repair Windows 10 image. With DISM in Windows 10, you can easily fix these problems.

What Is DISM?

DISM is the acronym of Deployment Image Servicing and Management, which is a command line tool introduced in Windows 8 and later versions of Windows system. 

You can use it from Windows PowerShell or the Command Prompt. As a useful tool, it can always service and prepare Windows images. Meanwhile, you can also scan and repair Windows 10 image with DISM.

Repair Windows 10 Image with DISM

There are many benefits to scanning and fixing Windows 10 images with DISM. It checks to see if your system files have been modified or corrupted. More importantly, DISM will try to fix these corruptions to keep your Windows system healthy. As a result, you will reduce or even avoid many error messages and crashes. 

Step 1: Type cmd in the search bar, right-click Command Prompt and then select Run as administrator to open it. You will be prompted for permission. Click Yes to continue. 

Step 2: Type command Dism /Online /Cleanup-Image /ScanHealth and press Enter.

type command Dism /Online /Cleanup-Image /ScanHealth

When you run this command, DISM can scan all the system files on your computer and compare them with the official system files to see if they are consistent with their official source. 

Tip: This command line will not help you fix the corruption.

Step 3: Type command Dism /Online /Cleanup-Image /CheckHealth and press Enter.

type command Dism /Online /Cleanup-Image /CheckHealth

When you run this command, DISM will help you check to see if your Windows 10 image is corrupted. 

Tip: This command line will not help you repair the corrupted files, either.

Step 4: Type command Dism /Online /Cleanup-Image /RestoreHealth and press Enter.

type command Dism /Online /Cleanup-Image /RestoreHealth

When you run this command, DISM will help to fix the detected corrupted file and then it will replace corrupted files with official online source files. 

Tip: If you want to fix an online image with your own resources, you can type the command Dism /Online /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows /LimitAccess and press Enter to repair your windows 10 image.

Step 5: When the restore operation is complete, close the command prompt.

See what you can do if DISM /Online /Cleanup-image /Restorehealth is stuck.

Other Useful Tips for DISM in Windows 10

As a powerful tool, DISM is used in Windows 10 far beyond those mentioned above. You can also use DISM to back up your drivers and restore them.

Back Up Your Drivers with DISM

Step 1: Create a new folder on a drive to hold your driver backup and give it a name. In this case, take drive E and name DriversBackup as an example. 

Step 2: Type cmd in the search bar, right-click Command Prompt and then select Run as administrator to open it. You will be prompted for permission. Click Yes to continue. 

Step 3: Type command dism /online /export-driver /destination:E:\DriversBackup and press Enter.

type command dism /online /export-driver /destination:E:\DriversBackup

Restore Your Drivers with DISM

Step 1: Type cmd in the search bar, right-click Command Prompt and then select Run as administrator to open it. You will be prompted for permission. Click Yes to continue. 

Step 2: Type command dism /online /Add-Driver /Driver:D:\DriversBackup /Recurse and press Enter.

type command dism /online /Add-Driver /Driver:D:\DriversBackup /Recurse

Bottom Line

In conclusion, this post has shown you how to repair Windows 10 image with DISM. Besides, it also shows you other useful tips for DISM in Windows 10 – back up your drivers and restore your drivers with DISM.

  • linkedin
  • reddit