LeDragoX / Win-Debloat-Tools

Re-imagining Windows like a minimal OS install, already debloated with minimal impact for most functionality.
MIT License
4.88k stars 246 forks source link

Seems error when debloat #82

Closed lexavey closed 1 year ago

lexavey commented 1 year ago

Describe the Bug

[?] [UWP] Microsoft.GamingServices was already removed or not found...                                                  [?] [UWP] Microsoft.XboxApp was already removed or not found...                                                         [-] [UWP] Trying to remove Microsoft.XboxGameCallableUI from ALL users...                                               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.22621.1.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] 06e90e50-308b-0000-ba89-ea068b30d901 in the Event Log or use    the command line Get-AppPackageLog -ActivityID 06e90e50-308b-0000-ba89-ea068b30d901                                     At C:\Users\cpanel\Downloads\Win-Debloat-Tools-main\src\lib\remove-uwp-appx.psm1:13 char:60                             + ... t-AppxPackage -AllUsers -Name $AppxPackage | Remove-AppxPackage # App                                             +                                                  ~~~~~~~~~~~~~~~~~~                                                       + CategoryInfo          : WriteError: (Microsoft.XboxG...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException      + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand                                                                                                                           [-] [UWP] Trying to remove Microsoft.XboxGameOverlay from ALL users...                                                  [-] [UWP] Trying to remove Microsoft.XboxSpeechToTextOverlay from ALL users...                                          [-] [UWP] Trying to remove Microsoft.XboxGamingOverlay from ALL users...    

Seems error when debloat

How can this issue be reproduced?

Run GUI. Remove Xbox

Expected behavior?

No error

Operating System

Windows 11

Operating System Version

22H2

Screenshots

No response

Logs

No response

Additional Info

No response

LeDragoX commented 1 year ago

This is not an error, it tries to find if an UWP app named "Microsoft.GamingServices" exists, then if it's not found, it displays that message. This means that the app was already removed, so you shouldn't worry about it.