disable sticky key maj shortcut
This commit is contained in:
parent
2c2fc64f3a
commit
53c5f021f4
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\At
|
|||
:: see https://support.microsoft.com/en-us/windows/options-to-optimize-gaming-performance-in-windows-11-a255f612-2949-4373-a566-ff6f3f474613
|
||||
REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v Enabled /t REG_DWORD /d 00000000 /f
|
||||
|
||||
:: === Disables sticky keys ==
|
||||
REG ADD "HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys" /v Flags /t REG_SZ /d 506 /f
|
||||
|
||||
:: === Application downloads ==
|
||||
:: Auto accept ToT
|
||||
echo Y | winget list >nul
|
||||
|
|
Loading…
Reference in a new issue