@echo off echo Rerestering files ... echo REGSVR32 WUAUENG.DLL /s echo REGSVR32 WUAUENG1.DLL /s echo REGSVR32 ATL.DLL /s echo REGSVR32 WUCLTUI.DLL /s echo REGSVR32 WUPS.DLL /s echo REGSVR32 WUPS2.DLL /s echo REGSVR32 WUWEB.DLL /s echo Ready to stop Windows Update Service pause net stop WuAuServ echo Ready to delete corrupted folder pause del %windir%\SoftwareDistribution /Q echo ready to restart Windows Update Service pause net start WuAuServ echo Machine will now restart pause shutdown -r