How To Fix Windowsupdate_80244019

Asked By 0 points N/A Posted on -
qa-featured

How to fix the windowsupdate_80244019 error that I’m facing while installing an important update?

SHARE
Answered By 0 points N/A #321189

How To Fix Windowsupdate_80244019

qa-featured

Is this error only limited to this particular update or other updates also?

If this error occurs only for this update, go for a manual installation of this update from the Microsoft website.

If this problem occurs for every other update, then update the windows update agent and then follow the windows update troubleshooter steps below.

Stopping service related to windows update:

• Open command prompt in your PC and type In the following accordingly

– net stop wuauserv. Press Enter.
– net stop bits. Press Enter.
– net stop cryptsvc. Press Enter.

• Don’t close the CMD.

Renaming folders related to windows update:

• Type the following in the CMD

– ren %systemroot%\System32\Catroot2 Catroot2.old. Press Enter.
– ren %systemroot%\SoftwareDistribution SoftwareDistribution.old. Press Enter

• Don’t close CMD.

Registering DLL’s related to windows update:

• Copy the following texts in the notepad and name it as WindowsUpdate.BAT

• Or you can manually type each command into CMD:

– 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

Restarting the services related to windows update:

• Type the following code into the command prompt, and after each command press Enter:

net start wuauserv
net start bits
net start cryptsvc
exit

I hope this would help you out with the error.

Related Questions