Hi timk51,
I appreciate you for providing details about the issue and we are happy to help you.
Have you ever tried this? ignore the steps you are already tried:
Method 1: I suggest you to run the Windows Store Apps troubleshooter.
Windows Store Apps Troubleshooter, troubleshoots problems that may prevent Windows Store Apps from working correctly.
Follow the below steps:
Type troubleshooting in the search bar on the Taskbar.
Select Troubleshooting.
Select View all on the top left corner.
Click on Windows Store Apps.
Select “Advance” and click on “Run as Administrator”.
Click “Next” and follow the on-screen instructions to complete the troubleshooting process.
Also, Run the troubleshooter for Windows apps online troubleshooter : https://support.microsoft.com/en-us/help/402749...
Method 2: Clear the Store Cache
You may try these steps to clear the Store cache and check if that helps:
- Press the “Windows Logo” + “R” keys on the keyboard.
- Type “wsreset.exe” and press “Enter”.
- Reboot the computer and then check if you are able to open the Windows Store and all the other apps on the computer.
Method 3: Re-register All Store apps (You will get many Reds, ignore them. This will reinstall all default Store apps, hence if you have uninstalled any default Store app, that will get reinstalled)
Windows Key+X > Windows Powershell (Admin) > Copy the following from below and right click in Powershell to paste > Enter > Restart your computer
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Method 4: Reinstall Store
Windows Key+X > Windows Powershell (Admin) > Copy the following from below and right click in Powershell to paste > Enter
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Method 5: Run SFC scan
- On the Start menu, type Command Prompt, and then click Run as Administrator.
- Type in the following command, and then press Enter.
sfc /scannow
Do get back to us with the result. We will be glad to help if you need further assistance.
Best Regards