sLiDeR Posted August 10, 2007 Posted August 10, 2007 Tried the usual but students seem to enable it. Anyone any ideas on disabling it for all users from registry??
User3204 Posted August 10, 2007 Posted August 10, 2007 Google is your fiend... http://www.google.co.uk/search?hl=en&q=registry+value+for+sticky+keys&btnG=Google+Search&meta= http://www.adminscripteditor.com/forum/tm.asp?m=8304 Just remember that this only changes for new profiles.. as it says. I _thought_ there was a setting in Group Policies to switch this off, but I don't have access to any Windows Servers from home anymore....
User3204 Posted August 10, 2007 Posted August 10, 2007 Actually, doing a search for "sticky keys" made me quite nervous about what I would find....
timbo343 Posted August 10, 2007 Posted August 10, 2007 ive just created a reg eidt patch that applies it in seconds but will mean going round all machines, or rolling a fresh image with the patch on.
User3204 Posted August 10, 2007 Posted August 10, 2007 Or, you could create a script that imports this registry file... ...and then run this at startup (or logon).
FN-GM Posted August 15, 2007 Posted August 15, 2007 ive just created a reg eidt patch that applies it in seconds but will mean going round all machines, or rolling a fresh image with the patch on. This might sound a it cheeky, but please don't be offended please can you post the patch? Thanks
timbo343 Posted August 15, 2007 Posted August 15, 2007 ive just created a reg eidt patch that applies it in seconds but will mean going round all machines, or rolling a fresh image with the patch on. This might sound a it cheeky, but please don't be offended please can you post the patch? Thankspatch_to_disable_stickykeys.zip
tomscaper Posted August 15, 2007 Posted August 15, 2007 I have added this to our logon vbs script so you can set it out like this. Dim OShell dim fso : set fso = CreateObject("Scripting.FileSystemObject") dim wshShell : Set wshShell = Createobject("WScript.Shell") 'Turns off StickyKeys wshShell.RegWrite "HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys\Flags", 506, "REG_SZ"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now