Disable sticky keys through a Group Policy for all users

group-policyrdpterminal-serverwindows-server-2003windows-server-2008

Our users are constantly managing to turn sticky keys on and then call tech support because their keys are bring up windows instead of typing letters.

Is there a way to disable StickyKeys in Group Policy? I tried disabling it on the server itself, but the problem still occurs so I think it must be something set at the user-profile level.

Best Answer

You can configure the following registry key:

HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys\Flags="506"

There is also a custom template that someone designed here

Related Topic