Microsoft Store won't install via PowerShell

  • Thread starter Thread starter Bradley Krak
  • Start date Start date
B

Bradley Krak

Guest
I had to uninstall the store because it wasn't launching properly. To reinstall it, I've launched PowerShell as administrator and have pasted the following commands:Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}PowerShell doesn't say anything back to me after I hit enter, and nothing happens, even after a restart. Any ideas?

Continue reading...
 
Back
Top