Windows 7 Thread, High Contrast mode - users getting stuck in Technical; We've disabled users being able to change the windows 7 theme via GPO and when the users do the shortcut ...
-
21st September 2011, 11:53 AM #1 High Contrast mode - users getting stuck
We've disabled users being able to change the windows 7 theme via GPO and when the users do the shortcut keys(ALT + left SHIFT + PRINT SCREEN) but students can get themselves into high contrast mode but cannot get themselves out of this mode.
Any body know a way of either disabling high contrast? or take it off without needing to enable them to change the theme.
-
-
IDG Tech News
-
21st September 2011, 12:34 PM #2
- Rep Power
- 4
If the pupils have turned on High Contrast mode via the shortcut keys then they should be able to disable it the same way. I don't think you can strictly disable it, but you can disable the shortcut keys which should do the job for you. Go to Control Panel -> Ease of Access Centre -> Make the computer easier to see, then untick the box at the top.
-
-
21st September 2011, 12:39 PM #3 yes but the shortcut key doesn't take them off thats the whole point - it leaves them in high contrast - the only way to resolve is reset the profile.
They only have access to Devices and Printers in Control Panel.
-
-
21st September 2011, 12:43 PM #4
- Rep Power
- 4
Ah yes, I see what you mean, just tested it myself and it didn't revert back to my standard theme, I had to change it manually back. That's rather annoying :/
-
-
21st September 2011, 12:49 PM #5 
Originally Posted by
DaveyPitch
Ah yes, I see what you mean, just tested it myself and it didn't revert back to my standard theme, I had to change it manually back. That's rather annoying :/
I'm going to investigate a little more in a second.
I can't seem to find anything to disable the shortcut keys. Everything i search seems to find lots of people with similar problems!
-
-
21st September 2011, 12:55 PM #6
- Rep Power
- 4
Here's a thought - do you actually need the High Contrast themes at all? If not, couldn't you just delete them from each computer? You could set up a GPO to do that for you.
-
-
21st September 2011, 12:56 PM #7 do you know where they are located?
-
-
21st September 2011, 12:57 PM #8
- Rep Power
- 4
Yup - c:\windows\resources\ease of access themes
-
-
21st September 2011, 01:00 PM #9 If the user locks the PC then clicks the ease of access icon in the bottom left hand corner, they can then untick any of the settings and apply then log back on. Sometimes the settiings need to be selected and then unselected before they appy.
-
-
21st September 2011, 01:32 PM #10 
Originally Posted by
badders
If the user locks the PC then clicks the ease of access icon in the bottom left hand corner, they can then untick any of the settings and apply then log back on. Sometimes the settiings need to be selected and then unselected before they appy.
they can't lock the pc
-
-
21st September 2011, 01:36 PM #11 Just tried to delete using Group policy preferences - access denied?
-
-
21st September 2011, 01:53 PM #12
- Rep Power
- 4
Just checked, it's because the file is owned by TrustedInstaller, and I couldn't even manually delete it. Looks like you'd need to run a script using takeown.exe to give ownership of the file to the Administrators group, then to delete the file. If you write it as a batch file you could probably make it part of your logon script.
-
-
21st September 2011, 01:54 PM #13 yeah will try and do a startup script later.
-
-
21st September 2011, 02:07 PM #14
- Rep Power
- 4
Right, just tested it on my machine, and not only do you have to take ownership of the file, you still have to grant yourself permissions as well. This is the script I used....
Code:
takeown /f "c:\windows\resources\ease of access themes" /a /r
icacls "c:\windows\resources\ease of access themes\*" /grant Everyone:(F)
del "c:\windows\resources\ease of access themes\*.*" /q
Hope that helps a bit
-
Thanks to DaveyPitch from:
glennda (23rd September 2011)
-
21st September 2011, 05:07 PM #15 Disable Sticky Keys and High Contrast - Wiki
Disable sticky keys and high contrast. Works well for me.
If you want to disable high contrast from the login screen you can do this (Be aware it disables all accessibility tool features such as the on screen keyboard, so only apply if your certain you don’t need)
Computer -- windows settings -- security settings -- file system
Add = %SystemRoot%\System32\Utilman.exehide
In the security settings for the file add everyone and deny read and execute. Apply and ok it and then click 'replace existing permissions on all subfolders and files'
-
Thanks to ihaveaproblem from:
glennda (23rd September 2011)
SHARE:
Similar Threads
-
By Alexkelly in forum Windows
Replies: 19
Last Post: 23rd December 2010, 03:18 PM
-
By dyson38 in forum Windows
Replies: 3
Last Post: 11th December 2009, 02:36 PM
-
By ChrisH in forum Hardware
Replies: 6
Last Post: 25th November 2009, 09:32 AM
-
By techie211 in forum Internet Related/Filtering/Firewall
Replies: 10
Last Post: 16th September 2009, 05:01 PM
-
By FN-GM in forum MIS Systems
Replies: 20
Last Post: 4th January 2008, 09:58 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules