All Tweaks

⚠️ Advanced Tweaks - CAUTION

🎮 Xbox & Gaming Components - Remove

Completely removes Xbox app and gaming-related components.

Benefit

Frees resources if you don't use Xbox features

Impact

medium

Commands (1)

$xboxApps = @('Microsoft.XboxApp', 'Microsoft.XboxGameOverlay', 'Microsoft.XboxGamingOverlay', 'Microsoft.XboxIdentityProvider', 'Microsoft.XboxSpeechToTextOverlay', 'Microsoft.Xbox.TCUI'); foreach ($app in $xboxApps) { Get-AppxPackage -Name $app -ErrorAction SilentlyContinue | Remove-AppxPackage -ErrorAction SilentlyContinue }

Warnings

  •  ⚠ Xbox Game Bar and related features will not work