Skip to content

Instantly share code, notes, and snippets.

@waf
Last active March 16, 2016 03:27
Show Gist options
  • Save waf/600ffe8550d156496c39 to your computer and use it in GitHub Desktop.
Save waf/600ffe8550d156496c39 to your computer and use it in GitHub Desktop.
Remove Windows 10 apps
# get removable packages using: Get-AppxPackage | Select Name, PackageFullName
Remove-AppxPackage 9E2F88E3.Twitter_4.3.4.0_x86__wgeqdkkx372wm
Remove-AppxPackage Microsoft.BingFinance_4.8.268.0_x86__8wekyb3d8bbwe
Remove-AppxPackage Microsoft.BingNews_4.8.268.0_x86__8wekyb3d8bbwe
Remove-AppxPackage Microsoft.BingSports_4.8.268.0_x86__8wekyb3d8bbwe
Remove-AppxPackage Microsoft.BingWeather_4.8.277.0_x86__8wekyb3d8bbwe
Remove-AppxPackage Microsoft.MicrosoftSolitaireCollection_3.8.3092.0_x64__8wekyb3d8bbwe
Remove-AppxPackage Microsoft.Office.Sway_17.6769.45081.0_x64__8wekyb3d8bbwe
Remove-AppxPackage Microsoft.SkypeApp_3.2.1.0_x86__kzf8qxf38zg5c
Remove-AppxPackage Microsoft.XboxApp_14.14.16008.0_x64__8wekyb3d8bbwe
Remove-AppxPackage Microsoft.ZuneMusic_3.6.15131.0_x64__8wekyb3d8bbwe
Remove-AppxPackage Microsoft.ZuneVideo_3.6.17801.0_x64__8wekyb3d8bbwe
Remove-AppxPackage king.com.CandyCrushSodaSaga_1.61.500.0_x86__kgqvnymyfvs32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment