Sep 19, 2014

Windows Update Error Code 8024A000 Still Affecting Users, Try These Fixes

There are some old errors that haven’t been fixed officially by Microsoft, and various Windows 8.1 users are still reporting them. We try to come up with some working fixes.
Windows Update Error Code 8024A000 fix windows 8.1


Back in February 2009, somebody has complained that when he tries to take the updates, Windows is throwing the error 8024A000. Since then, this has become one of the most visited threads on the Windows 8.1 sub-forum on the Microsoft Community website, with various fixes being suggested along the way. We try to find some of the working ones for you to get rid of your problem.

How to try and fix Windows Update Error Code 8024A000

First of all, you need to perform the general Windows Update troubleshooting, because you just might be that lucky and you could solve it just like that. If it doesn’t work, then you will need to stopping services pertaining to Windows Update. For that, follow the following:

  1. Click Start, click All Programs, click Accessories, right-click Command Prompt, and select Run as Administrator
  2. If you receive a notification from User Account Control simply click Continue.
  3. At the command prompt, type the following, commands and then press ENTER after each command.
    net stop wuauserv
    net stop bits
    net stop cryptsvc
  4. Please do not close the Command Prompt window.

If that didn’t help, try to rename the folders pertaining to Windows Update by following this:

  1. At the command prompt, type the following commands, and then press Enter after each command:
    ren %systemroot%\System32\Catroot2 Catroot2.old
    ren %systemroot%\SoftwareDistribution SoftwareDistribution.old
  2. Do not close the Command Prompt window

Also, you might have to register the DLL’s pertaining to Windows Update like this:

  • 1. Copy and paste the following text into a new Notepad document, and save the file as WindowsUpdate.BAT
    2. If saved correctly the icon will change from a Notepad file to BAT file which has two blue cogs as its icon.
    3. You can manually type each command at the command prompt
    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 wuapi.dll /s
    regsvr32 wuaueng.dll /s
    regsvr32 wuaueng1.dll /s
    regsvr32 wucltui.dll /s
    regsvr32 wups.dll /s
    regsvr32 wuweb.dll /s
    regsvr32 jscript.dll /s
    regsvr32 atl.dll /s
    regsvr32 Mssip32.dll /s

Also, you might have to restart services pertaining to Windows Update by following these steps:

  1. Click Start, click All Programs, click Accessories, right-click Command Prompt, and select Run as Administrator.
  2. If you receive a notification from User Account Control simply click Continue.
  3. At the command prompt, type the following, commands and then press ENTER after each command.
    net start wuauserv
    net start bits
    net start cryptsvc
    exit
  4. Check for updates using Windows Update to see if the issue has been resolved.

Try the following, as well:

a. Press Windows + X keys and select command prompt(admin).

b. In the command prompt window, copy and paste the commands (all at once) –

net stop wuauserv

net stop cryptSvc

net stop bits

net stop msiserver

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

ren C:\Windows\System32\catroot2 catroot2.old

net start wuauserv

net start cryptSvc

net start bits

net start msiserver

pause

c. Wait for the process to complete.

d. Close command prompt.

Now, go to Windows update and check.

Also, it’s a good idea to check whether you don’t have two antivirus software running in the same time, as it’s often not a good idea and it might result in conflicting software. Let me know by leaving your comment below if this has solved your problems. If not, I’ll try looking into it and add more solutions if there are.

Read Also: How to Fix Far Cry Errors in Windows 8, 8.1

No comments:

Post a Comment