Clicking on it does nothing, searching for that file name returns no results...
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
2016-01-29T10:38:51+00:00 -
Anonymous
2016-01-29T17:34:47+00:00 Clicking on it does nothing, searching for that file name returns no results...
When are you trying? It may be that your only opportunity to do this will be when you are looking at that dialog. E.g. closing that dialog may just delete the files it refers to (or perhaps move them to somewhere even more obscure).
Otherwise try doing a search for just CheckSUR* (e.g. that prefix). To bypass File Explorer's quirks you could try checking using a cmd window, with current directory set to your SystemDrive root. E.g. enter:
cd \
dir/a/b/s checksur*
As for your BITS problem the message sounds bogus. The dependency for it is a really fundamental service RPCSS. You would be having more problems than just BITS troubleshooter if there really was a problem with it. This is an example of why I would want to see more details from the troubleshooter. However, if you wanted something to try for it, apparently there is a separate troubleshooter for BITS, e.g. as seen in the All Troubleshooters list:
Control Panel\All Control Panel Items\Troubleshooting\All Categories
Good luck
Robert
-
Anonymous
2016-02-01T02:06:55+00:00 Your cmd search located a number of files, each in a folder relating to individual diagnostics. I'm not sure how to interpret anything in the files in these folders though, and can't seem to be able to add files to this board..?
I ran a Windows Update troubleshooting tool, which returned the error 0x80070490.
Then followedthese instructions and got these results:
Regarding the BITS troubleshooter, I'm not sure what BITS stands for but I can't find anything that relates to it in the list (running a search in that window returns no results).
-
Anonymous
2016-02-04T18:49:21+00:00 80070490
-
Anonymous
2016-02-05T04:41:58+00:00 Your cmd search located a number of files, each in a folder relating to individual diagnostics. I'm not sure how to interpret anything in the files in these folders though, and can't seem to be able to add files to this board..?
You could upload them to your OneDrive Public folder and then post a link.
I ran a Windows Update troubleshooting tool, which returned the error 0x80070490.
Supposedly there is corruption in the WinSxS cache. You could try using DISM to see what it detects. PowerShell has a nice front end to it called Repair-WindowsImage.
OK. So you did that. Then look at the CBS.log (at the time of the error) for its clues.
Regarding the BITS troubleshooter, I'm not sure what BITS stands for but I can't find anything that relates to it in the list (running a search in that window returns no results).
I'm seeing it on W10 Pro. I guess it will be new or something that the Home version might not get.
Alternatively, you could try to find out if there is a related FixIT... I found a reference
(BING search for
FIXIT BITS site:microsoft.com
)
Fortunately it is even about your OS. ; )
Good luck
Robert