Channel | Publish Date | Thumbnail & View Count | Actions |
---|---|---|---|
| Publish Date not found | ![]() 0 Views |
Without the Microsoft Store app, you won’t be able to install apps from the Store. This video shows you how to get back Microsoft Store after uninstalling it accidentally using PowerShell. If Store is missing, you can promptly skip to a second step. If, however, it is installed but it’s not working, you’ll need to remove it first.
1. Click Start, type Powershell. In the search results, right-click “PowerShell” and click Run as administrator.
2. In the PowerShell window, type the command, shown below and hit ENTER.
COMMAND: Get-AppxPackage *windowsstore* | Remove-AppxPackage
In order to restore or reinstall Microsoft Store, start PowerShell as Administrator. Click Start, type PowerShell. In the search results, right-click the PowerShell and click Run as administrator. In the PowerShell window, type the command given below and press ENTER. This should install/reinstall the Microsoft Store app. After the process ends, reboot your PC to complete this action.
COMMAND: Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register /”$($_.InstallLocation)//AppXManifest.xml/”}
Powershell Get-AppxPackage not working?
The issue might occur because the AppX Deployment Service was disabled. Here’s how to enable it:
1. Press WIN + R, type in ‘regedit’ and and press Enter
2. Navigate the following path: Computer//HKEY_LOCAL_MACHINE//SYSTEM//CurrentControlSet//Services//AppXSvc
3. On the right hand double-click on Start
4. Set its value to 2 and press OK
5. Now, restart your computer.
It should work now, give it a try!
MORE INFORMATION & RESOURCES:
https://www.winhelponline.com/blog/restore-windows-store-windows-10-uninstall-with-powershell/
https://www.intowindows.com/how-to-reinstall-store-and-other-preinstalled-apps-in-windows-10/
https://superuser.com/questions/1367962/how-to-reinstall-windows-store-if-its-completely-missing-in-windows-10
Please take the opportunity to connect and share this video with your friends and family if you find it useful.