How to Reinstall Microsoft Store on Windows 11/10

Subscribers:
13,700
Published on ● Video Link: https://www.youtube.com/watch?v=pdeeDZakipw



Category:
Guide
Duration: 2:20
168 views
3


We will show you on this video how to remove then install MS Store app on Windows 10/11.
The method used requires you to use PowerShell :
you can copy-paste the commands from here:
Get-AppxPackage *windowsstore* | Remove-AppxPackage

Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

Subscribe to our YouTube channel to get more tips and tricks.