Note that this thread concerned a 0x80070003 error.
Error: 0x80070003 when installing KB 2919355
This error appears to be related to expected files, folders or registry paths that are missing.
One commonly reported folder being missing is the C:\Users\Default folder.
Open the File Explorer, expand C, and expand the Users folder.
If there is no folder named Default, create one.
If C:\Users\Default exists please use the following guidance:
Run the Windows Update Troubleshooter, then open Windows Update and try to install the update again.
Then run the DISM tool
- Swipe in from the right edge of the screen, and then tap Search.
(If you're using a mouse, point to the lower-right corner of the screen, move the mouse pointer up, and then click Search.)
- Enter command prompt in the search box.
- In the list of results, swipe down on or right-click Command Prompt, and then tap or click Run as administrator.
- In the Administrator: Command Promptwindow, enter the following commands. Press the Enter key after each command:
- DISM.exe /Online /Cleanup-image /Scanhealth
- DISM.exe /Online /Cleanup-image /Restorehealth
- To close the Administrator: Command prompt window, type Exit, and then press Enter.
- Run Windows Update again.
If you have C:\Users\Default and you have used the Windows Update troubleshooter and completed the DISM commands but still experience Error 0x80070003 please contact Microsoft Support so that we can further investigate your issue.
Windows for home | Previous Windows versions | Windows update
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
99 answers
Sort by: Oldest
-
Anonymous
2014-08-21T00:28:36+00:00 -
Anonymous
2014-10-15T16:10:58+00:00 Still can't seem to get this installed.
Windows 8.1 Update for x64-based Systems (KB2919355)
Installation date: 5/12/2014 12:12 PM
Installation status: Failed
Error details: Code 80070003
Update type: Important
Windows 8.1 Update is a cumulative set of security updates, critical updates and updates. You must install Windows 8.1 Update to ensure that your computer can continue to receive future Windows Updates, including security updates. For a complete listing of the issues that are included in this update, see the associated Microsoft Knowledge Base article for more information. After you install this item, you may have to restart your computer.
More information:
http://support.microsoft.com/kb/2919355
Help and Support:
-
Anonymous
2014-10-15T17:00:16+00:00 I stopped responding to the multitude of threads I posted on for fixing KB2919355 errors, as majority of individuals who have the problem don't understand the concept of researching the issue their having and reading prior posts within the threads.
Your first step might want to be simply googling "error 80070003", and any of the first 10 returned results would show you how to fix your problem.
We're now several months past the resolution of all KB2919355 issues, and still end users are having problems because they refuse to take time to some very simple, basic research. Why should anyone take time to help you when you positively refuse to help yourself? If you don't want to take the time to research the issue you're having, go buy a remote assistance or geek squad tech package... otherwise, don't be surprised when people like me simply stop responding to support requests.
Since you failed to do your due diligence and couldn't be bothered to do a simple google search, here is the tutorial I've posted over TEN times on multiple threads, 5 of which I know for a fact where microsoft threads for KB2919355.
The following fixes the Component Store Corruption KB2919355 AND Windows Update causes...
The following DISM commands must be given in the chronological sequential order of:
First
(Fixes Component Store Corruption; Should 1 or 2 fail with an error, rerun. If either fails a second time, you will need to do a repair install, see tutorial at bottom):
1.dism /online /cleanup-image /startcomponentcleanup
2. dism /online /cleanup-image /restorehealth
- Restart
4. sfc /scannow
- Restart
Second:
("Resets" Windows Update)
- Create bat and run as ADMIN:
net stop wuauserv
rmdir /s /q C:\Windows\SoftwareDistribution\DataStore
rmdir /s /q C:\Windows\SoftwareDistribution\Download
net start wuauserv
pause
- Restart
this was not a fast process... component cleanup took almost 5 hours. Prior to the above sequential steps, I did an install repair (used iso to "upgrade" Win 8.1 Pro to Win 8.1 Pro) as a last ditch effort (after half a day of researching a fix and finding none) to get rid of the corruption... it didn't solve it btw. The insane amount of time could have been due to the install repair, or it could have been because of whatever #WindowsUpdate mucked up the first time around trying to install this update (this will become known after another user affected by the corruption causingKB2919355 completes the steps).
run the commands from a bat for an unattended fix. For whatever reason, if these commands are run, but not in chronological sequence, the corruption will remain. If you do choose to create a batch file, make sure you add the command "pause" [without quotations] on the next line after the last command. This prevents the window from closing automatically following the last command, allowing you to review everything done and any errors received. You can also pipe the output to a text file.
ADVICE:
Download the updates included in KB2919355 individually and install... or do as old Van Winkle did and find a tree.
***If the above fails to get rid of the Component Store Corruption (steps 1,2, or 4 fail), then an install repair (upgrade to your same version of windows) will be required. Also, download [search] "Microsoft Safety Scanner" from the Microsoft website (I apologize, as I don't remember the thread I found the link on) and run it in full mode either way.***
Tutorial for Repair Install "upgrade"
http://www.eightforums.com/tutorials/26095-repair-install-windows-8-a.html
- Once KB2919355 causes corruption to the extent that /restorehealth no longer operates without errors, there is nothing further than can be done to repair the corruption, except a Repair Install. DISM /restorehealth was designed to fix component store corruption and is the only application able to do so. Windows Update and KB2919355 causes system corruption to such an extent that using /source and pointing to the installation media or a working windows 8 installtion without corruption does nothing and /restorehealth still fails.
DO NOT, I REPEAT, DO NOT REFRESH/RESET YOUR PC.
#Windows8 #ComponentStore #WindowsADK #ComponentStoreCorruption
-
Anonymous
2017-07-21T19:10:06+00:00 Tried all of the above. Still does not work!!