Skip to content

Instantly share code, notes, and snippets.

@kobaltz
Last active January 16, 2020 13:33
Show Gist options
  • Save kobaltz/a9853e0859c085aa70e34a9991207583 to your computer and use it in GitHub Desktop.
Save kobaltz/a9853e0859c085aa70e34a9991207583 to your computer and use it in GitHub Desktop.
Windows 10 Cleaner
# Run in PowerShell Admin
Get-AppxPackage *Skype* | Remove-AppxPackage
Get-AppxPackage *Hulu* | Remove-AppxPackage
Get-AppxPackage *Office* | Remove-AppxPackage
Get-AppxPackage *Candy* | Remove-AppxPackage
Get-AppxPackage *Farm* | Remove-AppxPackage
Get-AppxPackage *Office* | Remove-AppxPackage
Get-AppxPackage *Music* | Remove-AppxPackage
Get-AppxPackage *Print3D* | Remove-AppxPackage
Get-AppxPackage *BingWeather* | Remove-AppxPackage
Get-AppxPackage *SolitaireCollection* | Remove-AppxPackage
@kobaltz
Copy link
Author

kobaltz commented Jan 16, 2020

Missing, but couldn't find

  • Netflix
  • Hulu
  • Disney Magic Kingdom
  • XBox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment