Get-AppxPackage | Out-GridView -PassThru | Remove-AppxPackage I'm reposting my reply in case one of you needs this. Redmond should have allowed this when Win 10 came out and everyone was complaining about all the bloat but here we are. You can use this command to get a GUI window, select all the packages you want to remove and then remove them instead of repeatedly typing commands. This command really helped during Sysprep.
Microsoft now allows IT administrators to remove pre-installed Microsoft Store apps (also known as in-box apps) using a new app management policy. bleepingcomputer.com/news/mi…

Oct 28, 2025 · 10:33 AM UTC

3
5
1
22
Replying to @blackroomsec
Wouldn’t that only remove for the current user? You would need get-appxprovisionpackage -online -allusers to remove for anyone new logging in
1
2
Yes, correct. I copied it from my phone.
1
1
Replying to @blackroomsec
I always however do suggest wiping devices straight from the vendor to save time updating and cleaning up. Just grab the latest ISO right over the top and then clean tweaks. Or use an intune policy/rmm script.
1
1