PDA

View Full Version : Windows Update: codice 80070424


Bigbanks23
30-06-2008, 14:57
ragazzi non riesco a fare piu gli aggiornamenti perche' ogni volta che cerco di controllare gli aggiornamenti mi appare questo errore http://www.pctunerup.com/up/results/_200806/th_20080630145659_Cattura.JPG (http://www.pctunerup.com/up/image.php?src=_200806/20080630145659_Cattura.JPG)

yeppala
30-06-2008, 15:07
Dalla lista dei servizi controlla che il servizio BITS sia attivo (Servizio trasferimento intelligente in background)
Se è morto, rimettilo su con questo fix:
http://www.microsoft.com/downloads/details.aspx?displaylang=it&FamilyID=2829e460-4045-435b-b165-2c1496cd94a4

Bigbanks23
30-06-2008, 15:16
sono andato a vedere sui servizi e a me qua sembra attivo

http://www.pctunerup.com/up/results/_200806/th_20080630151554_Cattura.JPG (http://www.pctunerup.com/up/image.php?src=_200806/20080630151554_Cattura.JPG)

Bigbanks23
30-06-2008, 16:33
ragazzi sono riuscito a risolvere creando un file bat ad esempio update.bat con il blocco note e o incollato questo

net stop cryptsvc
net stop wuauserv
ren %windir%\system32\catroot2 catroot2.old
ren %windir%\SoftwareDistribution SoftwareDistribution.old
regsvr32 comcat.dll /s
Regsvr32 Msxml.dll /s
Regsvr32 Msxml2.dll /s
proxycfg -u
Regsvr32 Msxml3.dll /s
regsvr32 shdoc401.dll /s
regsvr32 cdm.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 mssip32.dll /s
regsvr32 cryptdlg.dll /s
regsvr32 wucltui.dll /s
regsvr32 shdoc401.dll /i /s
regsvr32 dssenh.dll /s
regsvr32 rsaenh.dll /s
regsvr32 gpkcsp.dll /s
regsvr32 sccbase.dll /s
regsvr32 slbcsp.dll /s
regsvr32 asctrls.ocx /s
regsvr32 wintrust.dll /s
regsvr32 initpki.dll /s
regsvr32 softpub.dll /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 wups2.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
proxycfg –d
sc sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;

;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
regsvr32 mshtml.dll /s
net start cryptsvc
net start wuauserv

blu86
09-07-2008, 23:03
RAGAZZI ANCHIO LO STESSO PROBLEMA
MA HO FATTO IN ATTIMO.

* Click su Start -> Esegui
* incollare i comandi sottostanti e premere Enter

%SYSTEMROOT%\SYSTEM32\REGSVR32.EXE %SYSTEMROOT%\SYSTEM32\WUAUENG.DLL

Che in pratica registra nuovamente la dll WUAUENG.

Spero possa essere di aiuto per qualcun altro

corgiov
24-11-2008, 11:16
Seguendo la procedura del post precedente, ricevo un nuovo codice d'errore: 80070005.

meolag
24-11-2008, 13:41
Seguendo la procedura del post precedente, ricevo un nuovo codice d'errore: 80070005.

Se puo' interessare anch'io non riuscivo a fare nessun aggiornamento, mi e' bastato disabilitare l'antivirus per installare tutto.

lurig
24-11-2008, 16:36
Ho anche io questo fastdioso problema del windows update che non riesce ad aggiornare (e non riesco ad aggironare nemmeno altri software) e non riesco a capire perchè.

Non riesco più ad aggiornare anche un antivirus ed un atispyware.

corgiov
24-11-2008, 21:03
Ho risolto. Ho rinstallato Windows. Ho scaricato tutti gli aggiornamenti manualmente, fino a quando è rimasto solo il Service Pack 1. Installatolo, Windows Update continua a funzionare. Ora sto installando Nero 9 (finalmente!), che si bloccava al 7%.

devilred
25-11-2008, 10:22
e capitato anche ha un mio amico in passato quell'errore ha risolto sistemando DATA e ORARIO dal bios. date un occhiata non si puo mai sapere. ciao