reinstall windows 10 windows store via powershell

In the PowerShell, copy and paste the following command and then press Enter to execute it.

Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

You may also like...