After Microsoft launched the win10 operating system, Microsoft has been upgrading and maintaining this new system. So for this updated system patch, some friends have experienced that the KB4541738 update is stuck at 0% when installing it. The editor thinks that we can first rule out whether it is caused by the influence of third-party software on the computer. Let’s take a look at how the editor did it for details~
Method 1:
"Clean boot", stop non-core program operation, uninstall non-essential software, and eliminate the influence of third-party software:
1. Uninstall third-party anti-virus, housekeeping, and optimization software in the device
2. Press at the same time, enter, and press Enter
3. Click >> (If you have enabled the fingerprint recognition function, please do not close the related Services)
4. Start, click the tab, and disable all startup items
5. Restart the device
Method 2:
Restart Windows Update Service
1. Start the menu, enter, right-click, select to run
2. Enter the following commands one by one (be careful to copy and paste (Up):
SC config wuauserv start= auto
SC config bits start= auto
SC config cryptsvc start= auto
SC config trustedinstaller start= auto
SC config wuauserv type=share
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.oldold
ren C:\Windows\System32\catroot2 catroot2.oldold
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
netsh winsock reset
3. Restart the machine and see the effect again
>>>What is updated with KB4493436
>>>What is updated with KB4502112
>>> What has been updated with KB4499181
>>>What to do if kb4499164 failed to install
>>>What has been updated with KB4505055
The above is the detailed content of KB4541738 update installation stuck at 0%. For more information, please follow other related articles on the PHP Chinese website!