Skip to content

Instantly share code, notes, and snippets.

@vinaysshenoy
Created February 17, 2024 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinaysshenoy/95fe0223c946027bf7a237f6c282a400 to your computer and use it in GitHub Desktop.
Save vinaysshenoy/95fe0223c946027bf7a237f6c282a400 to your computer and use it in GitHub Desktop.
Disable gamebar completel;y
Get-AppxPackage Microsoft.XboxGamingOverlay | Remove-AppxPackage
reg add HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR /f /t REG_DWORD /v "AppCaptureEnabled" /d 0
reg add HKEY_CURRENT_USER\System\GameConfigStore /f /t REG_DWORD /v "GameDVR_Enabled"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment