@echo off Rem Re-register dlls REGSVR32 WUAPI.DLL /s REGSVR32 WUAUENG.DLL /s REGSVR32 WUAUENG1.DLL /s REGSVR32 ATL.DLL /s REGSVR32 WUCLTUI.DLL /s REGSVR32 WUPS.DLL /s REGSVR32 WUPS2.DLL /s REGSVR32 WUWEB.DLL /s Rem Stop Services net stop WuAuServ taskkill /f /im wuauclt.exe taskkill /f /im iexplore.exe Rem Delete SoftwareDistribution Folder RMDIR C:\windows\SoftwareDistribution /s/q Rem Install update agent cls echo Please run the following two patches, echo when prompted choose "yes" for each to install. echo . echo During each installation, please echo follow the default options and when echo necessary, click any options to agree echo. echo. pause cls start http://tss.uconn.edu/Public/winudfix/updateagent.exe cls echo To continue installing the second update... echo . pause cls start http://tss.uconn.edu/Public/winudfix/KB927891.exe cls echo Thank you for running this fix exit