Skip to content

Instantly share code, notes, and snippets.

@Neustrashimy
Last active April 27, 2018 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Neustrashimy/19e88a3ed0fd25a641703b7654164318 to your computer and use it in GitHub Desktop.
Save Neustrashimy/19e88a3ed0fd25a641703b7654164318 to your computer and use it in GitHub Desktop.
Kill Windows10 Crapwares 邪魔なストアアプリを一掃する
# Games
Get-AppxPackage *solit* | Remove-AppxPackage # ソリティア
Get-AppxPackage king.com.CandyCrushSodaSaga | Remove-AppxPackage # Candy Crush Soda Saga
Get-AppxPackage 828B5831.HiddenCityMysteryofShadows | Remove-AppxPackage # Hidden City
Get-AppxPackage flaregamesGmbH.RoyalRevolt2 | Remove-AppxPackage # RoyalRevolt 2
Get-AppxPackage king.com.BubbleWitch3Saga | Remove-AppxPackage # バブルウィッチ3
Get-AppxPackage A278AB0D.MarchofEmpires | Remove-AppxPackage # マーチオブエンパイア 領土戦争
# Social
Get-AppxPackage Facebook.Facebook | Remove-AppxPackage # Facebook
Get-AppxPackage 7EE7776C.LinkedInforWindows | Remove-AppxPackage # LinkedIn
Get-AppxPackage *Twitter | Remove-AppxPackage # Twitter
# Other Crapware
Get-AppxPackage Microsoft.SkypeApp | Remove-AppxPackage # Skypeをはじめよう
Get-AppxPackage Microsoft.MicrosoftOfficeHub | Remove-AppxPackage # 新しいOfficeを始めよう
Get-AppxPackage Microsoft.5220175982889 | Remove-AppxPackage # テレBing
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment