Thanks Ramesh,
Windows store is installed and photos is also working properly.
Glad to hear that. If the original issue is solved, you may close this thread by marking helpful posts as answers. How to mark Your question as "Answered".
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
COMPONENTS hive is corrupted, Can someone help in fixing
2025-05-15 21:41:57, Info CBS Failed to load the COMPONENTS hive from 'C:\WINDOWS\System32\config\COMPONENTS' into registry key 'HKLM\COMPONENTS'. [HRESULT = 0x800703f1 - ERROR_BADDB]
2025-05-15 21:41:57, Info CBS Failed to load component store [HRESULT = 0x800703f1 - ERROR_BADDB]
2025-05-15 21:41:57, Info CBS Failed to get CSI store. [HRESULT = 0x800703f1 - ERROR_BADDB]
2025-05-15 21:41:57, Info CBS Failed to get CSI Store. [HRESULT = 0x800703f1 - ERROR_BADDB]
2025-05-15 21:41:57, Info CBS Failed to get CSI store. [HRESULT = 0x800703f1 - ERROR_BADDB]
2025-05-15 21:41:57, Info CBS Failed to get inventory [HRESULT = 0x800703f1 - ERROR_BADDB]
2025-05-15 21:41:57, Info CBS Failed to load current component state [HRESULT = 0x800703f1 - ERROR_BADDB]
2025-05-15 21:41:57, Info CBS Failed to find or add the component family [HRESULT = 0x800703f1 - ERROR_BADDB]
2025-05-15 21:41:57, Info CBS ComponentAnalyzerEvaluateSelfUpdate call failed. [HRESULT = 0x800703f1 - ERROR_BADDB]
2025-05-15 21:41:57, Info CBS Failed to evaluate self update [HRESULT = 0x800703f1 - ERROR_BADDB]
2025-05-15 21:41:57, Info CBS Failed to evaluate non detect parent update [HRESULT = 0x800703f1 - ERROR_BADDB]
2025-05-15 21:41:57, Info CBS Failed to evaluate non parent [HRESULT = 0x800703f1 - ERROR_BADDB]
2025-05-15 21:41:57, Info CBS failed to evaluate single applicability [HRESULT = 0x800703f1 - ERROR_BADDB]
2025-05-15 21:41:57, Info CBS Failed to evaluate applicability [HRESULT = 0x800703f1 - ERROR_BADDB]
2025-05-15 21:41:57, Info CBS Failed to get applicability on updates [HRESULT = 0x800703f1 - ERROR_BADDB]
2025-05-15 21:41:57, Error CBS Failed to call external evaluate applicability on package: Package_5_for_KB5033055~31bf3856ad364e35~amd64~~10.0.1.1, Update: 5033055-5_neutral [HRESULT = 0x800703f1 - ERROR_BADDB]
2025-05-15 21:41:57, Info CBS Failed to evaluate external applicability for package update: 5033055-57_neutral_PACKAGE [HRESULT = 0x800703f1 - ERROR_BADDB]
2025-05-15 21:41:57, Error CBS Failed to call external evaluate applicability on package: Package_for_KB5033055~31bf3856ad364e35~amd64~~22621.2574.1.1, Update: 5033055-57_neutral_PACKAGE [HRESULT = 0x800703f1 - ERROR_BADDB]
2025-05-15 21:41:57, Info CBS Failed to call EvaluateApplicability on internal CBS package. [HRESULT = 0x800703f1]
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.
Thanks Ramesh,
Windows store is installed and photos is also working properly.
Glad to hear that. If the original issue is solved, you may close this thread by marking helpful posts as answers. How to mark Your question as "Answered".
Please check the output, facing error
PS C:\WINDOWS\system32> Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
PS C:\WINDOWS\system32> Get-AppxPackage-allusersMicrosoft.WindowsStore
Get-AppxPackage-allusersMicrosoft.WindowsStore : The term 'Get-AppxPackage-allusersMicrosoft.WindowsStore' is not
recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if
a path was included, verify that the path is correct and try again.
At line:1 char:1
+ CategoryInfo : ObjectNotFound: (Get-AppxPackage...ft.WindowsStore:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
No, the in-place upgrade didnot restore it.
From admin PowerShell, run:
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Get-AppxPackage -allusers Microsoft.WindowsStore
wsreset.exe
Please post the output of the 2nd command.
Let me know if you can launch Store.
No, the in-place upgrade didnot restore it.
Hi Aditya,
We reset the apps repository (which removed all Store apps). It's not possible to revive the corrupted apps repository database. All those apps need to be installed again.
If you're referring to the Microsoft Store app, didn't the in-place upgrade restore it?