Home > Article > System Tutorial > How to deal with KB4507467 installation issues
When we install the KB4507467 patch for win10, some friends may encounter installation failures. The editor thinks that in this case, you can uninstall and delete the third-party security software currently installed on the system, or use the command line in the command prompt window to repair the failed installation. The editor has provided you with several solutions based on different situations. Let’s take a look at the specific contents~
According to different situations, the editor has prepared three solutions for everyone
The first method:
Update and upgrade the latest .net framework (currently 4.8 Version)
Second method:
1. Click the Start button>Enter cmd>right-click "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
The third method:
1. Uninstall the third-party security software and system optimization software (if any) in the device.
2. Press the "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 deal with KB4507467 installation issues. For more information, please follow other related articles on the PHP Chinese website!