News:

Ryan's Free Online Tech Forum
redux.

Main Menu

Disable Sticky Keys via Group Policy

Started by scythe944, August 13, 2020, 11:33:11 AM

Previous topic - Next topic

scythe944

Copy and paste into a blank .vbs file, then put in a login script in Group Policy:

'Disable Sticky Keys
Set ObjShell = Wscript.CreateObject("Wscript.Shell")
RegKey = "HKCU\Control Panel\Accessibility\Stickykeys\"
WSHShell.RegWrite regkey & "Flags","122","REG_SZ"


Or as a registry file (just save in a blank .reg file and double-click to merge into your registry)

[HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys]
"Flags"="122"