If you are getting error 0x80070424 while scanning for updates on windows
update site. try the following steps to resolve the issue.
1. open "wordpad"
2. copy this text (below) into the "wordpad"
3. save the "wordpad" file as "IEreg.bat"
4. copy the below given contents to "IEreg.bat"
------------------------------------------------------
regsvr32 comcat.dll /s
regsvr32 shdoc401.dll /s
regsvr32 shdoc401.dll /i /s
regsvr32 asctrls.ocx /s
regsvr32 oleaut32.dll /s
regsvr32 shdocvw.dll /I /s
regsvr32 shdocvw.dll /s
regsvr32 browseui.dll /s
regsvr32 browseui.dll /I /s
regsvr32 msrating.dll /s
regsvr32 mlang.dll /s
regsvr32 hlink.dll /s
regsvr32 mshtmled.dll /s
regsvr32 urlmon.dll /s
regsvr32 plugin.ocx /s
regsvr32 sendmail.dll /s
regsvr32 scrobj.dll /s
regsvr32 mmefxe.ocx /s
regsvr32 corpol.dll /s
regsvr32 jscript.dll /s
regsvr32 msxml.dll /s
regsvr32 imgutil.dll /s
regsvr32 thumbvw.dll /s
regsvr32 cryptext.dll /s
regsvr32 rsabase.dll /s
regsvr32 inseng.dll /s
regsvr32 iesetup.dll /i /s
regsvr32 cryptdlg.dll /s
regsvr32 actxprxy.dll /s
regsvr32 dispex.dll /s
regsvr32 occache.dll /s
regsvr32 occache.dll /i /s
regsvr32 iepeers.dll /s
regsvr32 urlmon.dll /i /s
regsvr32 cdfview.dll /s
regsvr32 webcheck.dll /s
regsvr32 mobsync.dll /s
regsvr32 pngfilt.dll /s
regsvr32 licmgr10.dll /s
regsvr32 icmfilter.dll /s
regsvr32 hhctrl.ocx /s
regsvr32 inetcfg.dll /s
regsvr32 tdc.ocx /s
regsvr32 MSR2C.DLL /s
regsvr32 msident.dll /s
regsvr32 msieftp.dll /s
regsvr32 xmsconf.ocx /s
regsvr32 ils.dll /s
regsvr32 msoeacct.dll /s
regsvr32 inetcomm.dll /s
regsvr32 msdxm.ocx /s
regsvr32 dxmasf.dll /s
regsvr32 l3codecx.ax /s
regsvr32 acelpdec.ax /s
regsvr32 mpg4ds32.ax /s
regsvr32 voxmsdec.ax /s
regsvr32 danim.dll /s
regsvr32 Daxctle.ocx /s
regsvr32 lmrt.dll /s
regsvr32 datime.dll /s
regsvr32 dxtrans.dll /s
regsvr32 dxtmsft.dll /s
regsvr32 WEBPOST.DLL /s
regsvr32 WPWIZDLL.DLL /s
regsvr32 POSTWPP.DLL /s
regsvr32 CRSWPP.DLL /s
regsvr32 FTPWPP.DLL /s
regsvr32 FPWPP.DLL /s
regsvr32 WUAPI.DLL /s
regsvr32 WUAUENG.DLL /s
regsvr32 ATL.DLL /s
regsvr32 WUCLTUI.DLL /s
regsvr32 WUPS.DLL /s
regsvr32 WUWEB.DLL /s
regsvr32 wshom.ocx /s
regsvr32 wshext.dll /s
regsvr32 vbscript.dll /s
regsvr32 scrrun.dll mstinit.exe /setup /s
regsvr32 msnsspc.dll /SspcCreateSspiReg /s
regsvr32 msapsspc.dll /SspcCreateSspiReg /s
exit
-------------------------------------------------
5. "double click" on the icon on your desktop and then to launch
check if you are able update from windows update site.
Please let me know if this information helps!
Thank You,
Harish.G
This posting is provided "AS IS" with no warranties, and confers no rights.
Harish,
Could we please have either a correction of some apparent syntax
errors in this script or an explanation of how they can possibly work?
Has anybody tested it by avoiding use of the "silent" switch (/s)?
I have posted about this before.
For example, here is an extract of a comment I made when Torgeir
used it:
<copy of my reply>
"Torgeir Bakken (MVP)" <Torgeir.B...@hydro.com> wrote in message
news:Osk%232oqmE...@tk2msftngp13.phx.gbl
...
> And from an recent post by Mark Brown [MSFT], you could try this:
...
> regsvr32 scrrun.dll mstinit.exe /setup /s
> regsvr32 msnsspc.dll /SspcCreateSspiReg /s
> regsvr32 msapsspc.dll /SspcCreateSspiReg /s
Torgeir,
Have you tried this, e.g. without the /s switches?
I tried to point out these last three entries previously,
being curious and dubious about the syntax.
Do you understand what is being attempted with that syntax?
My guess would be that the /s switch would be just obscuring
any errors and none of those modules would be reinitialized at all.
E.g. I could understand this syntax for the last ones:
regsvr32 /n /i:SspcCreateSspiReg msnsspc.dll /s
regsvr32 /n /i:SspcCreateSspiReg msapsspc.dll /s
but I haven't a clue what would be intended by the first.
My best guess would be that it should be two commands
both of which are corrupted by being mixed in one line.
E.g. a normal re-initialization of scrrun.dll and a line
which is given in KB279830 and is some obscure maintenance
tool for a one-time conversion of "jobs" started by the Task Scheduler?
;o
Robert
---
</copy of my reply>
I couldn't get automatic updates and windows-update working (although it
said it was turned on, it wasn't)
After running this batch my computer started downloading updates at ones.
Problem occured after removing some though virusses.
Thanks for the solution.
Jeroen M.
Repeated the same for the following commands:
regsvr32.exe wuapi.dll
regsvr32.exe wups.dll
regsvr32.exe wuaueng.dll
regsvr32.exe wucltui.dll
regsvr32.exe MSXML3.dll
regsvr32.exe qmgr.dll
regsvr32.exe qmgrprxy.dll
net.exe start wuauserv
After executing the aforementioned lines, I can see the automatic update
program in the services.msc screen but it is now marked disabled. Of course
I tried changing the status to enable but a message is prompted that says the
files is marked for deletion and can't continue.
What should I do?
Luis
A copy of the windowsupdate log is enclosed for your reference.
2004-12-03 16:16:58-0600 2420 9c4 Required Version for binary
C:\WINDOWS\System32\cdm.dll is: 5,5,3790,2182
2004-12-03 16:16:58-0600 2420 9c4 Binary: C:\WINDOWS\System32\cdm.dll:
Target version: 5.5.3790.2182 Required: 5.5.3790.2182
2004-12-03 16:16:58-0600 2420 9c4 Required Version for binary
C:\WINDOWS\System32\iuengine.dll is: 5,4,3790,2182
2004-12-03 16:16:58-0600 2420 9c4 Binary: C:\WINDOWS\System32\iuengine.dll:
Target version: 5.4.3790.2182 Required: 5.4.3790.2182
2004-12-03 16:16:58-0600 2420 9c4 Required Version for binary
C:\WINDOWS\System32\wuapi.dll is: 5,4,3790,2182
2004-12-03 16:16:58-0600 2420 9c4 Binary: C:\WINDOWS\System32\wuapi.dll:
Target version: 5.4.3790.2182 Required: 5.4.3790.2182
2004-12-03 16:16:58-0600 2420 9c4 Required Version for binary
C:\WINDOWS\System32\wuauclt.exe is: 5,4,3790,2182
2004-12-03 16:16:58-0600 2420 9c4 Binary: C:\WINDOWS\System32\wuauclt.exe:
Target version: 5.4.3790.2182 Required: 5.4.3790.2182
2004-12-03 16:16:58-0600 2420 9c4 Required Version for binary
C:\WINDOWS\System32\wuauclt1.exe is: 5,4,3790,2182
2004-12-03 16:16:58-0600 2420 9c4 Binary: C:\WINDOWS\System32\wuauclt1.exe:
Target version: 5.4.3790.2182 Required: 5.4.3790.2182
2004-12-03 16:16:58-0600 2420 9c4 Required Version for binary
C:\WINDOWS\System32\wuaucpl.cpl is: 5,4,3790,2182
2004-12-03 16:16:58-0600 2420 9c4 Binary: C:\WINDOWS\System32\wuaucpl.cpl:
Target version: 5.4.3790.2182 Required: 5.4.3790.2182
2004-12-03 16:16:58-0600 2420 9c4 Required Version for binary
C:\WINDOWS\System32\wuaueng.dll is: 5,4,3790,2182
2004-12-03 16:16:58-0600 2420 9c4 Binary: C:\WINDOWS\System32\wuaueng.dll:
Target version: 5.4.3790.2182 Required: 5.4.3790.2182
2004-12-03 16:16:58-0600 2420 9c4 Required Version for binary
C:\WINDOWS\System32\wuaueng1.dll is: 5,4,3790,2182
2004-12-03 16:16:58-0600 2420 9c4 Binary: C:\WINDOWS\System32\wuaueng1.dll:
Target version: 5.4.3790.2182 Required: 5.4.3790.2182
2004-12-03 16:16:58-0600 2420 9c4 Required Version for binary
C:\WINDOWS\System32\wucltui.dll is: 5,4,3790,2182
2004-12-03 16:16:58-0600 2420 9c4 Binary: C:\WINDOWS\System32\wucltui.dll:
Target version: 5.4.3790.2182 Required: 5.4.3790.2182
2004-12-03 16:16:58-0600 2420 9c4 Required Version for binary
C:\WINDOWS\System32\wups.dll is: 5,4,3790,2182
2004-12-03 16:16:58-0600 2420 9c4 Binary: C:\WINDOWS\System32\wups.dll:
Target version: 5.4.3790.2182 Required: 5.4.3790.2182
2004-12-03 16:17:05-0600 2420 9c4 Unable to connect to the service
(hr=80070424)
2004-12-03 16:17:05-0600 2420 9c4 Unable to establish connection to the
service. (hr=80070424)
2004-12-03 16:17:05-0600 2420 9c4 Unable to initiate asynchronous search,
hr=80070424
0x80070424
ERROR_SERVICE_DOES_NOT_EXIST
(This can also happen if the BITS service is explicitly deleted by running
the command sc delete bits)
http://groups.google.com/groups?selm=Osk%232oqmEHA.4068%40tk2msftngp13.phx.gbl
You may also have a virus , trojan that may appear has a fake
service(Network Client ).
run a virus, spyware,adware scan.
You MAY also have to re-install the autoupdate service.
I have the same problem (see post below yours). I think it is a trojan or
worm causing the problem. There is an advice posted, it didn't work for me,
but maybe it could for you...
Cyril
See if this helps:
After the regsvr32 commands, start regedit.exe
and locate the key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv
If you find a DeleteFlag value there, delete the DeleteFlag value.
Luis wrote:
> Using Windows XP and trying to run the windows update program, but I keep
> getting the error message in question immediately after the program starts to
> search for the available updates. Furthermore, if I look up the automatic
> update program using services.msc I do not see it. I decided to try again
> after entering the following commands and rebooting the computer but to no
> avail.
> Click Start >> Run >>
> "net.exe stop wuauserv" (w/o quotes)
>
> Repeated the same for the following commands:
>
>
> regsvr32.exe wuapi.dll
> regsvr32.exe wups.dll
> regsvr32.exe wuaueng.dll
> regsvr32.exe wucltui.dll
> regsvr32.exe MSXML3.dll
> regsvr32.exe qmgr.dll
> regsvr32.exe qmgrprxy.dll
> net.exe start wuauserv
>
> After executing the aforementioned lines, I can see the automatic update
> program in the services.msc screen but it is now marked disabled. Of course
> I tried changing the status to enable but a message is prompted that says the
> files is marked for deletion and can't continue.
>
> What should I do?
>
> Luis
--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx
"delizade" <deli...@discussions.microsoft.com> wrote in message
news:A311D7A8-1E5D-4D01...@microsoft.com...
"Harish.G [MSFT]" wrote:
> regsvr32 comcat.dll /s
> regsvr32 shdoc401.dll /s
Sweet! Fixed windows update for me! But what does registering all of those
DLLs do? Do they need to be registered in order for WU to determine whether
they need to be updated?
Glad to hear it! Thank you for letting us know the solution worked for you!
Sincerely,
Pat Walters [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights. Use
of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm"
"Perry Reed" <Perry Re...@discussions.microsoft.com> wrote in message
news:04ADA28F-CE14-4E50...@microsoft.com...
Thanks,
Sefan H.
Just instead of using "WordPad", I used "NOTEPAD"... Anf then it worked...
- Morten (Denmark)
"Harish.G [MSFT]" wrote:
> Hi,
>
> If you are getting error 0x80070424 while scanning for updates on windows
> update site. try the following steps to resolve the issue.
>
>
> 1. open "wordpad"
>
> 2. copy this text (below) into the "wordpad"
>
> 3. save the "wordpad" file as "IEreg.bat"
>
> 4. copy the below given contents to "IEreg.bat"
>
> ------------------------------------------------------
>
"Harish.G [MSFT]" wrote:
> Hi,
>
> If you are getting error 0x80070424 while scanning for updates on windows
> update site. try the following steps to resolve the issue.
>
>
> 1. open "wordpad"
>
> 2. copy this text (below) into the "wordpad"
>
> 3. save the "wordpad" file as "IEreg.bat"
>
> 4. copy the below given contents to "IEreg.bat"
>
> ------------------------------------------------------
"Leupold" wrote:
>
> > Worked for me THANK YOU!!!
"Steve" wrote:
> This error code occurs when trying to custom load updates. Also when auto
> updates does decide to work, it doesn't always when rebooted at a later date.
> Why are my settings not being saved???
It have worked well for me and fixed my problem.
Many thanks!
Cezar Cerbam
(Brazil)
Thank You so much. your formula worked !!
i could not grt it to work at all now all is fine.
anyone with th same problem please just follow the instructions.
IT WORKS!!!!!!!
--
RAY BENNETT JR
H&R CO. INC. , JAPAN
"