4
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

windows10標準アプリ削除

Posted at

powershellを管理者で実行して、以下のコマンド。

Get-AppxPackage microsoft.windowscommunicationsapps | Remove-AppxPackage     	# メール、カレンダー
Get-AppxPackage Microsoft.Messaging | Remove-AppxPackage                     	# メッセージング

Get-AppxPackage Microsoft.3DBuilder | Remove-AppxPackage                     	# 3D Builder
Get-AppxPackage Microsoft.Microsoft3DViewer | Remove-AppxPackage             	# 3Dビューアー(1809以降)
Get-AppxPackage king.com.CandyCrushSaga | Remove-AppxPackage                 	# Candy Crush Saga(1809以降)
Get-AppxPackage king.com.CandyCrushSodaSaga | Remove-AppxPackage             	# Candy Crush Soda Saga
Get-AppxPackage DolbyLaboratories.DolbyAccess | Remove-AppxPackage           	# Dolby Access
Get-AppxPackage Facebook.Facebook | Remove-AppxPackage                       	# Facebook
Get-AppxPackage Fitbit.FitbitCoach | Remove-AppxPackage                      	# Fitbit Coach(1809以降)
Get-AppxPackage Microsoft.ZuneMusic | Remove-AppxPackage                     	# Groove ミュージック
Get-AppxPackage KeeperSecurityInc.Keeper | Remove-AppxPackage                	# Keeper
Get-AppxPackage 828B5831.HiddenCityMysteryofShadows | Remove-AppxPackage     	# Hidden City アイテム探しアドベンチャー(FCU以降)
Get-AppxPackage NAVER.LINE* | Remove-AppxPackage                             	# LINE
Get-AppxPackage 7EE7776C.LinkedInforWindows | Remove-AppxPackage             	# LinkedIn(FCU以降)
Get-AppxPackage Microsoft.MicrosoftSolitaireCollection | Remove-AppxPackage  	# Microsoft Solitaire Collection
Get-AppxPackage Microsoft.MixedReality.Portal | Remove-AppxPackage           	# Mixed Realityポータル(1809以降)
Get-AppxPackage Microsoft.OfficeLens | Remove-AppxPackage                    	# Office Lens
Get-AppxPackage Microsoft.Office.OneNote | Remove-AppxPackage                	# OneNote
Get-AppxPackage Microsoft.People | Remove-AppxPackage                        	# People(1809以降)
Get-AppxPackage ThumbmunkeysLtd.PhototasticCollage | Remove-AppxPackage      	# Phototastic Collage(1809以降)
Get-AppxPackage Microsoft.Print3D | Remove-AppxPackage                       	# Print3D(CFU以降)
Get-AppxPackage flaregamesGmbH.RoyalRevolt2 | Remove-AppxPackage             	# RoyalRevolt 2
Get-AppxPackage 89006A2E.AutodeskSketchBook | Remove-AppxPackage             	# SketchBook(FCU以降)
Get-AppxPackage Microsoft.SkypeApp | Remove-AppxPackage                      	# Skypeを始めよう
Get-AppxPackage SpotifyAB.SpotifyMusic | Remove-AppxPackage                  	# Spotify(FCU以降)
Get-AppxPackage Microsoft.MicrosoftStickyNotes | Remove-AppxPackage          	# Sticky Notes
Get-AppxPackage *Twitter | Remove-AppxPackage                                	# Twitter
Get-AppxPackage Microsoft.Microsoft3DViewer | Remove-AppxPackage             	# View 3D
Get-AppxPackage Microsoft.XboxApp | Remove-AppxPackage                       	# Xbox(AU以降)
Get-AppxPackage Microsoft.XboxGameOverlay | Remove-AppxPackage               	# Xbox(AU以降)
Get-AppxPackage Microsoft.XboxGamingOverlay | Remove-AppxPackage             	# Xbox(1809以降)
Get-AppxPackage Microsoft.XboxIdentityProvider | Remove-AppxPackage          	# Xbox(AU以降)
Get-AppxPackage Microsoft.XboxSpeechToTextOverlay | Remove-AppxPackage       	# Xbox(AU以降)
Get-AppxPackage Microsoft.MicrosoftOfficeHub | Remove-AppxPackage            	# 新しいOffice を始めよう
Get-AppxPackage Microsoft.WindowsAlarms | Remove-AppxPackage                 	# アラーム&クロック
Get-AppxPackage Microsoft.ZuneVideo | Remove-AppxPackage                     	# 映画 & テレビ
Get-AppxPackage Microsoft.WindowsCamera | Remove-AppxPackage                 	# カメラ
Get-AppxPackage Microsoft.Xbox.TCUI | Remove-AppxPackage                     	# ゲーム バー(1809以降)
Get-AppxPackage Microsoft.ScreenSketch | Remove-AppxPackage                  	# 切り取り & スケッチ(1809以降)
Get-AppxPackage Microsoft.5220175982889 | Remove-AppxPackage                 	# テレBing
Get-AppxPackage Microsoft.Getstarted | Remove-AppxPackage                    	# ヒント/はじめに
Get-AppxPackage king.com.BubbleWitch3Saga | Remove-AppxPackage               	# バブルウィッチ3(FCU以降)
Get-AppxPackage Microsoft.WindowsFeedbackHub | Remove-AppxPackage            	# フィードバックHub
Get-AppxPackage Microsoft.Windows.Photos | Remove-AppxPackage                	# フォト
Get-AppxPackage Microsoft.MSPaint | Remove-AppxPackage                       	# ペイント3D
Get-AppxPackage Microsoft.GetHelp | Remove-AppxPackage                       	# 問い合わせ/ヘルプの表示
Get-AppxPackage Microsoft.WindowsSoundRecorder | Remove-AppxPackage          	# ボイスレコーダー
Get-AppxPackage A278AB0D.MarchofEmpires | Remove-AppxPackage                 	# マーチ オブ エンパイア
Get-AppxPackage Microsoft.WindowsMaps | Remove-AppxPackage                   	# マップ
Get-AppxPackage *bing* | Remove-AppxPackage                                  	# マネー、スポーツ、ニュース、天気
Get-AppxPackage Microsoft.YourPhone | Remove-AppxPackage                     	# スマホ同期/モバイル コンパニオン
Get-AppxPackage Microsoft.OneConnect | Remove-AppxPackage 			# モバイル通信プラン/有料Wi-Fi & 携帯ネットワーク
Get-AppxPackage Microsoft.WindowsCalculator | Remove-AppxPackage 		# 電卓
4
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?