Windows 11 Microsoft Store won't install via PowerShell

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

Bradley Krak

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...
 

Similar threads

D
Replies
0
Views
4
Dylan Britt
D
S
Replies
0
Views
6
Szymon Golebiewski
S
K
Replies
0
Views
7
Kalen H
K
Back
Top