Your cart is currently empty!
How to Reinstall Microsoft Store in Windows
Published on:
|
|
Modified Date:
Keeping the Microsoft Store in top shape on your PC is crucial if you rely on it a lot to download apps, games, and movies. If the program malfunctions, removing and reinstalling it could help get it working correctly.
Commands:
Get-AppxPackage -allusers WindowsStore | Remove-AppxPackage
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Get-AppXPackage | Remove-AppxPackage
Get-AppXPackage -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Add-AppxPackage -Path “C:\Users[Username]\Downloads\filename.Appx”
Chapters:
0:00 Intro
0:23 Reinstall Microsoft Store App via PowerShell
1:34 Alternative Method to Reinstall Windows Store
5:15 End screen
What you’ll learn:
1. Reinstall Microsoft Store App via PowerShell
a. How to delete the program and install it from scratch
b. How to remove the Microsoft Store
c. How to reinstall the Microsoft Store and all Store apps bundled with Windows
2. Alternative Method to Reinstall Windows Store
a. How to add the program back using the latest application package files from the Microsoft servers
b. How to Download the most recent versions of the following AppX and MSIXBundle installers
c. How to fix trouble installing any of the AppX installers
3. How to Reinstall the Microsoft Store on Windows 11
Song: x50 – Aurora (Vlog No Copyright Music)
Music promoted by Vlog No Copyright Music.
Video Link: https://youtu.be/_0e9s14KjA8
#computereverywhere #howto #reinstall #microsoftstore #windows
Leave a Reply