Windows Updates Not Installing?

Option 1:

  1. Disable or remove everything antivirus.

    Windows 10 Reverting Changes
    Windows 10 Reverting Changes
  2. Reinstall patches through windows update if that does not work move to step 3
  3. Manually download the path that is having an issue from  http://www.catalog.update.microsoft.com/home.aspx

Option 2:

  1. Log in as local administrator
  2. Run disk cleanup. Click on  Cleanup System Files. Make sure All files are selected.
  3. we will now create a .bat file
  4. open notepad
  5. type the script
  6. @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
  7. save to desktop as wureset.bat
  8. Run the .bat file as administrator.
  9. Manually download the path that is having an issue from  http://www.catalog.update.microsoft.com/home.aspx

Leave a Comment

Stay Informed

Receive instant notifications when new content is released.