even when I try just one at a time. it will not download. It gets stuck at 5% forever, then fails
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: Oldest
-
Anonymous
2015-03-03T01:20:07+00:00 -
Anonymous
2015-03-03T02:18:10+00:00 even when I try just one at a time. it will not download. It gets stuck at 5% forever, then fails
That could be consistent with a DISM and WU version problem. Please try the FSUTIL HARDLINK command to check on that hypothesis. If your system is broken you may be just wasting your time trying to use it in the state that it seems to be in.
BTW on re-reading the last few pages I think I found why I may have explained to you how to capture text from a cmd window: a few pages back NH905 asked you for the exact text of some messages which might have helped explain your code 87. So my mistake would have been thinking that you were replying to that--which it seems you never did.
HTH
Robert
-
Anonymous
2015-03-03T03:11:37+00:00 Yes, mystery solved on why you were giving me instructions on how to copy a cmd screen. I apologize for getting frustrated, and I do appreciate your help.
I was born in 1956 and do not have a technical background. So I am unsure of how to "try the FSUTIL HARDLINK option." Your previous answer about it said:
'**'**I have found a better way to try to resolve uncertainty about what is active. The first can be run in either an elevated cmd window or an elevated PowerShell window. I have coded it so it doesn't matter where you are.
fsutil hardlink list "C:\Windows\System32\wininet.dll" I can open an elevated command prompt, where I get the black screen and the flashing cursor at the end of
C:\Windows\System32(and a symbol not on my keyboard that looks like the math "greater than" symbol. But then what? Do I type in some or all of C:\Windows\System32\wininet.dllor do I type **fsutil hardlink,**and if so, where?
I am unsure of what to do after opening an elevated command prompt box. Thank you
-
Anonymous
2015-03-03T03:28:22+00:00 I figured out what to type in the black box, and this is the result:
C:\WINDOWS\system32>fsutil hardlink list "C:\Windows\System32\wininet.dll"
\Windows\WinSxS\amd64_microsoft-windows-i..tocolimplementation_31bf3856ad364e35_
11.0.9600.17631_none_05892a9284e42b37\wininet.dll
\Windows\System32\wininet.dll
C:\WINDOWS\system32>
-
Anonymous
2015-03-03T06:52:05+00:00 \Windows\WinSxS\amd64_microsoft-windows-i..tocolimplementation_31bf3856ad364e35_
11.0.9600.17631_none_05892a9284e42b37\wininet.dll
Good work. That shows "wininet.dll" is current for IE11! That's a surprise. What we are actually interested in now though is dism.exe. I thought I had given at least a link to an instance of the two commands you should try. In any case here they are again:
fsutil hardlink list "C:\Windows\System32\dism.exe"<br><br><br>fsutil hardlink list "C:\Windows\SysWOW64\dism.exe" Note that it is possible to copy and paste these. E.g. copy 1 line at a time and in the cmd window use right-click, Paste (or Alt-Space E P)