From 0e19584744d29171b0e8551b94d2adb22623b16b Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 16 May 2023 15:53:50 +0200 Subject: [PATCH] disable gamebar --- windows11.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows11.bat b/windows11.bat index c22874a..7583947 100644 --- a/windows11.bat +++ b/windows11.bat @@ -39,6 +39,10 @@ REG ADD "HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys" /v Flags /t R REG ADD "HKEY_CURRENT_USER\Keyboard Layout\toggle" /v "Hotkey" /t REG_SZ /d 1 /f REG ADD "HKEY_CURRENT_USER\Keyboard Layout\toggle" /v "Language Hotkey" /t REG_SZ /d 2 /f +:: === Disable Game Bar == +REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\GameDVR" /v AppCaptureEnabled /t REG_DWORD /d 00000000 /f +REG ADD "HKEY_CURRENT_USER\System\GameConfigStore" /v GameDVR_Enabled /t REG_DWORD /d 00000000 /f + :: === WinGet == :: Auto accept ToT ECHO Y | winget list >NUL