i think it makes me crazy
This commit is contained in:
parent
efa2f706dd
commit
f4949bb82c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue