S
SinecureLife
What: I am attempting to remove the Microsoft.XboxGameCallableUI from Server 2016 v1607 (Build 14393.2068).
Why: We have to document all software packages on our servers, and I can't easily justify having and Xbox UI on a server. "Not smart enough to uninstall" is also an unacceptable justification.
How:
"Remove-AppxPackage" results in a failure due to the inability to uninstall on a per-user basis. -AllUsers switch does not appear to work in v1607
"Remove-AppxProvisionedPackage" results in a failure due to incorrect parameter.
XboxGameCallable is not visible in the "Turn Windows features on or off" menu.
Attempting Remove-AppxPackage
PS C:\Windows\system32> Get-AppxPackage -AllUsers *Microsoft.XboxGameCallableUI* | Remove-AppxPackage
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.XboxGameCallableUI_1000.14393.0.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] fd123d66-ace1-0001-0f69-19fde1acd301 in the Event Log or use
the command line Get-AppxLog -ActivityID fd123d66-ace1-0001-0f69-19fde1acd301
At line:1 char:60
+ ... Package -AllUsers *Microsoft.XboxGameCallableUI* | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.XboxG...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Attempting Remove-AppxProvisionedPackage
PS C:\Windows\system32> Remove-AppxProvisionedPackage -online -PackageName Microsoft.XboxGameCallableUI_1000.14393.0.0_n
eutral_cw5n1h2txyewy
Remove-AppxProvisionedPackage : The parameter is incorrect.
At line:1 char:1
+ Remove-AppxProvisionedPackage -online -PackageName Microsoft.XboxGame ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: ) [Remove-AppxProvisionedPackage], PSArgumentException
+ FullyQualifiedErrorId : Microsoft.Dism.Commands.RemoveAppxProvisionedPackageCommand
PS C:\Windows\system32> Remove-AppxProvisionedPackage -online -PackageName Microsoft.XboxGameCallableUI
Remove-AppxProvisionedPackage : The parameter is incorrect.
At line:1 char:1
+ Remove-AppxProvisionedPackage -online -PackageName Microsoft.XboxGame ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: ) [Remove-AppxProvisionedPackage], PSArgumentException
+ FullyQualifiedErrorId : Microsoft.Dism.Commands.RemoveAppxProvisionedPackageCommand
Please advise Microsoft.XboxGameCallableUI can be removed from Server 2016 v1607
Continue reading...
Why: We have to document all software packages on our servers, and I can't easily justify having and Xbox UI on a server. "Not smart enough to uninstall" is also an unacceptable justification.
How:
"Remove-AppxPackage" results in a failure due to the inability to uninstall on a per-user basis. -AllUsers switch does not appear to work in v1607
"Remove-AppxProvisionedPackage" results in a failure due to incorrect parameter.
XboxGameCallable is not visible in the "Turn Windows features on or off" menu.
Attempting Remove-AppxPackage
PS C:\Windows\system32> Get-AppxPackage -AllUsers *Microsoft.XboxGameCallableUI* | Remove-AppxPackage
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.XboxGameCallableUI_1000.14393.0.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] fd123d66-ace1-0001-0f69-19fde1acd301 in the Event Log or use
the command line Get-AppxLog -ActivityID fd123d66-ace1-0001-0f69-19fde1acd301
At line:1 char:60
+ ... Package -AllUsers *Microsoft.XboxGameCallableUI* | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.XboxG...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Attempting Remove-AppxProvisionedPackage
PS C:\Windows\system32> Remove-AppxProvisionedPackage -online -PackageName Microsoft.XboxGameCallableUI_1000.14393.0.0_n
eutral_cw5n1h2txyewy
Remove-AppxProvisionedPackage : The parameter is incorrect.
At line:1 char:1
+ Remove-AppxProvisionedPackage -online -PackageName Microsoft.XboxGame ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: ) [Remove-AppxProvisionedPackage], PSArgumentException
+ FullyQualifiedErrorId : Microsoft.Dism.Commands.RemoveAppxProvisionedPackageCommand
PS C:\Windows\system32> Remove-AppxProvisionedPackage -online -PackageName Microsoft.XboxGameCallableUI
Remove-AppxProvisionedPackage : The parameter is incorrect.
At line:1 char:1
+ Remove-AppxProvisionedPackage -online -PackageName Microsoft.XboxGame ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: ) [Remove-AppxProvisionedPackage], PSArgumentException
+ FullyQualifiedErrorId : Microsoft.Dism.Commands.RemoveAppxProvisionedPackageCommand
Please advise Microsoft.XboxGameCallableUI can be removed from Server 2016 v1607
Continue reading...