Disable Stickykeys with a logon script via Group Policy

Kids drivin’ you nuts by turning on Accessibility options?

Set this as a login script:

‘Disable Sticky Keys
Set WSHShell = Wscript.CreateObject(“Wscript.Shell”)
RegKey = “HKCU\Control Panel\Accessibility\Stickykeys\”
WSHShell.RegWrite regkey & “Flags”,”506″,”REG_SZ”

You can also replace the “506” with  “510” to turn it back on.

I’m currently working on a solution to remove the Utility Manager (windows key + U) and High contrast (Left Alt + Left Shift + Print Screen) and will post them as soon as I do.


Posted

in

by

Tags:

Comments

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.