Reg-DisableStickyKeys

From nswccWiki
Jump to: navigation, search
Crystal Clear filesystem recycle full.png
This page has been marked for deletion
Please see that page for justifications and discussion. Please do not remove this notice or blank this page while the question is being considered. However, you are welcome to make improvements to it.

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"
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox