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.