Home > System Tutorial > Windows Series > How to fix 0x80073712 error: Repair corrupted component store

How to fix 0x80073712 error: Repair corrupted component store

PHPz
Release: 2024-01-02 23:36:01
forward
1651 people have browsed it

Some users have reported that when updating the win10 system, or in some other circumstances, the system will pop up a prompt 0x80073712 that the component storage is damaged. Regarding this problem, we need to use the command code to try to solve it~

0x80073712 Component storage is damaged Solution

1. You can try to reconfigure the Windows update service status:

2. Open the search in Win S, enter CMD to find the "Command Prompt",

0x80073712 组件存储已损坏解决方法

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:\Windows\SoftwareDistribution SoftwareDistribution .old

ren C:\Windows\System32\catroot2 Catroot2.old

0x80073712 组件存储已损坏解决方法

0x80073712 组件存储已损坏解决方法

4. After completion, continue 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 How to fix 0x80073712 error: Repair corrupted component store. For more information, please follow other related articles on the PHP Chinese website!

source:somode.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template