Link to home
Start Free TrialLog in
Avatar of IT CAMPER
IT CAMPERFlag for United States of America

asked on

Reinstall Windows 10 Store

I am working with a Windows 10 workstation that another tech ran the Decrapifier PowerShell script. This was done to remove and unprovision many of the built-in apps so that they would not appear for all users, even new ones. The issue is that the Store was included in that script and we need the store restored. I have tried the following and the Windows Store is not found in the list.

Get-AppxPackage -allusers | Select Name, PackageFullName

It is not an option to reinstall the OS or to perform a system restore. What other options are there to reinstall the Store? I am sure there is a solution. Otherwise, Microsoft would not have allowed its removal via PowerShell to begin with. Thanks for the help!
Avatar of Rob Knight
Rob Knight
Flag of United Kingdom of Great Britain and Northern Ireland image

ASKER CERTIFIED SOLUTION
Avatar of Ramin
Ramin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Try this Microsoft powershell specific to Store to reinstall it.

http://www.winhelponline.com/blog/restore-windows-store-windows-10-uninstall-with-powershell/
Also make sure UAC has not been disabled. Microsoft Store may stop working if UAC is OFF.