Fix windows update error or Search Results Failure configuring Windows updates or installation failed or downloading failed. This will work with windows 10, Windows 8.1, windows 8 and windows 7. Content: Reset windows update components. ****************************************** Steps:
: create note-pad : enter the script Script: .......................................... @ECHO OFF echo Simple Script to Reset / Clear Windows Update echo. PAUSE echo. attrib -h -r -s %windir%\system32\catroot2 attrib -h -r -s %windir%\system32\catroot2\*.* net stop wuauserv net stop CryptSvc net stop BITS ren %windir%\system32\catroot2 catroot2.old ren %windir%\SoftwareDistribution sold.old ren "%ALLUSERSPROFILE%\application data\Microsoft\Network\downloader" downloader.old net Start BITS net start CryptSvc net start wuauserv echo. echo Task completed successfully... echo. PAUSE ..................................................... download note pad file : http://www.askvg.com/fix-windows-update-problems-using-automatic-reset-script/
:Save as file name with WindowsUpdateReset.bat : Right click and run as administrator : reboot computer ******************************************