Win10 update prompt 0x8024402f error how to do Solve tutorial

  
The update of Win10 is theoretically carried out automatically, and the user can completely "treat and rule". However, many users who have a certain foundation are not willing to let Windows 10 completely "hold" 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 some technical means, such as the professional version of the user can modify the "Group Policy", or can be controlled by third-party software.

Either way, sometimes not too successfully install the update, 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%system32catroot2 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

▲ step command part 2

Copyright © Windows knowledge All Rights Reserved