This post will show you how to do this work in detail.

With DISM in Windows 10, you could easily fix these problems.

What Is DISM?

type command Dism /Online /Cleanup-Image /ScanHealth

you’re able to use it fromWindows PowerShellor theCommand Prompt.

As a useful tool, it can always service and prepare Windows images.

Meanwhile, you’re able to also scan and repair Windows 10 image with DISM.

type command Dism /Online /Cleanup-Image /CheckHealth

It checks to see if your system files have been modified or corrupted.

More importantly, DISM will have a go at fix these corruptions to keep your Windows system healthy.

As a result, you will reduce or even avoid many error messages and crashes.

type command Dism /Online /Cleanup-Image /RestoreHealth

Step 1: Typecmdin the search bar, right-clickCommand Promptand then selectRun as administratorto open it.

You will be prompted for permission.

Step 2: jot down commandDism /Online /Cleanup-Image /ScanHealthand pressEnter.

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

Step 3: jot down commandDism /Online /Cleanup-Image /CheckHealthand pressEnter.

Step 4: punch in commandDism /Online /Cleanup-Image /RestoreHealthand pressEnter.

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

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

See what you’ve got the option to do ifDISM /Online /Cleanup-image /Restorehealth is stuck.

it’s possible for you to also use DISM to back up your drivers and restore them.

In this case, take drive E and name DriversBackup as an example.

Step 2: Typecmdin the search bar, right-clickCommand Promptand then selectRun as administratorto open it.

You will be prompted for permission.

Step 3: punch in commanddism /online /export-driver /destination:E:\DriversBackupand pressEnter.