Prev: Trouble installing Windows XP SP3 and other MS updates
Next: WindowsUpdate_80070490 WindowsUpdate_dt000
From: pvdossel on 22 Jun 2008 17:23 Yep, did the trick under Vista. You'll have to run the batch-file as administrator though, so do not forget! Big question however is: How did I get into this situation in the first place??? Virus?? "Christopher" wrote: > Just got off with microsoft... here is the fix: > > Copy the following and past it into notepad... save the doc and rename it as > a bat file (example: update.bat) execute the bat file and reboot. Hope it > works as well for you as it did me: > > **** Begin **** > > 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 > > **** End ****
From: thefinalwolf on 23 Jun 2008 17:44 Sweet this fixed my Problem, thanks! "Christopher" wrote: > Just got off with microsoft... here is the fix: > > Copy the following and past it into notepad... save the doc and rename it as > a bat file (example: update.bat) execute the bat file and reboot. Hope it > works as well for you as it did me: > > **** Begin **** > > 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 > > **** End ****
From: saxnix on 25 Jun 2008 02:04 "TaurArian [MS-MVP]" wrote: > Click Start, select run, type: regsvr32 wuaueng.dll > Thanks, that did the trick
From: sem on 27 Jun 2008 11:44 estas indicasiones si funcionan por completo solo realisenlas bien
From: papajer on 27 Jun 2008 12:31 will this fix also work with Vista? "stalgado" wrote: > hey just tried renaming that text as a bat and executed and now it works > fine. Cheers mate > > "Christopher" wrote: > > > Just got off with microsoft... here is the fix: > > > > Copy the following and past it into notepad... save the doc and rename it as > > a bat file (example: update.bat) execute the bat file and reboot. Hope it > > works as well for you as it did me: > > > > **** Begin **** > > > > 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 > > > > **** End ****
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 4 Prev: Trouble installing Windows XP SP3 and other MS updates Next: WindowsUpdate_80070490 WindowsUpdate_dt000 |