Factsheet
Microsoft Gaming (Xbox)
Microsoft Gaming (Xbox)
Videos
How to Reinstall Microsoft Store?
How to install Microsoft Store?
How to reinstall Microsoft Store app in Windows 10?
Microsoft Store is Removed. How Can I Reinstall It?
For some reason,
"Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "_.InstallLocation)\AppXManifest.xml"}"
Does not work for me. It seems to do nothing after I press enter. It just opens a new line in the Administrator PowerShell and appears to do nothing. Am I doing anything wrong? Microsoft Store does not seem to appear anywhere...
Hello Madofficer392,
Thank you for updating me that information. Can you take a screenshot after you paste the command in Powershell? Please post it on your next reply. For the meantime, kindly create a new administrator account then check if everything is working there.
I hope this helps! Please let me know if you have any further concerns.
Sincerely
John DeV
Independent Advisor
If you're having issues with Microsoft Store app, we just released a new video that will walk you through some things to try including how to reinstall the Microsoft Store app.
How to troubleshoot the Microsoft Store app
Follow along with the video:
Terminate or Reset the app
- Press Windows logo key + i
- Select Apps
- Select Microsoft Store, then select Advanced options
- Select Terminate
- If that doesn't work, select
Reset Use the troubleshooter
- Search for Troubleshoot settings and select Open
- Select Windows Store apps
- Select Run the troubleshooter
Reinstall the app
- Press Windows logo key + x
- Select Windows PowerShell (Admin)
- Select Yes
- Copy and paste the command: Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "
_.InstallLocation)\AppXManifest.xml"}
- Press Enter
- Restart your computer
Here are some additional resources for you.
Fix problems with apps from Microsoft Store
Microsoft Store doesn't launch Trouble finding
Microsoft Store in Windows 10
You can not download this but you can reinstall -
Type Powershell in Windows Start Search box
Right click on Powershell > Run As Administrator
Copy the below and paste into Powershell and Enter
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "_.InstallLocation)\AppXManifest.xml"}
Once finished, reboot your computer
Look for updates in Store and update
Hello. Today I had my computer formatted and installed Windows 10 Pro. The version is 10.0.10586. The Microsoft Store didn't open, I got a screen saying "try that again". I tried to solve this problem, I tried a few solutions and then I typed the following command into the command line and hit enter:
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
After doing so, the Microsoft Store was removed. I tried to install it again but I couldn't. Help me.
- Go to https://apps.microsoft.com/store/apps
- Search for your App
- Copy the ID from the URL, for example:
9WZDNCRFJ3TJ - run the following command
winget install 9WZDNCRFJ3TJ -s msstore
If you do not have winget here are some instructions how to install: https://github.com/microsoft/winget-cli
This is what I tried and worked out for me:
- Go to MS Store and copy the link of the app you want to install https://apps.microsoft.com/store/apps
- Copy the link of the app and paste in this website https://store.rg-adguard.net, search in
RPmode. - In the results, download only the files that end with the extensions
.appx,.appxbundle, or.msixbundle.
Note: Avoid files with extensions.eappx,.eappxbundle, or.emsixbundle, as these are encrypted files. - Right-click of the app you need and save as, your browser .might detect it as a harmful app, you can ignore and keep the file
- Make sure you also download all the dependencies and save them as well
- Once you download all the dependencies and the application, start by installing dependencies first, and then the main app
- To install, go to the downloads location, right click on each and click Install
- Optional: you can also install via powershell
Add-AppxPackage -Path "<PATH>".appx
I have a group of Windows 10 workstations that previously had the group policies "Disable All Apps from the Microsoft Store" and "Turn of the Store application."
Now because of reasons these machines need the Microsoft Camera app installed. After turning off the GPO's, I'm still unable to install either the Windows Store or the Camera app.
I've tried the following
running wsreset.exe
removing and re-installing all store apps with "Get-AppxPackage -allusers | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}"
Downloading and installing with the appxbundle for the camera app from MS Store for Business
Trying to reinstall the Windows Store with "Get-AppXPackage WindowsStore -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}"
Removing and re-adding the user profile
Short of reimaging the machine, does anyone know another way to reinstall the Windows Store.
If you're having issues with Microsoft Store app, we just released a new video that will walk you through some things to try including how to reinstall the Microsoft Store app.
How to troubleshoot the Microsoft Store app
Follow along with the video:
Terminate or Reset the app
- Press Windows logo key + i
- Select Apps
- Select Microsoft Store, then select Advanced options
- Select Terminate
- If that doesn't work, select
Reset Use the troubleshooter
- Search for Troubleshoot settings and select Open
- Select Windows Store apps
- Select Run the troubleshooter
Reinstall the app
- Press Windows logo key + x
- Select Windows PowerShell (Admin)
- Select Yes
- Copy and paste the command: Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- Press Enter
- Restart your computer
Here are some additional resources for you.
Fix problems with apps from Microsoft Store
Microsoft Store doesn't launch Trouble finding
Microsoft Store in Windows 10
You can not download this but you can reinstall -
Type Powershell in Windows Start Search box
Right click on Powershell > Run As Administrator
Copy the below and paste into Powershell and Enter
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Once finished, reboot your computer
Look for updates in Store and update