Win 10 Pro: How to get the Windows Store app back?

TheF34RChannel

New member
Hi guys,

There are so many clever people on here so I'm hoping one of you knows how to get the Win Store app back after having removed most apps via the single Powershell command?

I got Gears of War 4 with the GPU which requires the store. I tried login in via the store website, which works, but doesn't have my personal library, it appears.

There is a Powershell command I found via Google, which sadly does not work. I am surprised MS doesn't offer it as a simple app download.

- Thanks
 
Hmm, the only command I know is to reinstall all Windows 10 native apps.

Use the same powershell method that you used before with this command.


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