echo off cls echo ** WINDOWS XP SP2 ONLY ** echo This batch fixes the MS Updates. pause echo on cls cd /d %windir% rd /s softwaredistribution REGSVR32 %windir%\system32\wuapi.dll REGSVR32 %windir%\system32\wuaueng1.dll REGSVR32 %windir%\system32\wuaueng.dll REGSVR32 %windir%\system32\wucltui.dll REGSVR32 %windir%\system32\wups.dll REGSVR32 %windir%\system32\msxml3.dll REGSVR32 %windir%\system32\qmgr.dll REGSVR32 %windir%\system32\qmgrprxy.dll net.exe start wuauserv net.exe stop cryptsvc rename %windir%\system32\catroot oldcatroot rename %windir%\system32\catroot2 oldcatroot2 net.exe start cryptsvc