Reg-DisableStickyKeys
From nswccWiki
This disables the sticky, filter and toggle keys. Having found that students like to use them to continually turn on and off to make the horrible noise associated with them.
Do not use this if you have people who actually need them. Or, alternatively, enable them for users that need it, and disable for users that don't. This could be done as part of a login script, Group/System Policy, or using the Novell equivalent.
Windows Registry Editor Version 5.00 ;Disable Filter Keys [HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response] "Flags"="0" ;Disable Sticky Keys [HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys] "Flags"="0" ;Disable Toggle Keys [HKEY_CURRENT_USER\Control Panel\Accessibility\ToggleKeys] "Flags"="0"

