Tuesday, September 25, 2018

How to restore Windows Apps Store in Windows 10 after it got uninstalled

1. Click on Start and in the search bar type in Powershell


2. Right click on Windows PowerShell and choose Run as Administrator


3. Once PowerShell is opened. Inside PowerShell type in the command below and press Enter

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

Now Windows Store should be reinstalled. Note that this works in most cases but sometime do not work on certain users

0 comments:

Post a Comment