From LedHed's Wiki
Jump to: navigation, search
(Created page with "== Overview == I had a strange issue where a Win 2012 server would try to install 183 updates, download, install (phase 1), reboot, fail, and roll-back. It was very aggravatin...")
 
Line 16: Line 16:
  
 
If for some reason updates won't download and you get '''Error 80246013''' restart BITS and Windows Update services.
 
If for some reason updates won't download and you get '''Error 80246013''' restart BITS and Windows Update services.
 +
 +
 +
== Alternative Fix ==
 +
Run the Windows Update Troubleshooter. <br>
 +
https://support.microsoft.com/en-us/instantanswers/512a5183-ffab-40c5-8a68-021e32467565/windows-update-troubleshooter
  
  

Revision as of 02:49, 5 September 2016

Overview

I had a strange issue where a Win 2012 server would try to install 183 updates, download, install (phase 1), reboot, fail, and roll-back. It was very aggravating to say the least. I tries some of the more common troubleshooting steps. Tried googling. Restarted the Windows Updates and BITS services etc... Nothing worked.


The Fix

Mount the Windows ISO that corresponds to your OS (For this example its mounted on drive E:).
Run the following command:

DISM /Online /Cleanup-Image /RestoreHealth /Source:E:\Sources\install.wim

The run:

sfc /scannow

Restart the Windows Update service.
Launch Windows Update and check for updates.
Select updates for download and install (Start with a small number to make sure it works).
Install updates and reboot.

If for some reason updates won't download and you get Error 80246013 restart BITS and Windows Update services.


Alternative Fix

Run the Windows Update Troubleshooter.
https://support.microsoft.com/en-us/instantanswers/512a5183-ffab-40c5-8a68-021e32467565/windows-update-troubleshooter


Reference

https://support.microsoft.com/en-us/kb/947821#bookmark-checksur

http://www.windowscentral.com/how-use-dism-command-line-utility-repair-windows-10-image

http://answers.microsoft.com/en-us/windows/forum/windows8_1-update/getting-an-error-code-80246013-failed-to-complete/0d18f6b3-4878-4631-80e1-aed9cb1ec717?auth=1