TheGeek Posted May 25, 2010 Posted May 25, 2010 (edited) Hey guys, Please excuse me if this is in the wrong section of forum. I am attempting to disable sticky keys on our system. We run a large network on a thin client system, and of course everybody loves to play with sticky keys. We run a login script (a .vbs file) on start up to map all our network drives for the individual user. We attempted disabling the sticky keys shortcut via this script by changing the registry information. However, this script simply just does not work. For some reason the change of the registry information requires a restart of the computer to be taken into effect, and on a thin client system restarting the computer simply would not work. We are stuck trying to work out this problem and have searched high and low on Google. Do you guys have any idea's? Even if it involves disabling the sound. Thanks in advanced. Edited May 25, 2010 by TheGeek
DAZZD88 Posted May 25, 2010 Posted May 25, 2010 Unfortunately I can't offer any help but we are having a similar issue with kids using sticky keys. The only difference here is we use thick clients. I'd be very interested to see anybody's method of accomplishing this task.
TheGeek Posted May 25, 2010 Author Posted May 25, 2010 I was thinking about disabling them in the registry and somehow rebooting just the sticky keys program, but I am unable to find any information on the process name or anything. Anybody have any idea's on accomplishing this? Or any other idea's on how to disable sticky keys?
TheGeek Posted May 25, 2010 Author Posted May 25, 2010 The only answer I can see for the Sticky Keys is: [HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys] "Flags"="506" We had this running, but the problem is that, we run this in the login script. For that to work you need to restart the computer. Since the computers run off an image, every time you restarted, it would still require you to restart. But thanks anyway. Any other solutions?
AngryITGuy Posted May 25, 2010 Posted May 25, 2010 The only answer I can see for the Sticky Keys is: [HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys] "Flags"="506" We had this running, but the problem is that, we run this in the login script. For that to work you need to restart the computer. Since the computers run off an image, every time you restarted, it would still require you to restart. But thanks anyway. Any other solutions? This is how we managed to disable sticky keys too. Students are configured to use Mandatory Profiles so the above key was modified on the profile to resolve the issue. You don't say how your user profiles are configured, are they mandatory or roaming? Can you not create a logon script that adds the above key into the users profile? Something like regedit.exe -s \\{SERVER}\NETLOGON\stickykeys.reg, where stickykeys.reg has details of the key you mentioned in your previous post. Once the key is added it should take effect the next time the user logs on. Only problem I see with this is that you will need to leave it running long enough to update all your user profiles.
TheGeek Posted May 25, 2010 Author Posted May 25, 2010 Our user profiles are mandatory, however the My Documents, and My Desktop is on the user's personal drive. Meaning any files they have on their desktop or my documents will automatically save. The registry is part of the profile image, not part of the individual user. On login, if that regedit command ran, it would still not work as it requires a restart to work, and no registry information would be saved.
danrhodes Posted June 16, 2010 Posted June 16, 2010 This can be done through the use of a custom ADM Template - see attached. To see the settings in GP once the ADM has been added, right click in the white box right hand side, Select View Filtered. Take the check out of "Only show policy settings that can be fully managed", then go back to the same place and you have the options to enable of disable StickyKeys. DStickyKeys.adm.txt
mattx Posted June 16, 2010 Posted June 16, 2010 See http://www.edugeek.net/forums/windows/9294-disabling-sticky-keys-via-group-policy.html
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