Home / an error has occurred not all of the updates were successfully uninstalled An error has occurred not all of the updates were successfully uninstalled 06/04/2021 Updays not uninstalling :: An error has actually emerged. Not all the updays effectively unset up ::0x80073712You watching: An error has occurred not all of the updates were successfully uninstalledIt failed through “An error has arisen. Not all the updays successfully uninstalled”Event log states “Package KB4056890 faibrought about be readjusted to the Absent state.See more: Attempting To Connect To Netgear Server, Unable To Connect Attempting To Connect To NetgeaSee more: How To Edit Properties Of Mp3 Files Windows 7 Without External Software Status: 0x80073712.”DISM.log has logged via listed below error linesCause : The component store has been corrupted. Generally home windows 2012 or later has CheckSUR, bulletin functionality to repair this corruption during upday installation or removal. If that falls short to have to manually settle it making use of DISM /Cleanup-ImageYou can examine whether component keep health by running “DISM /Online /Cleanup-Image /ScanHealth” or try to install making use of DISM upday “DISM.exe /Online /Remove-Package /PackageName:Package_for_KB2870699~31bf3856ad364e35~amd64~~6.2.1.1 /quiet /norestart”It provides error as belowError: 14098The component save has been corrupted.Steps 1net speak wuauservcd %systemroot%SoftwareDistributionren Downpack Download.oldnet start wuauservnet speak bitsnet start bitsnet speak cryptsvccd %systemroot%system32ren catroot2 catroot2oldnet start cryptsvcTry to upday installation or removal, if that failed move to Step 2Step 2dism /digital /get-packagesDISM.exe /Online /Remove-Package /PackageName:Package_for_KB2870699~31bf3856ad364e35~amd64~~6.2.1.1 /quiet /norestartTry to update installation or removal, if that failed relocate to Tip 3Step 3Copy install.wim from OS CD iso imperiods Source folderFind index of the Operating Installation by running “dism /Get-WimInfo /WimFile:E:SourcesORGinstall.wim”Either use index from the list of above“DISM /Online /Cleanup-Image /RestoreHealth /Source:WIM:e:SourcesORGinstall.wim:2 /LimitAccess”Or Create new photo for Operating System detailed over making use of index number “dism /export-image /SourceImageFile:install.wim /SourceIndex:IndexNumber/DestinationImageFile:install_brand-new.wim /Compress:max /CheckIntegrity”I provided command also “dism /export-photo /SourceImageFile:e:SourcesORGinstall.wim /SourceIndex:2/DestinationImageFile:e:Sourcesinstall.wim /Compress:max /CheckIntegrity”Then run below command to repair the coponent storeDISM /Online /Cleanup-Image /RestoreHealth /Source:WIM:e:Sourcesinstall.wim:1 /LimitAccess