Latest version of the error:
There were some problems installing updates, but we'll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x800f0831)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Good day,
I have attempted numerous times to install windows update 2021-07 Cumulative Update for Windows 10 Version 21H1 for x64-based Systems (KB5004237) on my system. It fails regardless of the various command to shut down and restart services. The error code is: 0x80073712
When I went to the Windows Catalog, this version would not load. It said that it was not for my system. What is attempting to load is a different version of KB5004237, but that too failed.
Is there a way to fix or bypass this update?
Thank you
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.
Latest version of the error:
There were some problems installing updates, but we'll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x800f0831)
Microsoft Windows [Version 10.0.19043.1055]
(c) Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>DISM /Online /Cleanup-Image /CheckHealth
Deployment Image Servicing and Management tool
Version: 10.0.19041.844
Image Version: 10.0.19043.1055
The component store is repairable.
The operation completed successfully.
C:\WINDOWS\system32> DISM /Online /Cleanup-Image /RestoreHealth
Deployment Image Servicing and Management tool
Version: 10.0.19041.844
Image Version: 10.0.19043.1055
Error: 1726
The remote procedure call failed.
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
C:\WINDOWS\system32>
Yeah, I borked the syntax. I'm fixing in my original post and replied to Marvin with corrections.
Error 2 is indeed because I'm referencing a non-existent path.
Running Dism /Image:C:\Online /Cleanup-Image /ScanHealth and Dism /Image:C:\Online /Cleanup-Image /CheckHealth
each return
Error: 2
I think he's getting error 2 because he is specifically referencing "C:\Online" which is a non-existent file. Error 2 is FILE_NOT_FOUND.