Software: Windows 7, 8 & 10 | Last modified on 2018-06-18
When attempting to install updates for Windows, the updates are unable to install and error code 8024A000 occurs.
[Step 1] Stop & reset the Windows Updates
- Open the Command Prompt (Admin) or PowerShell (Admin).
- Execute net stop wuauserv
- Execute net stop bits
- Execute net stop cryptsvc
- Execute ren %systemroot%\System32\Catroot2 Catroot2.old
- Execute ren %systemroot%\SoftwareDistribution SoftwareDistribution.old
- Leave the Command Prompt open and continue to step 2.
[Step 2] Registering DLL’s pertaining to Windows Update
- Copy and paste the following commands in the Command Prompt and press enter:
- regsvr32 c:\windows\system32\vbscript.dll /s
- regsvr32 c:\windows\system32\mshtml.dll /s
- regsvr32 c:\windows\system32\msjava.dll /s
- regsvr32 c:\windows\system32\jscript.dll /s
- regsvr32 c:\windows\system32\msxml.dll /s
- regsvr32 c:\windows\system32\actxprxy.dll /s
- regsvr32 c:\windows\system32\shdocvw.dll /s
- regsvr32 wuapi.dll /s
- regsvr32 wuaueng1.dll /s
- regsvr32 wuaueng.dll /s
- regsvr32 wucltui.dll /s
- regsvr32 wups2.dll /s
- regsvr32 wups.dll /s
- regsvr32 wuweb.dll /s
- regsvr32 Softpub.dll /s
- regsvr32 Mssip32.dll /s
- regsvr32 Initpki.dll /s
- regsvr32 softpub.dll /s
- regsvr32 wintrust.dll /s
- regsvr32 initpki.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 Urlmon.dll /s
- regsvr32 Shdocvw.dll /s
- regsvr32 Msjava.dll /s
- regsvr32 Actxprxy.dll /s
- regsvr32 Oleaut32.dll /s
- regsvr32 Mshtml.dll /s
- regsvr32 msxml.dll /s
- regsvr32 msxml2.dll /s
- regsvr32 msxml3.dll /s
- regsvr32 Browseui.dll /s
- regsvr32 shell32.dll /s
- regsvr32 jscript.dll /s
- regsvr32 atl.dll /s
- Leave the Command Prompt open and continue to step 3.
[Step 3] Restart the Windows Update services
- Execute net start wuauserv
- Execute net start bits
- Execute net start cryptsvc
- Close the Command Prompt and allow Windows to search for updates.