window 8.1 update (KB2919355)
error detail code: 80073712
it always say this ,,, plz give me any solution
Error: We couldn’t complete the updates, Undoing changes. Don’t turn off your computer.
This error may appear anytime a Windows Update fails. To investigate possible solutions, we need to start with the specific error code.
We can do this by viewing your update history.
- Swipe in from the right edge of the screen (or, if you're using a mouse, pointing to the lower-right corner of the screen and moving the mouse pointer up), and tap or click Settings.
- Tap or click Change PC settings, and then Update and recovery.
- Tap or click View your update history.
View failed update error code.
Please post here with your error code, so that the Community can try to help guide you appropriately.
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.
998 answers
Sort by: Newest
-
Anonymous
2015-02-17T18:57:31+00:00 -
Anonymous
2015-02-17T18:56:09+00:00 window 8.1 update (KB2919355)
error detail code: 80073712
it always say this ,,, plz give me any solution
-
Anonymous
2015-02-16T15:00:03+00:00 and when I tried to run these commands:
Dism /online /cleanup-image /scanhealth and Dism /online /cleanup-image /restorehealth from an Admin prompt.
I got a message saying each of them was "unknown"and again referring to error 87. I did not make a typo
@showmethefacts, what is the exact text of the message you get when you go to an Admin prompt and type 'dism /?'. Also check the size and date of dsm.exe in c:\windows\system32. Mine (Windows 8.1 64bit) shows '2014-02-22 04:36 AM 275,456 Dism.exe'.
I have reported the problem with getting support through http://www.answers.microsoft.com and http://www.support.microsoft.com to Microsoft.
-
Anonymous
2015-02-16T06:05:05+00:00 did not make a typo
OK. That is just the most likely reason. Another one is that the version of dism changed after KB2919355 so if you are using an old version it might be able to try to interpret a command line but do nothing else. In fact, in one incident I helped someone on it looked as if there was a mixup between the 32- and 64-bit versions.
You could try doing the PowerShell pipeline I suggested then for clues on that tack...
In fact, now I would suggest a simpler, more informative, pipeline:
PS C:\Windows> **LS -Re -Fi dism.exe sort LastWriteTime ft Length, FullName -AutoSize** FYI
Robert
-
Anonymous
2015-02-16T01:33:14+00:00 and when I tried to run these commands:
Dism /online /cleanup-image /scanhealth and Dism /online /cleanup-image /restorehealth from an Admin prompt.
I got a message saying each of them was "unknown"and again referring to error 87. I did not make a typo