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.
Leave a Reply