:: Stop update service net stop wuauserv net stop cryptSvc net stop bits net stop msiserver :: Rename old software update distribution ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 Catroot2.old :: Restart update service net start wuauserv net start cryptSvc net start bits net start msiserver