This was posted in a separate thread i followed these instructions and got a new error "
Error code 0x800f0902 " (see end for fix to this code)
Following several unsuccessful attempts to install the Windows 8.1 Update for x64-based Systems (KB2919355), each of which produced error code 80070002, the following sequence succeeded on my Windows 8.1 Pro (x64) PC.
- Verify that Windows Update KB2919442 is installed by examining Control Panel\System and Security\Windows Update\View update history and, if not, download and install it (http://www.microsoft.com/en-us/download/details.aspx?id=42162)
- Download the Windows 8.1 Update for x64-based Systems (KB2919355, published 4/16/2014) (http://www.microsoft.com/en-us/download/details.aspx?id=42335), including
all six files:
Windows8.1-KB2919355-x64.msu
Windows8.1-KB2932046-x64.msu
Windows8.1-KB2934018-x64.msu
Windows8.1-KB2937592-x64.msu
Windows8.1-KB2938439-x64.msu
Windows8.1-KB2959977-x64.msu
- If it does not already exist, add an empty System Tools folder to C:\ProgramData\Microsoft\Windows\Start Menu\Programs
- Run the following command with administrative privileges:
dism /online /remove-package /packagename:Package_for_KB2919355~31bf3856ad364e35~amd64~~6.3.1.14
- Reboot PC
- Run the following two commands with administrative privileges:
dism /Online /Cleanup-image /Restorehealth
dism /online /cleanup-image /startcomponentcleanup
- Run the Microsoft Fixit tool for Windows Update (http://support.microsoft.com/kb/971058)
- Select and run “Cleanup system files” by using the Disk
- Reboot PC
- Temporarily disable anti-virus software while executing the following step
- Manually install the updates (downloaded in step 2) in the following order:
KB2919355
KB2932046
KB2959977
KB2937592
KB2938439
KB2934018
Thank you to all the prior contributors to this thread, from whom the above amalgamated sequence was developed.
At the point of running KB2919355 i got a new error 0x800f0902
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TrustedInstaller
Check and see if start is set to manual or automatic this article explains it 3 = manual, 2=auto (it cannot be changed through registry)
http://support.microsoft.com/kb/968440
start the service mentioned in the article to and change to automatic and the manual update instals with a reboot notification. I hope this is the end of my troubles I am about to reboot and check it out.
Success at last!
I followed these steps with slight modifications. I will outline these here:
- Performed a clean boot (http://support.microsoft.com/kb/929135/en-us), making sure that avast was disabled. Avast has a self-defense mechanism, that can prevent you from terminating the service.
You need to disable that. Otherwise it will still run even with a clean boot
- Verified that Windows Update KB2919442 is installed by examining Control Panel\System and Security\Windows Update\View update history
- Downloaded the Windows 8.1 Update for x64-based Systems (KB2919355, published 4/16/2014) (http://www.microsoft.com/en-us/download/details.aspx?id=42335), including
all six files:
Windows8.1-KB2919355-x64.msu
Windows8.1-KB2932046-x64.msu
Windows8.1-KB2934018-x64.msu
Windows8.1-KB2937592-x64.msu
Windows8.1-KB2938439-x64.msu
Windows8.1-KB2959977-x64.msu
- Tried to create an empty System Tools folder to C:\ProgramData\Microsoft\Windows\Start Menu\Programs, but was unable to. After creating it, it immediately disappears. Didn't bother to investigate further.
- Ran the following command with administrative privileges:
dism /online /remove-package/packagename:Package_for_KB2919355~31bf3856ad364e35~amd64~~6.3.1.14
- Rebooted my PC
- Ran the following two commands with administrative privileges:
dism /Online /Cleanup-image /Restorehealth
dism /online /cleanup-image /startcomponentcleanup
For the first time in about 20 tries, the restorehealth portion tells me that corruptions are
fixed!
- Ran the Microsoft Fixit tool for Windows Update (http://support.microsoft.com/kb/971058). It found some issues that it fixed as well
- rebooted again
- Manually installed KB2919355 with success (starting the process from a command line as an administrator) and rebooted when prompted.
- I attempted to run the other updates in the same fashion, rebooting when asked to do so.
KB2932046 succeeded
KB2959977 succeeded as well
KB2937592 no luck with this one. I get the error that the path could not be found. So instead of manually trying to update, I decided to use Windows update. It reported that there are 3 more updates to be installed and prompted for a reboot. That succeeded
as well.
Last Step: Turned off clean boot by following the instructions above (http://support.microsoft.com/kb/929135/en-us). Remember to enable Avast's self defense.
Done. Thanks to everyone who contributed to this thread and helped gather solutions from elsewhere.