Advertisement

Add Repair Windows Image Context Menu in Windows 10

How to Add Repair Windows Image Context Menu in Windows 10.

If your Windows 10 became broken, it can be related to corruption in the Component Store where system files are stored. You can add a special entry to the Desktop context menu to repair the corrupted component store with one click when needed.

Advertisеment

The Component store is a core feature of Windows 10 which stores all of the files related to the OS grouped by components and as hardlinks. With new servicing model introduced in Vista, some system files are shared between two components and they are all hardlinked to the system32 folder. When the OS is serviced, the component store is updated. The Component Store is part of the Windows Imaging and Servicing stack.

There is a special console tool called DISM which ships with Windows 10 by default. It can be used to fix Windows Component Store corruption. It is especially useful when the usual command "sfc /scannow" cannot repair damaged system files. Check out the following post:

https://winaero.com/blog/fix-windows-10-using-dism/

The DISM tool writes the following log files:

  • C:\Windows\Logs\CBS\CBS.log
  • C:\Windows\Logs\DISM\dism.log

They can be used to analyze errors and see completed operations.

To save your time, you can add a special context menu commands to the right-click menu of Desktop. They will allow you to analyze and repair the Component Store in Windows 10 quickly.

Windows 10 Repair Windows Image Context Menu

To Add Repair Windows Image Context Menu in Windows 10

  1. Download the following ZIP archive: Download ZIP archive.
  2. Extract its contents to any folder. You can place the files directly to the Desktop.
  3. Unblock the files.
  4. Double click on the Add Repair Windows Image Context Menu.reg file to merge it.
  5. To remove the entry from the context menu, use the provided file Remove Repair Windows Image Context Menu.reg.

You are done!

How it works

The context menu includes two commands.

  • Check Health of Windows Image. This command executes DISM as follows: Dism /Online /Cleanup-Image /CheckHealth. The key option here is CheckHealth. We use it to check if some process has marked the Component Store as corrupted and whether the corruption is repairable. This command is not supposed to fix any issues. It only reports about problems if they are present and if the CBS store is flagged. This command doesn't create a log file.Dism Check Health
  • Repair Windows Image. This command starts DISM with the following arguments: Dism /Online /Cleanup-Image /RestoreHealth. The DISM tool started with the /RestoreHealth option will scan the component store for corruption and perform the required repair operations automatically. It will create a log file. The whole process can take several hours, so be patient. On hard drives, it will take longer compared to an SSD.Dism Restore Health

Both commands start elevated from PowerShell.

That's it.

Support us

Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:

If you like this article, please share it using the buttons below. It won't take a lot from you, but it will help us grow. Thanks for your support!

Advertisеment

Author: Sergey Tkachenko

Sergey Tkachenko is a software developer who started Winaero back in 2011. On this blog, Sergey is writing about everything connected to Microsoft, Windows and popular software. Follow him on Telegram, Twitter, and YouTube.

3 thoughts on “Add Repair Windows Image Context Menu in Windows 10”

  1. To Mr Sergey Tkachenko and friends, I have just used your “add to the context menu” tweak, both DISM and SFC, and it really makes my life easier. I think Microsoft should have this by default. I don’t think many folks realize, that you need to run DISM before SFC (then restart) for the image repair to work. If I haven’t got this right Sergey, please correct me. So in conclusion, I should like to thank you very much. I think most people with Windows 10 are going to want this tweak. – Regards, Stephen Bates.

    1. Actually it’s a bit like : “Having DISM and SFC on the context menu, is incredibly convenient” :-)

Leave a Reply

Your email address will not be published.

css.php
Using Telegram? Subscribe to the blog channel!
Hello. Add your message here.