thoses keys are good
This commit is contained in:
parent
a80b7dd81e
commit
ebb0f8d2c5
1 changed files with 3 additions and 3 deletions
|
@ -61,9 +61,9 @@ REG ADD "HKLM\System\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorE
|
||||||
:: Disables sticky keys
|
:: Disables sticky keys
|
||||||
REG ADD "HKCU\Control Panel\Accessibility\StickyKeys" /v Flags /t REG_SZ /d 506 /f
|
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
|
:: 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 "Hotkey" /t REG_SZ /d 1 /f
|
||||||
:: REG ADD "HKCU\Keyboard Layout\toggle" /v "Language Hotkey" /t REG_SZ /d 2 /f
|
REG ADD "HKCU\Keyboard Layout\toggle" /v "Language Hotkey" /t REG_SZ /d 2 /f
|
||||||
|
|
||||||
:: Disable Game Bar
|
:: Disable Game Bar
|
||||||
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\GameDVR" /v AppCaptureEnabled /t REG_DWORD /d 0 /f
|
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\GameDVR" /v AppCaptureEnabled /t REG_DWORD /d 0 /f
|
||||||
|
|
Loading…
Reference in a new issue