Thursday, February 4, 2021

Palma

 ++


https://beogradsko.blogspot.com/2020/12/windows-10-sound-keyboard.html

https://www.minitool.com/news/repair-windows-10-image-with-dism.html

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.

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.

No comments:

Post a Comment

Коментар: