Created
February 17, 2024 05:09
-
-
Save vinaysshenoy/95fe0223c946027bf7a237f6c282a400 to your computer and use it in GitHub Desktop.
Disable gamebar completel;y
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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