Created
May 6, 2026 16:24
-
-
Save hl2guide/32da82d847acb0500fd1819a18f5fa08 to your computer and use it in GitHub Desktop.
Removes lame apps in a fresh new install of Windows 11. Run in PowerShell 7.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Get-AppxPackage *Clipchamp* | Remove-AppxPackage | |
| Get-AppxPackage Microsoft.WindowsCamera | Remove-AppxPackage | |
| Get-AppxPackage MSTeams | Remove-AppxPackage | |
| Get-AppxPackage Microsoft.Todos | Remove-AppxPackage | |
| Get-AppxPackage Microsoft.BingNews | Remove-AppxPackage | |
| Get-AppxPackage Microsoft.OutlookForWindows | Remove-AppxPackage | |
| Get-AppxPackage Microsoft.YourPhone | Remove-AppxPackage | |
| Get-AppxPackage Microsoft.MicrosoftStickyNotes | Remove-AppxPackage | |
| Get-AppxPackage Microsoft.BingWeather | Remove-AppxPackage | |
| Get-AppxPackage *Microsoft.GamingApp* | Remove-AppxPackage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment