I'm having a frustrating issue with the Microsoft Store. After reinstalling the store, whenever I click the green "Play" button, nothing happens. Plus, when I try to install other games, I see an error message saying "unexpected problem happened" with the code 0x80070003. I know I have enough disk space and I've tried everything from updating, restarting, to cleaning with an ISO, but nothing seems to work. Any suggestions?
1 Answer
Try resetting the Microsoft Store first by using the command 'wsreset.exe'. Then, open PowerShell as an admin and run: 'Get-AppxPackage *windowsstore* | Reset-AppxPackage'. If that doesn't work, you can also run 'sfc /scannow' and 'DISM /Online /Cleanup-Image /RestoreHealth' to check for any issues with Windows.
I actually tried reinstalling the store with PowerShell and various DISM commands, even updated Windows, but nothing worked.