How to Reinstall Microsoft Store on Windows 11/10

Опубликовано: 09 Октябрь 2024
на канале: Tips and tricks
172
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.