How to Remove Xbox App from Windows 10

このサイトを検索 | Search this site
,Japan
Thank you for accessing.

This article has been removed.

The content of this blog can be searched by keyword.

Use the search window in the sidebar or at the top. Alternatively, please translate the original article using Google or other means.

Please find alternative content.



Remnants of articles that had been published

You can not uninstall the Xbox apps and their related apps listed in Windows 10 "Apps and Features" in the normal way, because you can not press the "Uninstall button".

I succeeded in removing such an Xbox app using Windows PowerShell, so I will take notes on the steps I followed.

You will need to follow the same steps as the Xbox app comes back with the Windows 10 feature update, which will be released in spring and fall.

Similarly, if you are looking for a way to remove Cortana or Spotify that is included with Windows 10, please read it in a separate article, noting the results of the verification.

Xbox related apps

The number of removed apps is different for Windows 10 v1709 and v1803.

If you execute the command to write this time, the application that contains the string of Xbox will be deleted.

In my research, there are the following differences.


1709: Windows 10 Fall Creators Update
1803: Windows 10 April 2018 Update

17091803
Xbox
Xbox Game Speech Window
Xbox
Xbox Game Speech Window
Xobx gaming overlay
Xbox Live

Steps to use Windows PowerShell

1. Start Windows PowerShell in administrator mode
WIN10> Start button Right click> Windows PowerShell (administrator)
WIN10> Press the Start button> Program List: Windows PowerShell

2. Enter the command
Command to enter (copiable)
Get-AppxPackage * xbox * | Remove-AppxPackage
>_
Administrator: Windows PowerShell-□ × 
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
PS C: \ >Get-AppxPackage * xbox * | Remove-AppxPackage
3. Ignore the error
In my environment, an error was displayed when executing the command of the previous section, but since the Xbox, Xbox Game Speech Window has been deleted, the error can be ignored.

Remove-AppxPackage: Deployment failed with the following HRESULT: 0x80073CFA, Removal failed. Please contact the software manufacturer. (Exception from HRESULT: 0x80073CFA)
Error 0x80070032: C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewy
AppX Deployment Remove operation failed for package from Microsoft.XboxGameCallableUI_1000.129299.15.0_neutral_neutral_cw5n1h2txyewy from. This app is part of Windows and can not be uninstalled on a per-user basis. Administrators can try to remove the app from their computer using Enable or Disable Windows Features. However, you may not be able to uninstall the app.
Note: For more information, in the event log [ActivityId] 5a98ef86-b82b-0000-228b-995a2bb8d
Search for 301 or Get-AppxLog -ActivityID 5a98ef86-b82b-0000-228b-on the command line
Please use 995a2bb8d301
Occurrence place line: 1 character: 26
+ Get-AppxPackage * xbox * | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
    + CategoryInfo: WriteError: (Microsoft.XboxG ... l_cw5n1h2txyewy: String
   ) [Remove-AppxPackage], IOException
    + FullyQualifiedErrorId: DeploymentError, Microsoft.Windows.Appx.PackageManager
   .Commands.RemoveAppxPackageCommand

Afterword

2019/01/26
I found a tool 10AppsManager that can delete Microsoft Store apps such as Xbox with a single click, and wrote a validation article.

Information on how to disable Windows 10 new features Cortana (Cortana), how to remove the Spotify app, etc. will be written in a separate article, so I hope you find it helpful.
Verification: Windows 10 Pro Fall Creators Update, v1709
Windows 10 Pro April 2018 Update, v1803

SC2
Windowsランキング 将棋ランキング スマホ・携帯ランキング にほんブログ村 IT技術ブログ ライフハックへ にほんブログ村 その他趣味ブログ 将棋へ

このサイトを検索 | Search this site

コメントを投稿

0 コメント