Experienced the troublesome Windows 10 component store is corrupted issue? Don't worry, PHP editor Apple has specially brought you a solution guide. If you are struggling with the 0x80073712 error, the following details will help you quickly restore the health of the component store and resolve the issues caused by it. Read on for step-by-step instructions and helpful tips on the restoration process.
1. You can try to reconfigure the Windows update service status:
2. Win + S to open the search, enter CMD to find [Command Prompt],
3. Right-click to open as administrator, enter the following codes in sequence, and press Enter to execute. Note: It is executed one by one.
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:WindowsSoftwareDistribution SoftwareDistribution.old
ren C:WindowsSystem32catroot2 Catroot2.old
4. After completion, continue to execute the following commands one line at a time to reconfigure the Windows update service status:
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
5. Restart the computer and recheck for updates to see the installation effect.
The above is the detailed content of What to do if win10 prompts 0x80073712 component storage is damaged? Solution to component storage is damaged. For more information, please follow other related articles on the PHP Chinese website!