Hi.
My problems started when I tried to update Windows 10 with KB4134660 y KB4033631 and I received error 0x800703f1 for both of them. I tried to execute "Windows10UpgraderApp.exe" and the download and upgrade (from 15063 to 16299) process seemed to work fine but after reboot it shows that and error was found and it was necessary to return to previous version. I have retry this process several times but with same result.
Then I started to investigate this situation and finally I found that the "component store" was damaged:
But it was repairable.
But when I tried to repair:
Reviewing dism.log found this errors:
And reviewing cbs.log I found:
After this I was totally missed but I found this forum. I started to follow the "Windows Update Forum Posting Instructions" and found that sfc /scannow is reporting "Windows Resource Protection could not perform the requested operation". Then I downloaded sfcfix and this is the log output:
I have attached CBS.zip file
I hope you can guide me towards a solution to this problem.
Thanks in advance.
My problems started when I tried to update Windows 10 with KB4134660 y KB4033631 and I received error 0x800703f1 for both of them. I tried to execute "Windows10UpgraderApp.exe" and the download and upgrade (from 15063 to 16299) process seemed to work fine but after reboot it shows that and error was found and it was necessary to return to previous version. I have retry this process several times but with same result.
Then I started to investigate this situation and finally I found that the "component store" was damaged:
Code:
PS C:\WINDOWS\system32> Dism /Online /Cleanup-Image /CheckHealth /english
Deployment Image Servicing and Management tool
Version: 10.0.15063.0
Image Version: 10.0.15063.0
The component store is [COLOR=#ff0000]repairable[/COLOR].
The operation completed successfully.
But it was repairable.
But when I tried to repair:
Code:
PS C:\WINDOWS\system32> Dism /Online /Cleanup-Image /RestoreHealth /english
Deployment Image Servicing and Management tool
Version: 10.0.15063.0
Image Version: 10.0.15063.0
[== 4.5% ]
Error: 1009
The configuration registry database is [COLOR=#ff0000]corrupt[/COLOR].
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
Reviewing dism.log found this errors:
Code:
2019-01-09 18:42:53, Error DISM DISM Package Manager: PID=13672 TID=10992 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x800703f1)
2019-01-09 18:42:53, Error DISM DISM Package Manager: PID=13672 TID=10992 Failed processing package changes with session option CbsSessionOptionRepairStoreCorruption - CDISMPackageManager::RestoreHealth(hr:0x800703f1)
2019-01-09 18:42:53, Error DISM DISM Package Manager: PID=13672 TID=10992 Failed to restore the image health. - CPackageManagerCLIHandler::ProcessCmdLine_CleanupImage(hr:0x800703f1)
2019-01-09 18:42:53, Error DISM DISM Package Manager: PID=13672 TID=10992 Failed while processing command cleanup-image. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x800703f1)
2019-01-09 18:42:53, Info DISM DISM Package Manager: PID=13672 TID=10992 Further logs for online package and feature related operations can be found at %WINDIR%\logs\CBS\cbs.log - CPackageManagerCLIHandler::ExecuteCmdLine
2019-01-09 18:42:53, Error DISM DISM.EXE: DISM Package Manager processed the command line but failed. HRESULT=800703F1
And reviewing cbs.log I found:
Code:
2019-01-09 18:42:53, Error CBS Session: 30713922_3116442048 failed to perform store corruption detect and repair operation. [HRESULT = 0x800703f1 - ERROR_BADDB]
After this I was totally missed but I found this forum. I started to follow the "Windows Update Forum Posting Instructions" and found that sfc /scannow is reporting "Windows Resource Protection could not perform the requested operation". Then I downloaded sfcfix and this is the log output:
Code:
SFCFix version 3.0.1.0 by niemiro.
Start time: 2019-01-09 12:42:59.621
Microsoft Windows 10 Build 15063 - amd64
Not using a script file.
AutoAnalysis::
WARNING: Failed to check store directories with return code 1 and error code ERROR_FILE_NOT_FOUND. COMPONENTS hive may be corrupt.
WARNING: Components hive failed load test and may be corrupt.
WARNING: Components hive failed final reload test with error code ERROR_BADDB and may be corrupt.
SUMMARY: No corruptions were detected.
AutoAnalysis:: directive completed successfully.
Successfully processed all directives.
Failed to process registry database in location 1.
Failed to load registry hive C:\WINDOWS\System32\config\COMPONENTS into key HKEY_LOCAL_MACHINE\COMPONENTS with error code ERROR_BADDB.
Failed to process registry database in location 2 with error code ERROR_FILE_NOT_FOUND.
WARNING: Failed to process registry database in location 3 with error code ERROR_INVALID_HANDLE.
Failed to process registry database in location 4 with error code ERROR_INVALID_HANDLE.
Failed to process registry database in location 4 with error code ERROR_FILE_NOT_FOUND.
Failed to process registry database in location 4 with error code ERROR_FILE_NOT_FOUND.
Failed to process registry database in location 4 with error code ERROR_FILE_NOT_FOUND.
SFCFix version 3.0.1.0 by niemiro has completed.
Currently storing 0 datablocks.
Finish time: 2019-01-09 12:57:39.911
----------------------EOF-----------------------
I have attached CBS.zip file
I hope you can guide me towards a solution to this problem.
Thanks in advance.