When the Microsoft Store has disappeared and we can’t download anything from it the solution is:
- First we can try to repair it with WSREST. If not, we move on to the next point.
- Open POWERSHELL as Administrator.
- Run the following command:
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- This command downloads and reinstalls the Microsoft Store.