[SOLVED] Not working Win10 updates and Dism

RomanZ

New member
Joined
Oct 20, 2024
Posts
2
Hi,
I found you have some tricks to solve issues with CBS. I tried the official SFCfix.exe but it did not help.
The problem started after I got two(!) KB5001716 2023-10-15 - the kB were dated 2024-10 and 2024-05.
I see that cbs.dll in .3562. is unsigned, while in previous .3502. was signed by MS. Don't know if it's significant.

When I run
dism /online /cleanup-image /restoreHealth (with or without /source:,,,)
it fails immediately (in CBS.log):

2024-10-20 12:45:53, Info CBS Failed to load Core DLL from path: C:\WINDOWS\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.3562_none_7e0523f67c93b82a\\cbscore.dll [HRESULT = 0x800700c1 - ERROR_BAD_EXE_FORMAT]
2024-10-20 12:45:53, Info CBS Failed to initialize CBS class factory. [HRESULT = 0x800700c1 - ERROR_BAD_EXE_FORMAT]
2024-10-20 12:45:53, Info CBS Failed to load Core DLL from path: C:\WINDOWS\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.3562_none_7e0523f67c93b82a\\cbscore.dll [HRESULT = 0x800700c1 - ERROR_BAD_EXE_FORMAT]
2024-10-20 12:45:53, Info CBS Failed to initialize CBS class factory. [HRESULT = 0x800700c1 - ERROR_BAD_EXE_FORMAT]
2024-10-20 12:45:53, Info CBS Failed to create a worker session [HRESULT = 0x800700c1]
2024-10-20 12:45:53, Info CBS Failed to create worker session. [HRESULT = 0x800700c1]
2024-10-20 12:45:53, Info CBS Failed to get worker session. [HRESULT = 0x800700c1]
2024-10-20 12:45:53, Info CBS Failed to load Core DLL from path: C:\WINDOWS\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.3562_none_7e0523f67c93b82a\\cbscore.dll [HRESULT = 0x800700c1 - ERROR_BAD_EXE_FORMAT]
2024-10-20 12:45:53, Info CBS Failed to initialize CBS class factory. [HRESULT = 0x800700c1 - ERROR_BAD_EXE_FORMAT]
2024-10-20 12:45:53, Info CBS Failed to load Core DLL from path: C:\WINDOWS\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.3562_none_7e0523f67c93b82a\\cbscore.dll [HRESULT = 0x800700c1 - ERROR_BAD_EXE_FORMAT]
2024-10-20 12:45:53, Info CBS Failed to initialize CBS class factory. [HRESULT = 0x800700c1 - ERROR_BAD_EXE_FORMAT]
2024-10-20 12:45:53, Info CBS Failed to create a worker session [HRESULT = 0x800700c1]
2024-10-20 12:45:53, Info CBS Failed to create worker session. [HRESULT = 0x800700c1]
2024-10-20 12:45:53, Info CBS Failed to get worker session. [HRESULT = 0x800700c1]

I tried various tricks without success, e.g
Windows Updates Fail and cause Corruption in the CBS log. How to Repair and Analyze | Dell US it always ends up with a similar error.
Also the last solution reinstall of windows with keeping files and apps fails due to CBS.

Any clue what's broken and how to fix it?
 
Hi and welcome to Sysnative,

Please do the following first.

Step 1. Download
67139f7e69a58-SFCFix-ico.PNG
SFCFix and save it to your desktop.

Warning: This fix was written specifically for this system. Do not run this fix on another system.
  • Save any work you have open, and close all programs.
  • Download the attachment SFCFix.zip and save it to your desktop.
  • Drag the SFCFix.zip file over the SFCFix.exe executable and release it.
67139f52b3c1e-SFCFix-Zip-Eng.gif

  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Post the logfile (SFCFix.txt) as attachment in your next reply.


Step 2. Run the following DISM command and post the result. If it fails attach a new copy of the CBS log.
Code:
DISM /online /cleanup-image /RestoreHealth
 

Attachments

Hi and welcome to Sysnative,

Please do the following first.

Step 1. Download
67139f7e69a58-SFCFix-ico.PNG
SFCFix and save it to your desktop.

Warning: This fix was written specifically for this system. Do not run this fix on another system.
  • Save any work you have open, and close all programs.
  • Download the attachment SFCFix.zip and save it to your desktop.
  • Drag the SFCFix.zip file over the SFCFix.exe executable and release it.
67139f52b3c1e-SFCFix-Zip-Eng.gif

  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Post the logfile (SFCFix.txt) as attachment in your next reply.


Step 2. Run the following DISM command and post the result. If it fails attach a new copy of the CBS log.
Code:
DISM /online /cleanup-image /RestoreHealth
Thanks, it works fine now. You are my hero!
 
You're welcome. Glad to hear this system is up and running again.(y)
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top