Hi J Lions
That sounds like a solid plan! If you're looking to completely remove Xbox Game Bar and other Xbox-related components, here are a few methods that might help:
Uninstall via PowerShell (Run as Administrator):
Get-AppxPackage *Microsoft.XboxGameOverlay* | Remove-AppxPackage
Get-AppxPackage *Microsoft.XboxGamingOverlay* | Remove-AppxPackage
Get-AppxPackage *Microsoft.Xbox.TCUI* | Remove-AppxPackage
Get-AppxPackage *Microsoft.XboxApp* | Remove-AppxPackage
Get-AppxPackage *Microsoft.GamingServices* | Remove-AppxPackage
Get-AppxPackage *Microsoft.XboxIdentityProvider* | Remove-AppxPackage
Get-AppxPackage *Microsoft.XboxSpeechToTextOverlay* | Remove-AppxPackage
Disable Xbox Game Bar via Settings:
Open Settings (Win + I).
Go to Gaming > Xbox Game Bar.
Toggle off the option to open Game Bar using a controller.
Navigate to Apps > Installed Apps, search for Xbox Game Bar, and terminate its background processes.
Check Registry Settings:
Open Registry Editor (Win + R, type regedit).
Navigate to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR.
Set AppCaptureEnabled to 0.
Navigate to HKEY_CURRENT_USER\System\GameConfigStore.
Set GameDVR_Enabled to 0.
As for modded Minecraft, removing Xbox Game Bar shouldn't affect it, since Minecraft Java Edition doesn't rely on Xbox services. However, if you're using Minecraft Bedrock Edition, some Xbox-related dependencies might be required for multiplayer features.
Please let me know if this helps.
Best Regards,
Lonex P.
Microsoft Moderator