fingertrigger
New member
- May 29, 2025
- 1
Hi!
My Windows 11 installation seems unable to cleanup its updates (both via Disk Cleanup and DISM). Surprisingly, CheckHealt and AnalyzeComponentStore DISM commands work as expected and find zero issues, but StartComponentCleanup throws the following error:
In the DISM log file the errors are
And in the CBS Log file its just
Everything else looks normal, there are no missing files, broken components or the like. I've gone as far as running Procmon and capturing activity from TiWorker.exe, which revealed this:
As far as I can tell -1073741571 is 0xFFFFFFFFC00000FD, which is a generic Stack Overflow exception. This seems to happen at a random point while TiWorker reads .manifest files in \Windows\WinSxS\Manifests\ directory, but I cannot identify a single "corrupt" manifest file that causes this. I've tried running SFC Scan, DISM RestoreHealth, ComponentsScanner, SFCFix, but none of them have found any issues or made any improvements.
Your help will be greatly appreciated!
My Windows 11 installation seems unable to cleanup its updates (both via Disk Cleanup and DISM). Surprisingly, CheckHealt and AnalyzeComponentStore DISM commands work as expected and find zero issues, but StartComponentCleanup throws the following error:
Code:
> DISM /Online /Cleanup-image /StartComponentCleanup
Deployment Image Servicing and Management tool
Version: 10.0.26100.1150
Image Version: 10.0.26100.4202
[== 4.3% ]
Error: 1726
The remote procedure call failed.
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
Code:
Error DISM DISM Package Manager: PID=12852 TID=8748 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x800706be)
Error DISM DISM Package Manager: PID=12852 TID=8748 Failed processing package changes - CDISMPackageManager::StartComponentCleanupEx(hr:0x800706be)
Error DISM DISM Package Manager: PID=12852 TID=8748 Failed to start component cleanup. - CPackageManagerCLIHandler::ProcessCmdLine_CleanupImage(hr:0x800706be)
Error DISM DISM Package Manager: PID=12852 TID=8748 Failed while processing command cleanup-image. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x800706be)
Error DISM DISM.EXE: DISM Package Manager processed the command line but failed. HRESULT=800706BE
Code:
"Info CBS Failed to FinalizeEx using worker session [HRESULT = 0x800706be]"
Code:
"TiWorker.exe","1412","Process Exit","","SUCCESS","Exit Status: -1073741571, User Time: 4.2968750 seconds, Kernel Time: 8.5468750 seconds, Private Bytes: 79 634 432, Peak Private Bytes: 80 236 544, Working Set: 95 412 224, Peak Working Set: 95 997 952"
Your help will be greatly appreciated!