top of page

Reinstalling the Windows Store app

If your having issues with Windows apps in Windows 8 or 10, reinstalling them through the store should fix the problem. But what if the Store IS the problem? Read on for how to reinstall the Windows Store!

1. The first step before you try this is to create a restore point. A restore point allows you to undo any changes you do to your PC in case something goes wrong.

To create a Restore Point, open File Explorer and right click or hold on "This PC" then click or tap "Properties". From here, go to "System Protection" then click or tap "Create..." from here, enter a name for the Restore Point and click or tap "Create". To restore from a restore pont, click or tap "System Restore...".

2. Go to All Apps > Windows PowerShell > Windows PowerShell. Right click or hold on Windows PowerShell and choose "Run as Administrator".

3. Windows PowerShell should open, when it does, enter the following command: Get-Appxpackage -Allusers

3. Find Microsoft.WindowsStore (Click or tap the icon in the top left of Windows PowerShell and chooses Edit > Find to search for it.)

4. Copy the istall location by selecting it and right clicking.

5. Paste the following command and press Enter (Replace Store Location with the location of your store app):Add-AppxPackage -register "[Store Location]\AppxManifest.xml" -DisableDevelopmentMode

6. If you get an error, try this command: (Replace Store Location with the location of your store app):Add-AppxPackage -register "[Store Location]\AppxManifest.xml" -DisableDevelopmentMode -ErrorAction SilentlyContinue

Hopefully, this sucessfully reinstalls your store. If you had any issues, comment below and we'll try to reply and help you out!

Related Posts

See All

Site Discontinuation

Unfortunately, as we no longer have the time to update this site, we will be discontinuing it. If you would like to keep up to date with Quinn's Computing news and software, please visit our main site

Site Update - 4.1.1

We updated the site to version 4.1.1.0 Here's what's new: Arrangement Improvements to the mobile version of the posts page #Notices

Related content
bottom of page