Manual way:
1. Hit either shift key five times.
2. Select settings.
3. On the keyboard tab, and under filter keys, make sure 'use filter keys' is NOT checked.
4. Under filter keys again, select settings. Uncheck every box.
5. Now click the general tab
6. Under Administrative options uncheck both check boxes if checked. If not checked check them, click apply, ok, and then go back into it, and uncheck them.
Import a .reg file way:
Code:
Windows Registry Editor Version 5.00
;Disable Sticky Keys
[HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys]
"Flags"="506"
;Disable Filter Keys
[HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response]
"Flags"="122"
;Disable Toggle Keys
[HKEY_CURRENT_USER\Control Panel\Accessibility\ToggleKeys]
"Flags"="58"