Home > Article > System Tutorial > How to solve KB4512507 installation failure
After we downloaded Microsoft’s new patch KB4512507 for win10 system, we found that the installation of KB4512507 failed during installation. The editor believes that this situation is mostly caused by damaged installation software, incorrect interception by third-party security software, and incorrect settings in the system. So based on the above situation, the editor has also brought you several detailed solutions. Hope it can be helpful to you~
Second method:
1. Click the Start button>Enter cmd> Right-click on "Command Prompt" in the search results>Run as administrator
2. Run in the command prompt window that opens:
net stop wuauserv
net Stop cryptSvc
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot201d
net Start wuauserv
net start cryptSvc
Third method:
1. Uninstall the device third-party security software and system optimization software (if any).
2. Press "Windows logo key R", enter "msconfig", and press Enter to start the system configuration page. Click "Services" > "Hide all Microsoft services" and click "Disable all".
#3. Right-click the taskbar to start the Task Manager. Click the "Startup" tab to disable all startup items.
4. Restart the device through the start menu (please choose to restart the device, do not choose to shut down and then restart);
The above is the detailed content of How to solve KB4512507 installation failure. For more information, please follow other related articles on the PHP Chinese website!