@echo off net stop bits net stop wuauserv rd /s /q %SystemRoot%\SoftwareDistribution\DataStore regsvr32 /s qmgr.dll regsvr32 /s qmgrprxy.dll regsvr32 /s atl.dll regsvr32 /s jscript.dll regsvr32 /s msxml3.dll regsvr32 /s softpub.dll regsvr32 /s wuapi.dll regsvr32 /s wuaueng.dll regsvr32 /s wuaueng1.dll regsvr32 /s wucltui.dll regsvr32 /s wups.dll regsvr32 /s wups2.dll regsvr32 /s wuweb.dll net start bits net start wuauserv echo. echo =============================================================================== echo 処理が完了しました echo 再度 Windows Update /Microsoft Update を実行してください echo =============================================================================== pause