Win10 update prompts error 0x8024402f reason and solution

  

The update of Win10 is theoretically automatic, and the user can completely "rule the arch". However, many users who have a certain foundation are not willing to let Windows 10 completely “control” the update function, and hope to continue to use the previous update method of Win7/Win8.1. It is not impossible to implement the previous method, but it needs to be controlled by some technical means, such as the professional version user can modify "Group Policy", or can be controlled by third-party software.


Either way, sometimes the update installation will not be too smooth, and various errors may occur, such as 0x8024402f. This situation is generally caused by a problem with the user's connection to the Microsoft server. This may be a problem with Microsoft, or it may be a problem with the network itself. If it is the latter, it is not too big a problem. It may be solved after waiting for a while. If the user is connected to the Microsoft server, you can try to solve it with the following command. This solution comes from the Microsoft Community Forum.

The specific method is as follows:

1. Open the command prompt in administrator mode.

2, enter the following commands in turn, pay attention to the use of "space”:

net stop CryptSvc

ren %windir%\\system32\\catroot2 catroot2.old

net start CryptSvc

net stop wuauserv

regsvr32 wuapi.dll /s

regsvr32 wups.dll /s

regsvr32 wuaueng.dll /s

regsvr32 wucltui.dll /s

regsvr32 wuweb.dll /s

regsvr32 msxml.dll /s

regsvr32 msxml2.dll /s

regsvr32 msxml3.dll /s

regsvr32 urlmon.dll /s

net start wuauserv

regsvr32 softpub.dll /s

regsvr32 initpki.dll /s

regsvr32 mssip32.dll /s

regsvr32 wintrust.dll /s

regsvr32 dssenh.dll /s

regsvr32 Rsaenh.dll /s

regsvr32 gpkcsp.dll /s

regsvr32 sccbase.dll /s

regsvr32 slbcsp.dll /s

regsvr32 cryptdlg. Dll /s

regsvr32 jscript.dll /s


▲Part 2 of step 2

3, after all execution, restart the computer.

This method is basically to reset the update service and related registry, if this is the reason, this method should have an effect.

Copyright © Windows knowledge All Rights Reserved