Reinstall the Store
Reinstall the Store:
- Click Windows Search icon
- Type PowerShell to find the Windows PowerShell:
- Right click on it and start it as administrator:
- Copy-paste the following then hit Enter:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}