How to Reinstall Microsoft Store App

Without the “Microsoft Store” app, you won’t be able to install apps from the Store. This post tells you how to get back Microsoft Store after uninstalling it accidentally using PowerShell.

1. In the Cortana search bar, search for Windows PowerShell.

2. Right click the correct result and select Run as administrator.

How to Reinstall Microsoft Store App IkhYBNE

3. Type the following command to reinstall Microsoft Store app, and then press Enter.

Code:

Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}


How to Reinstall Microsoft Store App 0zfUcyT

If you get an error reinstalling, you’re either not running Windows PowerShell as an administrator, or you’ve incorrectly typed in the command from Step 3.