I can't reinstall Microsoft Store through Power Shell

  • Thread starter Thread starter CristobalAlarcon Correa
  • Start date Start date
C

CristobalAlarcon Correa

Guest
I've tried reinstalling my Windows Store through this command:Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}But it didn't work. I don't get any kind of error. Windows Store simply won't install.I've tried with wsreset but I get a "You'll need a new app to open this MS-Windows-store link" message.I was about to try with .\reinstall-preinstalledApps.ps1 with a specified filter of *Microsoft.WindowsStore*, but i get a "No provisioned apps match the specified filter." message unlike the tutorial I followed that proceed

Continue reading...
 
Back
Top