ZaZaKi, a web developer Between Manchester UK & Rotterdam NL. © 2015-2024.

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"}