Windows10 の標準ストアアプリを削除する方法
通常にアンインストールできるストアアプリは
右クリックでアンインストールできますが
アンインストールの項目が表示されない標準ストアアプリなどは
Powershell を使用し、アンインストールすることができます。
ストアアプリが更新できない時
一旦削除を行い、再インストールも試す価値あり?
以下のコマンドを使用し削除します。
Get-AppxPackage *削除アプリ名* | Remove-AppxPackage
最新バージョンのWindows10であれば
左下のWindowsスタートボタンを右クリックし
PowerShell(管理者)をクリックして起動します。
旧バージョンの場合は、コマンドプロンプト(管理者)となっているため
コマンドプロンプトをクリックしたのち
powershell
と打ち込めば、Powershell に変わります。
各アンインストールしたいアプリケーションのコマンドを実行してください。
・3D Builder
Get-AppxPackage *3d* | Remove-AppxPackage
・Candy Crush Soda Saga
Get-AppxPackage king.com.CandyCrushSodaSaga | Remove-AppxPackage
・Facebook
Get-AppxPackage Facebook.Facebook | Remove-AppxPackage
・Groove ミュージック、映画、テレビ
Get-AppxPackage *zune* | Remove-AppxPackage
・Keeper
Get-AppxPackage KeeperSecurityInc.Keeper | Remove-AppxPackage
・LINE
Get-AppxPackage NAVER.LINE* | Remove-AppxPackage
・OneNote
Get-AppxPackage Microsoft.Office.OneNote | Remove-AppxPackage
・Microsoft Solitaire Collection
Get-AppxPackage *solit* | Remove-AppxPackage
・People
Get-AppxPackage *people* | Remove-AppxPackage
・RoyalRevolt 2
Get-AppxPackage flaregamesGmbH.RoyalRevolt2 | Remove-AppxPackage
・Skypeを始めよう
Get-AppxPackage Microsoft.SkypeApp | Remove-AppxPackage
・Sticky Notes
Get-AppxPackage *MicrosoftStickyNotes* | Remove-AppxPackage
・Twitter
Get-AppxPackage *Twitter | Remove-AppxPackage
・View 3D
Get-AppxPackage Microsoft.Microsoft3DViewer | Remove-AppxPackage
・Xbox
Get-AppxPackage *xbox* | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxApp | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxGameOverlay | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxIdentityProvider | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxSpeechToTextOverlay | Remove-AppxPackage
・アラーム&クロック
Get-AppxPackage *WindowsAlarms* | Remove-AppxPackage
・カメラ
Get-AppxPackage *camera* | Remove-AppxPackage
・テレBing
Get-AppxPackage Microsoft.5220175982889 | Remove-AppxPackage
・はじめに
Get-AppxPackage Microsoft.Getstarted | Remove-AppxPackage
・フィードバックハブ
Get-AppxPackage Microsoft.WindowsFeedbackHub | Remove-AppxPackage
・ペイント3D
Get-AppxPackage Microsoft.MSPaint | Remove-AppxPackage
・フォト
Get-AppxPackage *photo* | Remove-AppxPackage
・ボイスレコーダー
Get-AppxPackage *soundrec* | Remove-AppxPackage
・マーチ オブ エンパイア – 領土戦争
Get-AppxPackage A278AB0D.MarchofEmpires | Remove-AppxPackage
・マップ
Get-AppxPackage Microsoft.WindowsMaps | Remove-AppxPackage
・マネー、スポーツ、ニュース、天気
Get-AppxPackage *bing* | Remove-AppxPackage
・メール、カレンダー
Get-AppxPackage *communi* | Remove-AppxPackage
・メッセージング
Get-AppxPackage *messaging* | Remove-AppxPackage
・モバイル コンパニオン
Get-AppxPackage *phone* | Remove-AppxPackage
・新しいOfficeを始めよう
Get-AppxPackage Microsoft.MicrosoftOfficeHub | Remove-AppxPackage
・有料Wi-Fi & 携帯ネットワーク
Get-AppxPackage Microsoft.OneConnect | Remove-AppxPackage
※上記、すべてアンインストールする。(こちらをコピペして実行)
Get-AppxPackage *3d* | Remove-AppxPackage
Get-AppxPackage king.com.CandyCrushSodaSaga | Remove-AppxPackage
Get-AppxPackage Facebook.Facebook | Remove-AppxPackage
Get-AppxPackage *zune* | Remove-AppxPackage
Get-AppxPackage KeeperSecurityInc.Keeper | Remove-AppxPackage
Get-AppxPackage NAVER.LINE* | Remove-AppxPackage
Get-AppxPackage *solit* | Remove-AppxPackage
Get-AppxPackage Microsoft.Office.OneNote | Remove-AppxPackage
Get-AppxPackage *people* | Remove-AppxPackage
Get-AppxPackage flaregamesGmbH.RoyalRevolt2 | Remove-AppxPackage
Get-AppxPackage Microsoft.SkypeApp | Remove-AppxPackage
Get-AppxPackage *MicrosoftStickyNotes* | Remove-AppxPackage
Get-AppxPackage *Twitter | Remove-AppxPackage
Get-AppxPackage Microsoft.Microsoft3DViewer | Remove-AppxPackage
Get-AppxPackage *xbox* | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxApp | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxGameOverlay | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxIdentityProvider | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxSpeechToTextOverlay | Remove-AppxPackage
Get-AppxPackage *WindowsAlarms* | Remove-AppxPackage
Get-AppxPackage *camera* | Remove-AppxPackage
Get-AppxPackage Microsoft.5220175982889 | Remove-AppxPackage
Get-AppxPackage Microsoft.Getstarted | Remove-AppxPackage
Get-AppxPackage Microsoft.WindowsFeedbackHub | Remove-AppxPackage
Get-AppxPackage *photo* | Remove-AppxPackage
Get-AppxPackage Microsoft.MSPaint | Remove-AppxPackage
Get-AppxPackage *soundrec* | Remove-AppxPackage
Get-AppxPackage A278AB0D.MarchofEmpires | Remove-AppxPackage
Get-AppxPackage Microsoft.WindowsMaps | Remove-AppxPackage
Get-AppxPackage *bing* | Remove-AppxPackage
Get-AppxPackage *communi* | Remove-AppxPackage
Get-AppxPackage *messaging* | Remove-AppxPackage
Get-AppxPackage *phone* | Remove-AppxPackage
Get-AppxPackage Microsoft.MicrosoftOfficeHub | Remove-AppxPackage
Get-AppxPackage Microsoft.OneConnect | Remove-AppxPackage
右クリックでアンインストールできますが
アンインストールの項目が表示されない標準ストアアプリなどは
Powershell を使用し、アンインストールすることができます。
ストアアプリが更新できない時
一旦削除を行い、再インストールも試す価値あり?
以下のコマンドを使用し削除します。
Get-AppxPackage *削除アプリ名* | Remove-AppxPackage
1.Powershellを起動する。
最新バージョンのWindows10であれば
左下のWindowsスタートボタンを右クリックし
PowerShell(管理者)をクリックして起動します。
旧バージョンの場合は、コマンドプロンプト(管理者)となっているため
コマンドプロンプトをクリックしたのち
powershell
と打ち込めば、Powershell に変わります。
2.アンインストールコマンドを実施
各アンインストールしたいアプリケーションのコマンドを実行してください。
・3D Builder
Get-AppxPackage *3d* | Remove-AppxPackage
・Candy Crush Soda Saga
Get-AppxPackage king.com.CandyCrushSodaSaga | Remove-AppxPackage
Get-AppxPackage Facebook.Facebook | Remove-AppxPackage
・Groove ミュージック、映画、テレビ
Get-AppxPackage *zune* | Remove-AppxPackage
・Keeper
Get-AppxPackage KeeperSecurityInc.Keeper | Remove-AppxPackage
・LINE
Get-AppxPackage NAVER.LINE* | Remove-AppxPackage
・OneNote
Get-AppxPackage Microsoft.Office.OneNote | Remove-AppxPackage
・Microsoft Solitaire Collection
Get-AppxPackage *solit* | Remove-AppxPackage
・People
Get-AppxPackage *people* | Remove-AppxPackage
・RoyalRevolt 2
Get-AppxPackage flaregamesGmbH.RoyalRevolt2 | Remove-AppxPackage
・Skypeを始めよう
Get-AppxPackage Microsoft.SkypeApp | Remove-AppxPackage
・Sticky Notes
Get-AppxPackage *MicrosoftStickyNotes* | Remove-AppxPackage
Get-AppxPackage *Twitter | Remove-AppxPackage
・View 3D
Get-AppxPackage Microsoft.Microsoft3DViewer | Remove-AppxPackage
・Xbox
Get-AppxPackage *xbox* | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxApp | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxGameOverlay | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxIdentityProvider | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxSpeechToTextOverlay | Remove-AppxPackage
・アラーム&クロック
Get-AppxPackage *WindowsAlarms* | Remove-AppxPackage
・カメラ
Get-AppxPackage *camera* | Remove-AppxPackage
・テレBing
Get-AppxPackage Microsoft.5220175982889 | Remove-AppxPackage
・はじめに
Get-AppxPackage Microsoft.Getstarted | Remove-AppxPackage
・フィードバックハブ
Get-AppxPackage Microsoft.WindowsFeedbackHub | Remove-AppxPackage
・ペイント3D
Get-AppxPackage Microsoft.MSPaint | Remove-AppxPackage
・フォト
Get-AppxPackage *photo* | Remove-AppxPackage
・ボイスレコーダー
Get-AppxPackage *soundrec* | Remove-AppxPackage
・マーチ オブ エンパイア – 領土戦争
Get-AppxPackage A278AB0D.MarchofEmpires | Remove-AppxPackage
・マップ
Get-AppxPackage Microsoft.WindowsMaps | Remove-AppxPackage
・マネー、スポーツ、ニュース、天気
Get-AppxPackage *bing* | Remove-AppxPackage
・メール、カレンダー
Get-AppxPackage *communi* | Remove-AppxPackage
・メッセージング
Get-AppxPackage *messaging* | Remove-AppxPackage
・モバイル コンパニオン
Get-AppxPackage *phone* | Remove-AppxPackage
・新しいOfficeを始めよう
Get-AppxPackage Microsoft.MicrosoftOfficeHub | Remove-AppxPackage
・有料Wi-Fi & 携帯ネットワーク
Get-AppxPackage Microsoft.OneConnect | Remove-AppxPackage
※上記、すべてアンインストールする。(こちらをコピペして実行)
Get-AppxPackage *3d* | Remove-AppxPackage
Get-AppxPackage king.com.CandyCrushSodaSaga | Remove-AppxPackage
Get-AppxPackage Facebook.Facebook | Remove-AppxPackage
Get-AppxPackage *zune* | Remove-AppxPackage
Get-AppxPackage KeeperSecurityInc.Keeper | Remove-AppxPackage
Get-AppxPackage NAVER.LINE* | Remove-AppxPackage
Get-AppxPackage *solit* | Remove-AppxPackage
Get-AppxPackage Microsoft.Office.OneNote | Remove-AppxPackage
Get-AppxPackage *people* | Remove-AppxPackage
Get-AppxPackage flaregamesGmbH.RoyalRevolt2 | Remove-AppxPackage
Get-AppxPackage Microsoft.SkypeApp | Remove-AppxPackage
Get-AppxPackage *MicrosoftStickyNotes* | Remove-AppxPackage
Get-AppxPackage *Twitter | Remove-AppxPackage
Get-AppxPackage Microsoft.Microsoft3DViewer | Remove-AppxPackage
Get-AppxPackage *xbox* | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxApp | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxGameOverlay | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxIdentityProvider | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxSpeechToTextOverlay | Remove-AppxPackage
Get-AppxPackage *WindowsAlarms* | Remove-AppxPackage
Get-AppxPackage *camera* | Remove-AppxPackage
Get-AppxPackage Microsoft.5220175982889 | Remove-AppxPackage
Get-AppxPackage Microsoft.Getstarted | Remove-AppxPackage
Get-AppxPackage Microsoft.WindowsFeedbackHub | Remove-AppxPackage
Get-AppxPackage *photo* | Remove-AppxPackage
Get-AppxPackage Microsoft.MSPaint | Remove-AppxPackage
Get-AppxPackage *soundrec* | Remove-AppxPackage
Get-AppxPackage A278AB0D.MarchofEmpires | Remove-AppxPackage
Get-AppxPackage Microsoft.WindowsMaps | Remove-AppxPackage
Get-AppxPackage *bing* | Remove-AppxPackage
Get-AppxPackage *communi* | Remove-AppxPackage
Get-AppxPackage *messaging* | Remove-AppxPackage
Get-AppxPackage *phone* | Remove-AppxPackage
Get-AppxPackage Microsoft.MicrosoftOfficeHub | Remove-AppxPackage
Get-AppxPackage Microsoft.OneConnect | Remove-AppxPackage