Want to disable or remove the Microsoft Store from your Windows 10 or 11 PC? In this video, I’ll show you how to do it quickly and safely using a single PowerShell command — no extra software or admin tools required!
Whether you’re an IT admin, teacher, or just want to prevent app installations, this method gives you full control over the Microsoft Store on any Windows system.
🧠 What You’ll Learn:
✅ How to open and run PowerShell as Administrator
✅ The exact command to disable the Microsoft Store
✅ How to completely remove the Store app (optional)
✅ How to restore the Microsoft Store if needed
command to remove Microsoft store:
Get-AppxPackage WindowsStore | Remove-AppxPackage
command to restore Microsoft store:
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}