From f4949bb82c69141d1635b1809a324da9074a94c4 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 5 Nov 2023 17:37:57 +0100 Subject: [PATCH] i think it makes me crazy --- windows11.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows11.bat b/windows11.bat index 3578281..5480c10 100644 --- a/windows11.bat +++ b/windows11.bat @@ -49,9 +49,9 @@ REG ADD "HKLM\System\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorE :: === Disables sticky keys == REG ADD "HKCU\Control Panel\Accessibility\StickyKeys" /v Flags /t REG_SZ /d 506 /f -:: === Inverts the default shortcuts for changing input language and keyboard layout == -REG ADD "HKCU\Keyboard Layout\toggle" /v "Hotkey" /t REG_SZ /d 1 /f -REG ADD "HKCU\Keyboard Layout\toggle" /v "Language Hotkey" /t REG_SZ /d 2 /f +:: :: === Inverts the default shortcuts for changing input language and keyboard layout == +:: REG ADD "HKCU\Keyboard Layout\toggle" /v "Hotkey" /t REG_SZ /d 1 /f +:: REG ADD "HKCU\Keyboard Layout\toggle" /v "Language Hotkey" /t REG_SZ /d 2 /f :: === Disable Game Bar == REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\GameDVR" /v AppCaptureEnabled /t REG_DWORD /d 0 /f