Fix Microsoft Store Error This App Can't Open There's A Problem With Store
Steps to Fix Windows 10 Microsoft Store Error Error This App Can't Open There's A Problem With Store, Contact Your System Administrator about repairing or reinstalling it.
1)Clear store cache Using wsreset command
2)Update Windows 10
3)Reset Store app
4)Run SFC and DISM Command
sfc /scannow
Dism /Online /Cleanup-Image /RestoreHealth
5)https://www.microsoft.com/en-us/p/microsoft-store/9wzdncrfjbmp
6)Install xbox app: https://aka.ms/XboxInstaller
Log in and click on your avatar/settings.
Go to the second tab: You need Microsoft store to Xbox app work good: click on install.
7) Uninstall & Reinstall Store
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Reboot your computer
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}