i think it makes me crazy

This commit is contained in:
Mylloon 2023-11-05 17:37:57 +01:00
parent efa2f706dd
commit f4949bb82c
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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