Reinstall MS Store
August 23, 2020 by Jane

Open Powershell in Admin mode and paste:

Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

 

The command should complete in seconds