Jump to content

Recommended Posts

Posted
Anyone got any idea on how to disable accessability options in group policy, the kids are using keyboard shortcuts to enable high contrast and all sorts. I have searched but can seem to find any simple walkthroughs on the net.
Posted

would this help?

 

User Configuration\Administrative Templates\Control Panel

 

Hides specified Control Panel items and folders. This setting removes Control Panel items (such as Display) and folders (such as Fonts) from the Control Panel window and the Start menu. It can remove Control Panel items you have added to your system, as well as Control Panel items included in Windows 2000 Professional and Windows XP Professional. To hide a Control Panel item, type the file name of the item, such as Ncpa.cpl (for Network). To hide a folder, type the folder name, such as Fonts. This setting affects the Start menu and Control Panel window only. It does not prevent users from running Control Panel items. Also, see the Remove Display in Control Panel setting in User Configuration\Administrative Templates\Control Panel\Display. If both the Hide specified Control Panel applets setting and the Show only specified Control Panel applets setting are enabled, and the same item appears in both lists, the Show only specified Control Panel applets setting is ignored. Note: To find the file name of a Control Panel item, search for files with the .cpl file name extension in the %Systemroot%\System32 directory. Note: To create a list of disallowed Control Panel applets, click Show, click Add, and then enter the Control Panel file name (ends with .cpl) or the name displayed under that item in the Control Panel. (e.g., desk.cpl, powercfg.cpl, Printers and Faxes) Note: This setting does not affect the Categories that are displayed in the new Control Panel Category view in Windows XP. If you want to control which items are displayed in Control Panel, enable the Force classic Control Panel Style setting to remove the Category view, and then use this setting to control which .cpls are not displayed.

Posted (edited)

There are indeed no policy settings to enforce these settings. You could create a custom .adm file to enforce specific registry settings.

 

Below are the registry settings which completely disable the accessibility options, also for the default user.

Windows Registry Editor Version 5.00

[HKEY_USERS\.DEFAULT\Control Panel\Accessibility]

[HKEY_USERS\.DEFAULT\Control Panel\Accessibility\Blind Access]
"On"="0"

[HKEY_USERS\.DEFAULT\Control Panel\Accessibility\HighContrast]
"Flags"="122"
"High Contrast Scheme"="High Contrast Black (large)"
"Volital HC Scheme"="High Contrast Black (large)"

[HKEY_USERS\.DEFAULT\Control Panel\Accessibility\Keyboard Preference]
"On"="0"

[HKEY_USERS\.DEFAULT\Control Panel\Accessibility\Keyboard Response]
"AutoRepeatDelay"="1000"
"AutoRepeatRate"="500"
"BounceTime"="0"
"DelayBeforeAcceptance"="1000"
"Flags"="122"
"Last BounceKey Setting"=dword:000001f4
"Last Valid Delay"=dword:000003e8
"Last Valid Repeat"=dword:000001f4
"Last Valid Wait"=dword:000003e8

[HKEY_USERS\.DEFAULT\Control Panel\Accessibility\MouseKeys]
"Flags"="58"
"MaximumSpeed"="80"
"TimeToMaximumSpeed"="3000"

[HKEY_USERS\.DEFAULT\Control Panel\Accessibility\SerialKeys]

[HKEY_USERS\.DEFAULT\Control Panel\Accessibility\ShowSounds]
"On"="0"

[HKEY_USERS\.DEFAULT\Control Panel\Accessibility\SoundSentry]
"Flags"="2"
"FSTextEffect"="0"
"WindowsEffect"="0"
"TextEffect"="0"

[HKEY_USERS\.DEFAULT\Control Panel\Accessibility\StickyKeys]
"Flags"="506"

[HKEY_USERS\.DEFAULT\Control Panel\Accessibility\TimeOut]
"Flags"="2"
"TimeToWait"="300000"

[HKEY_USERS\.DEFAULT\Control Panel\Accessibility\ToggleKeys]
"Flags"="58"

[HKEY_CURRENT_USER\Control Panel\Accessibility]

[HKEY_CURRENT_USER\Control Panel\Accessibility\Blind Access]
"On"="0"

[HKEY_CURRENT_USER\Control Panel\Accessibility\HighContrast]
"Flags"="122"
"High Contrast Scheme"="High Contrast Black (large)"
"Volital HC Scheme"="High Contrast Black (large)"

[HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Preference]
"On"="0"

[HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response]
"AutoRepeatDelay"="1000"
"AutoRepeatRate"="500"
"BounceTime"="0"
"DelayBeforeAcceptance"="1000"
"Flags"="122"
"Last BounceKey Setting"=dword:000001f4
"Last Valid Delay"=dword:000003e8
"Last Valid Repeat"=dword:000001f4
"Last Valid Wait"=dword:000003e8

[HKEY_CURRENT_USER\Control Panel\Accessibility\MouseKeys]
"Flags"="58"
"MaximumSpeed"="80"
"TimeToMaximumSpeed"="3000"

[HKEY_CURRENT_USER\Control Panel\Accessibility\SerialKeys]

[HKEY_CURRENT_USER\Control Panel\Accessibility\ShowSounds]
"On"="0"

[HKEY_CURRENT_USER\Control Panel\Accessibility\SoundSentry]
"Flags"="2"
"FSTextEffect"="0"
"WindowsEffect"="0"
"TextEffect"="0"

[HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys]
"Flags"="506"

[HKEY_CURRENT_USER\Control Panel\Accessibility\TimeOut]
"Flags"="2"
"TimeToWait"="300000"

[HKEY_CURRENT_USER\Control Panel\Accessibility\ToggleKeys]
"Flags"="58"

 

And the .ADM code [untested!]

removed the code, need some more work to get it working this way. Stay tuned ;-)

Edited by ThePrutser
removed .adm code, need some cleaning
  • Thanks 1
Posted
No i have looked into that already it just stops them from viewing it, it doesnt actually disable it so it wont stop them from being able to use keyboard shortcuts. Thanks for your reply anyway.
Posted

Well I am converting it to a .ADM file as we speak. An .ADM file can be added to a group policy so it can be applied using a policy.

 

And other option is to import the registry settings using a logon script.

 

It is a rather big registry file to convert to .adm, so I need a few minutes (or more)

Posted

Your going to create a problem for students who need to change the settings for their own visual needs. You are better providing the information into how to alter settings for their own needs so when pupils go to a machine that they need to change to High Vis/ or change background colours they will know how to do it.

 

You can also load a specific visual style or force windows classic under User config>Adm Temp>Control Panel>Display>Load a specific visual style or force windows classic.

Posted
To be honest with you out of the 7 years i have been her noone has ever need it, and if they did i would find a resolution to it.

 

There are a lot of people who dont know they've got a problem until they change the background colour and suddenly they see an improvement. I was just providing a bit more information to consider before making a blacket block.

Posted
A few found out how to turn it on then kept doing it for no other reason than to anoy those who didn't know how to turn it off. I disable the short cut as a matter of standard on all new images.
Posted
Thanks took a while to find it because im useing 2008, all i really needed to do was browse to classic view templates :doh:, im going to have a play and ill let you know cheers for your help.
Posted (edited)

In windows 2008 you need to look under "Classic Administrative Templates" and in the filtering turn off "Only show policy settings that can be fully managed" I attached a screenshot (made on a Windows 2008 server).

 

In the screenshot you can also see, that I can see the specific settings.

 

W2008.png

 

[EDIT]

You probably just found it as I posted this :D

Edited by ThePrutser
Posted
Brilliant thanks for you help, how did you manage to extract the key strings and values form the registry to save as a .adm file for future reference.
Posted (edited)

Well, I do have some experience in creating .adm files. As Microsoft lacks a lot of settings in the default GPO's, I got a lot of hands on experience creating .ADM files. I used the following for reference:

Also looking in the already existing .adm files (not the ADMX files, those are in the new 2008/vista/7 format), gives a good idea on how .adm files work and/or are build.

 

Futhermore there is a tool reg2adm, which takes some of the work out of your hands, but still needs a lot of afterwards editing to get a working .ADM.

 

I also look in the registy to see in what value the registry changes when I apply a setting.

 

And of course you can export registry settings using regedit. You then use the reg file to convert to .adm, with reg2adm.

Edited by ThePrutser
  • Thanks 4
  • 3 months later...
Posted
Many thanks to The Prutser for the ADM. We've had pupils playing with the Accessibility Option keys for some while and mostly this hasn't bothered anyone much, but recently we've noticed that they're using this strategy to (at least partly) circumvent the SynchronEyes blocking screen. The Prutser's ADM is just what I was looking for. I've created ADMs before (to force the internationalisation settings and to configure the per-user map settings in Memory Map), but I don't do it often enough to be fluent.
  • 9 months later...
Posted

Does anyone know if the high contrast and sticky keys can be disabled when the machines are sitting on thje CTRL+ALT+DEL screen. We are using Windows 7 Enterprise also would these custom ADM's work?

 

Thanks

  • 3 weeks later...
Posted
Does anyone know if the high contrast and sticky keys can be disabled when the machines are sitting on thje CTRL+ALT+DEL screen. We are using Windows 7 Enterprise also would these custom ADM's work?

 

Thanks

 

Hi ranj,

 

Same problem here. Did you try this and did it work?

 

Cheers!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...