Jump to content

Recommended Posts

Posted
In our school we are having increasing problems with keyboard shortcuts. Children have now started to Switch High Contrast either on or off). To do this they simply press alt, shift and print screen. Does anyone know how to do this or have a GPO written?
Posted

You mean you want to restrict their ability to do this?

 

Probably breaks some DDA regs as then the students that need it wouldn't be able to access it?

 

Ben

Posted

The registry key for it is HKCU\Control Panel\Accessibility\HighContrast\Flags , "122" is disabled.

 

For some reason I managed to read plexers reply as "You mean you want to restrict their ability to do this? Probably breaks some legs"

Posted
Yes i thought that this would cause some problems. I never thought of it that way though. Thanks for your reply it was very helpful.
Posted
Erm, if you try this, it says about deactivating the key combination by clicking the Settings button. If you do this you get another window. If you click the Settings button on that window, you get yet another window with a tick box to deactivate the key combination. It looks like it is one of the Accessibility features.
Posted

Tested this on our user type and they can't do it. We have Accessibility disabled in the GPO except for students that need it. So if you can restrict that then it shoudl restrict the key combi.

 

HTH

Posted

Has anyone else ever tried pressing CTRL-ALT-ESC in internet explorer? I don't know what it does, but it crashes internet explorer completely.

 

Also apparently some of the kids in this school have found a way of disabling the keyboard of a machine by using a key combination. Problem is I don't know what combinition it is yet!!

 

mike.

Posted

CTL-ALT-ESC is the keyboard shortcut to load taskmanager. But only on windows 2000.

 

CTL-SHIFT-ESC loads task manager.

 

CTL-ESC opens the start menu.

 

ALT-ESC switches windows like ALT-TAB (minus the popup).

  • 9 months later...
Posted
Tested this on our user type and they can't do it. We have Accessibility disabled in the GPO except for students that need it. So if you can restrict that then it shoudl restrict the key combi.

 

HTH

 

Where IS the accessibility setting? Can't find it and I want to set it on the student OU down. I will create an OU that takes care of issues for visually impaired students if I am notified about them.

Posted

Control panel settings would be my guess.

The script blocks them using it as even disabling it in the gpo wont block the keystrokes from triggering the options I believe.

  • Thanks 1
Posted (edited)
The VBS script has been added to the wiki.

 

Thanks for the pointer to the script. Works for my Technician user but no others. I think I will incorporate the changes in to the image and roll out the changes next time the stations need a refresh...

Edited by 6Foot2
Correct spelling mistake
Posted
We have special accounts setup for anyone who has a DDA requirement, so we have absolutely no problem with killing magical keys like this.
Posted

I have applied this but when i press the shortcut it pops up a message about turning high contrast on.

Do you run the script on logon or on startup, or both.

It is currently set for logon, does the script run under there logon or as an admin, could it be an access issue.

Posted

currently have this in the logon script

 

'Turns off StickyKeys

wshShell.RegWrite "HKCU\Control Panel\Accessibility\StickyKeys\Flags", "506", "REG_SZ"

 

'Turns off high contrast

wshShell.RegWrite "HKCU\Control Panel\Accessibility\HighContrast\Flags", "122", "REG_SZ"

 

'set high contrast theme

wshShell.RegWrite "HKCU\Control Panel\Accessibility\HighContrast\High Contrast Scheme", "Windows Standard", "REG_SZ"

 

Have i missed anything or made any mistakes. With this it still does not disable it.

Posted
tomscaper: Can you just paste whats in the wiki and create a new logon script and see if it works then. It may be a problem in the script you are using.

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...