I've been essentailly reading the entire internet trying to figure out my issue. I've finally run across this site and found a couple of threads that look very close to the issue that I've been having. Although all the solutions seem to tailored to the users specific issue. So hopefully someone will have the time and capability to help me though the issue as well.
Original Issue: Cannot perform the latest Windows Update w Cumaltive updates. I get an error code 0x800736b3
This led me to search and find the suggestion to inspect the Component Store as a potential issue. The commands that people have suggested are:
All the remainder of the commands though fail with the following error messages:
Here is the log in dism.log:
This finally letd me to this site where I have attempted the SFCFix.exe. I received the same "cannot find the file" in the command window. It finally continued though and shows the following output SFCFix.txt:
SFCFix version 3.0.2.1 by niemiro.
Start time: 2020-05-01 11:24:12.266
Microsoft Windows 10 Build 18363 - amd64
Not using a script file.
AutoAnalysis::
SUMMARY: No corruptions were detected.
AutoAnalysis:: directive completed successfully.
Very appreciative to any and all help here
Original Issue: Cannot perform the latest Windows Update w Cumaltive updates. I get an error code 0x800736b3
This led me to search and find the suggestion to inspect the Component Store as a potential issue. The commands that people have suggested are:
- Dism.exe /online /Cleanup-Image /AnalyzeComponentStore
- Dism.exe /online /Cleanup-Image /StartComponentCleanup
- Dism.exe /online /Cleanup-Image /ScanHealth
- Dism.exe /online /Cleanup-Image /RestoreHealth
All the remainder of the commands though fail with the following error messages:
Code:
PS C:\WINDOWS\system32> Dism.exe /online /Cleanup-Image /StartComponentCleanup
Deployment Image Servicing and Management tool
Version: 10.0.18362.1
Image Version: 10.0.18363.719
[===== 10.0% ]
[============= 23.5% ]
Error: 2
The system cannot find the file specified.
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
PS C:\WINDOWS\system32>
Here is the log in dism.log:
Code:
2020-05-01 12:00:19, Info DISM DISM Package Manager: PID=12636 TID=7292 Processing the top level command token(cleanup-image). - CPackageManagerCLIHandler::Private_ValidateCmdLine
2020-05-01 12:00:19, Info DISM DISM Package Manager: PID=12636 TID=7292 Attempting to route to appropriate command handler. - CPackageManagerCLIHandler::ExecuteCmdLine
2020-05-01 12:00:19, Info DISM DISM Package Manager: PID=12636 TID=7292 Routing the command... - CPackageManagerCLIHandler::ExecuteCmdLine
2020-05-01 12:00:19, Info DISM DISM Package Manager: PID=12636 TID=7292 CBS session options=0x400100! - CDISMPackageManager::Internal_Finalize
2020-05-01 12:00:44, Info DISM DISM Package Manager: PID=12636 TID=2768 Error in operation: (null) (CBS HRESULT=0x80070002) - CCbsConUIHandler::Error
2020-05-01 12:00:44, Error DISM DISM Package Manager: PID=12636 TID=7292 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x80070002)
2020-05-01 12:00:44, Error DISM DISM Package Manager: PID=12636 TID=7292 Failed processing package changes - CDISMPackageManager::StartComponentCleanupEx(hr:0x80070002)
2020-05-01 12:00:44, Error DISM DISM Package Manager: PID=12636 TID=7292 Failed to start component cleanup. - CPackageManagerCLIHandler::ProcessCmdLine_CleanupImage(hr:0x80070002)
2020-05-01 12:00:44, Error DISM DISM Package Manager: PID=12636 TID=7292 Failed while processing command cleanup-image. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x80070002)
2020-05-01 12:00:44, Info DISM DISM Package Manager: PID=12636 TID=7292 Further logs for online package and feature related operations can be found at %WINDIR%\logs\CBS\cbs.log - CPackageManagerCLIHandler::ExecuteCmdLine
2020-05-01 12:00:44, Error DISM DISM.EXE: DISM Package Manager processed the command line but failed. HRESULT=80070002
2020-05-01 12:00:44, Info DISM DISM Provider Store: PID=12636 TID=7292 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2020-05-01 12:00:44, Info DISM DISM Provider Store: PID=12636 TID=7292 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2020-05-01 12:00:44, Info DISM DISM Provider Store: PID=12636 TID=7292 Found the PE Provider. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2020-05-01 12:00:44, Info DISM DISM Provider Store: PID=12636 TID=7292 Finalizing the servicing provider(DISM Package Manager) - CDISMProviderStore::Internal_DisconnectProvider
2020-05-01 12:00:44, Info DISM DISM Package Manager: PID=12636 TID=7292 Finalizing CBS core. - CDISMPackageManager::Finalize
This finally letd me to this site where I have attempted the SFCFix.exe. I received the same "cannot find the file" in the command window. It finally continued though and shows the following output SFCFix.txt:
SFCFix version 3.0.2.1 by niemiro.
Start time: 2020-05-01 11:24:12.266
Microsoft Windows 10 Build 18363 - amd64
Not using a script file.
AutoAnalysis::
SUMMARY: No corruptions were detected.
AutoAnalysis:: directive completed successfully.
Very appreciative to any and all help here