After Microsoft launched the KB4516059 patch, we encountered a prompt that the installation failed during the download and installation process. Please do not panic. The editor thinks that you can try opening the command prompt and using the net stop wuauserv command statement or uninstalling the third-party security software installed on the system. Let’s take a look at how the editor solved the specific situation~
The editor is here to explain to you Three solutions are prepared:
Method 1: Upgrade to the updated version
Update and upgrade the latest .net framework (currently version 4.8)
Method 2: Run the input command
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
Method 3: Others
1. Uninstall the third-party security software and system optimization software (if any) in the device.
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 KB4516059 patch installation issues. For more information, please follow other related articles on the PHP Chinese website!