cannot update, the automatic update is not in services.msc and saysit is when try to install receive

  • Thread starter Thread starter Cornholis
  • Start date Start date
C

Cornholis

tried all the fixes for it, don't have xp install cd's, automatic
updates is always off and can't turn back on ethier please help
 
tried all the fixes for it, don't have xp install cd's, automatic
updates is always off and can't turn back on ethier please help

Copy and paste the below to a text file then rename it to "Fix Win Update.bat" then
double click it and go make a cup of coffee.



net.exe stop wuauserv
cd /d %windir%
rd /s softwaredistribution
regsvr32 /s %windir%\system32\wuapi.dll
regsvr32 /s %windir%\system32\wuaueng1.dll
regsvr32 /s %windir%\system32\wuaueng.dll
regsvr32 /s %windir%\system32\wucltui.dll
regsvr32 /s %windir%\system32\wups.dll
regsvr32 /s %windir%\system32\wuweb.dll
regsvr32 /s %windir%\system32\jscript.dll
regsvr32 /s %windir%\system32\atl.dll
regsvr32 /s %windir%\system32\softpub.dll
regsvr32 /s %windir%\system32\msxml3.dll
net start cryptsvc
regsvr32 /s %windir%\system32\wintrust.dll

echo initpki.dll will take a while... Be patient!
regsvr32 /s %windir%\system32\initpki.dll
regsvr32 /s %windir%\system32\dssenh.dll
regsvr32 /s %windir%\system32\rsaenh.dll
regsvr32 /s %windir%\system32\gpkcsp.dll
regsvr32 /s %windir%\system32\sccbase.dll
regsvr32 /s %windir%\system32\slbcsp.dll
regsvr32 /s %windir%\system32\cryptdlg.dll
net.exe start wuauserv


Unk
 
Back
Top