Sunday, June 16, 2013
0 comments

Fix Component Store Corruption or Repair Windows Image in Windows 8

11:44 PM
The System Update and Readiness Tool or CheckSUR tool will scan your Windows computer for inconsistencies, which may be  caused by various hardware failures or by software issues and potentially fix that corruption. In Windows 8 and Windows Server 2012, the Inbox Corruption Repair brings the functionality of CheckSUR into Windows. You do not require a separate download to get the tool.

If a Windows image becomes unserviceable, you can use the Deployment Imaging and Servicing Management (DISM) tool to update the files and correct the problem. In case of system inconsistencies and corruptions, you can use the DISM tool by using the Cleanup-Image functionality along with these available switches.
  • /ScanHealth: This checks for component store corruption and records that corruption to the C:\Windows\Logs\CBS\CBS.log but no corruption is fixed using this switch.  This is useful for logging what, if any, corruption exists. Use Dism /Online /Cleanup-Image /ScanHealth. This could take 10-15 minutes.
  • /CheckHealth: This checks to see if a component corruption marker is already present in the registry.  This is merely a way to see if corruption currently exists.  Think of it as a read-only CHKDSK. Use Dism /Online /Cleanup-Image /CheckHealth. This could take less than a minute.
  • /RestoreHealth: This checks for component store corruption, records the corruption to C:\Windows\Logs\CBS\CBS.log and FIXES the corruption using Windows Update.  This operation takes 15 mins or more depending on the level of corruption. Use Dism /Online /Cleanup-Image /RestoreHealth.
To carry out these operations you have to open an elevated Command Prompt. First you have to check if there is corruptions and it the corruption or image is repairable. If yes, then you can use the /RestoreHealth switch to fix the corruption.

You can use this:
  • If your System File Checker is corrupted or SFC is not working and the SFC /SCANNOW command is unable to repair corrupted system files because the store is corrupted.
  • To fix Windows component store corruption when the same Windows Updates continue to appear to be available to install even though they already show successfully installed in update history.
  • If a Windows image becomes unserviceable, you can use the Deployment Imaging and Servicing Management (DISM) tool to update the files, correct the problem and repair Windows image. You can use DISM to repair an offline Windows image in a WIM or VHD file, or an online Windows image.

0 comments:

Post a Comment

 
Toggle Footer
Top