Disable Sticky Keys via GPO
I cant find the option anywhere in group policy, anyone have any ideas?
0 Comments
[ + ] Show comments
Answers (10)
Please log in to answer
Posted by:
brenthunter2005
17 years ago
It's been a long time, but the policy name must precede the keyname:
CLASS USER
CATEGORY "Custom Template"
CATEGORY "Status of Stickies"
POLICY "Turned on"
KEYNAME "Control Panel\Accessibility\StickyKeys"
VALUENAME "Flags"
VALUEON "506"
END POLICY
END CATEGORY; "Status of Stickies"
END CATEGORY; "Custom Template"
Posted by:
brenthunter2005
18 years ago
Posted by:
revizor
18 years ago
Posted by:
brenthunter2005
18 years ago
Tough... Custom .adm templates do not work for "HKEY_CURRENT_USER\Control Panel".hmmmm, I've never heard this before.
If you do a little google search, there are plenty of websites that suggest creating .adm templates for HKCU\Control Panel.
http://support.microsoft.com/?kbid=241671
http://blog.case.edu/djc6/2005/03/09/automatically_log_off_users
http://docs.rinet.ru/Registratura/htm/apj.htm
Posted by:
revizor
18 years ago
I might be doing something wrong, but whenever I try to apply custom ADM to HKCU\Control Panel, I receive the following error message:
ID: 1020
Windows cannot create registry key Control Panel\whatever. (The parameter is incorrect. ).
To webbaldo:
You could try the following template - you might have a better luck than myself. And it's not a policy - it's a preference template.
=== custom.adm ===
CLASS USER
CATEGORY "Custom Template"
CATEGORY "Status of Stickies"
KEYNAME "Control Panel\Accessibility\StickyKeys"
POLICY "Turned on"
VALUENAME "Flags"
VALUEON "506"
VALUEOFF DELETE
END POLICY
END CATEGORY; "Status of Stickies"
END CATEGORY; "Custom Template"
ID: 1020
Windows cannot create registry key Control Panel\whatever. (The parameter is incorrect. ).
To webbaldo:
You could try the following template - you might have a better luck than myself. And it's not a policy - it's a preference template.
=== custom.adm ===
CLASS USER
CATEGORY "Custom Template"
CATEGORY "Status of Stickies"
KEYNAME "Control Panel\Accessibility\StickyKeys"
POLICY "Turned on"
VALUENAME "Flags"
VALUEON "506"
VALUEOFF DELETE
END POLICY
END CATEGORY; "Status of Stickies"
END CATEGORY; "Custom Template"
Posted by:
forsythe_99
17 years ago
ORIGINAL: revizor
I might be doing something wrong, but whenever I try to apply custom ADM to HKCU\Control Panel, I receive the following error message:
ID: 1020
Windows cannot create registry key Control Panel\whatever. (The parameter is incorrect. ).
To webbaldo:
You could try the following template - you might have a better luck than myself. And it's not a policy - it's a preference template.
=== custom.adm ===
CLASS USER
CATEGORY "Custom Template"
CATEGORY "Status of Stickies"
KEYNAME "Control Panel\Accessibility\StickyKeys"
POLICY "Turned on"
VALUENAME "Flags"
VALUEON "506"
VALUEOFF DELETE
END POLICY
END CATEGORY; "Status of Stickies"
END CATEGORY; "Custom Template"
The above template doesn't work for me can anyone explain what I need to change to make it work?
Many thanks
Posted by:
forsythe_99
17 years ago
ORIGINAL: brenthunter2005
It's been a long time, but the policy name must precede the keyname:
CLASS USER
CATEGORY "Custom Template"
CATEGORY "Status of Stickies"
POLICY "Turned on"
KEYNAME "Control Panel\Accessibility\StickyKeys"
VALUENAME "Flags"
VALUEON "506"
END POLICY
END CATEGORY; "Status of Stickies"
END CATEGORY; "Custom Template"
Hi thanks for that. When I add the policy and check it in GPO Editor it says there are no items to show. Have I got the right keyname? Sorry for my lack of knowledge, I've just started my training :)
Posted by:
Tel69
17 years ago
Might be abit late but when you run up gpedit goto Status of Stickies policy under
User Configuration/Administative templates
It won't show anything YET.
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.
Terry
User Configuration/Administative templates
It won't show anything YET.
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.
Terry
Posted by:
Tel69
17 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.