Press Windows key + X
Click Windows PowerShell (Admin)
At the command prompt, type the following then hit Enter:Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Restart, then try launching the Store again.
Hello, I tried this, and it resulted in this message.
I assume this is not what should have happened.