Hi Vince,
Pls follow "Method 2" ("Download the Microsoft Store installer") in the Reinstall Microsoft Store article.
After you download the Msixbundle and Appx packages, you can double-click to install them. Install the Appx (dependency packages) first, and then run the Msixbundle file.
If you can't install the packages interactively, you can install them using the Add-AppxPackage PowerShell command.
Answer from Ramesh on learn.microsoft.comHow to install Microsoft Store on Windows 10 ?
How to reinstall Microsoft Store app in Windows 10?
how to download the Microsoft Store App on my windows 10 desktop computer
How Can I Install Microsoft Store Apps on Windows 10 Version 1803?
Is the new Microsoft Store supported on Windows 10?
Can I run Microsoft Store exclusive apps on Windows 10?
Will Microsoft Store receive updates on Windows 10?
Videos
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
I recently installed Windows 10 version 1803, and I’m surprised at how fast it runs on my older PC. However, I ran into a problem because there’s no Microsoft Store, and I can’t use winget because it requires version 1809 or later. Is there a way I can manually install apps that are normally only available through the Microsoft Store? Any workarounds or alternative methods would be really helpful
The above methods didnt work but i found a very perfect method to fix ms store.
- First install this software
https://github.com/QuestYouCraft/Microsoft-Store-UnInstaller
Uninstall microsoft store via this software.
- Now reinstall microsoft store via this process
Press Windows key + X
Click Windows PowerShell (Admin)
At the command prompt, type the following then hit Enter:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
The website to download appx packages is not working at all
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...
I got an error from command prompt:
C:\WINDOWS\system32>PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *WindowsStore*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
Add-AppxPackage : Cannot find path 'C:\AppxManifest.xml' because it does not exist.
At line:1 char:89
- ... fest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manife ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : ObjectNotFound: (C:\AppxManifest.xml:String) [Add-AppxPackage], ItemNotFoundException
- FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
The PowerShell one did have the scrolling blue and red text, but my Microsoft Store, and apparently all my default apps, are still missing from all users.