Hello,
Suggest you to perform clean install, see if it helps:
Let me know if this helps!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When I try to open Microsoft Store, nothing happens. I've tried to run it as administrator but again, nothing happens.
Windows Home Edition
Version 2004 (OS Build 19041.572)
Here are the things I have done to troubleshoot:
ms-windows-store:PurgeCaches
The Appx package's manifest is invalid.
1st command: Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Error: Add-AppxPackage : Deployment failed with HRESULT: 0x80080204, The Appx package's manifest is invalid.
error 0xC00CEE3A: App manifest validation error: The app manifest XML must be valid: Line 1, Column 0, Reason: A
document must contain exactly one root element.
NOTE: For additional information, look for [ActivityId] 825a6d86-abc7-0008-440f-5b82c7abd601 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 825a6d86-abc7-0008-440f-5b82c7abd601
At line:1 char:53
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
**2nd command:**Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
It produced the same error.
Any help is appreciated.
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.
Hello,
Suggest you to perform clean install, see if it helps:
Let me know if this helps!