Wednesday, November 24, 2010

Windows 7–No brightness management through mobility center or Fn keys

So, last week I’ve been reported from our helpdesk that users could not change brightness on the new machines (Toshiba Tecra M11).

They couldn’t change brightness through Fn + F6 / Fn + F7 keys combinations, neither through Mobility Center menu available on Windows 7. In Mobility Center the title even wasn’t there!

The thing here was that Administrators could change this and also use the Toshiba software.
Here I started to think about permissions and things like that.
Run all our GPOs with no success.

After a lot of research, I’ve found that this it’s some kind of common problem.

My first approach was to call Toshiba support to get some information about this.

I’ve also contacted our premiere Microsoft support about this.
After 2 days passed, Microsoft support engineer asked me to do a strange procedures:
”If the user experiencing problems belongs to the Remote Desktop Users local group, please remove it and give me some feedback!”

Although I though this was at least a really strange procedure, I’ve done it and…SURPRISE, it worked! Smile

Of course I needed some explanations from Microsoft about this, and I got it.

It seems some “strange people” from Windows team group, decided that Remote Desktop Users shouldn’t be allowed to change brightness. Smile

Fortunately, this can be solved exporting a reg file that changes the WMI permissions so that all users belonging to Remote Desktop Users local group could change…brightness!

Here it goes the code:
 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WMI\Security]

"d43412ac-67f9-4fbb-a081-1752a2c33e84"=hex:01,00,04,80,B4,00,00,00,C4,00,00,00,\
  00,00,00,00,14,00,00,00,02,00,A0,00,07,00,00,00,00,00,18,00,1F,00,12,00,01,\
  02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,00,00,18,00,1F,00,12,00,01,02,\
  00,00,00,00,00,05,20,00,00,00,22,02,00,00,00,00,14,00,1F,00,12,00,01,01,00,\
  00,00,00,00,05,13,00,00,00,00,00,14,00,1F,00,12,00,01,01,00,00,00,00,00,05,\
  14,00,00,00,00,00,14,00,1F,00,12,00,01,01,00,00,00,00,00,05,12,00,00,00,00,\
  00,18,00,1F,00,12,00,01,02,00,00,00,00,00,05,20,00,00,00,2B,02,00,00,00,00,\
  14,00,1F,00,12,00,01,01,00,00,00,00,00,05,04,00,00,00,01,02,00,00,00,00,00,\
  05,20,00,00,00,20,02,00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00

"479b20b4-5559-46fe-be97-7d222154421f"=hex:01,00,04,80,B4,00,00,00,C4,00,00,00,\
  00,00,00,00,14,00,00,00,02,00,A0,00,07,00,00,00,00,00,18,00,1F,00,12,00,01,\
  02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,00,00,18,00,1F,00,12,00,01,02,\
  00,00,00,00,00,05,20,00,00,00,22,02,00,00,00,00,14,00,1F,00,12,00,01,01,00,\
  00,00,00,00,05,13,00,00,00,00,00,14,00,1F,00,12,00,01,01,00,00,00,00,00,05,\
  14,00,00,00,00,00,14,00,1F,00,12,00,01,01,00,00,00,00,00,05,12,00,00,00,00,\
  00,18,00,1F,00,12,00,01,02,00,00,00,00,00,05,20,00,00,00,2B,02,00,00,00,00,\
  14,00,1F,00,12,00,01,01,00,00,00,00,00,05,04,00,00,00,01,02,00,00,00,00,00,\
  05,20,00,00,00,20,02,00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00

4 comments:

  1. Thanks a million for this, had the same problem on my Windows tablet (an old Asus T91MT running Windows 8 Developer Preview) for the past few weeks.

    Had a red X & "Brightness Error" message in the settings panel on the right and the brightness tile was suddenly completely missing from Windows Mobility Centre. Couldn't find a fix (or any advice other than "refresh your PC/re-install your OS/check your drivers") anywhere until stumbling across this.

    Had recently started using my tablet at work to remote desktop the servers on the go - had no idea that had caused this problem. How bizarre of Microsoft. Good find, mate, thanx a bunch.

    ReplyDelete
  2. Thank you! I had similar issue with my Lenovo B560 and it is working! :)

    ReplyDelete
  3. Thank you too! How did you find this out??

    I was so mad at MS for this, and here was my unsuccessful try to get it working:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/ee6e6c80-2d52-4d4d-bd95-3a1d3af3f160/wmi-gives-permission-denied-when-user-is-in-remote-desktop-users-group?forum=winserverManagement

    ReplyDelete
  4. I'm really glad to help! :) Don't remember but I think I found this one Microsoft's internal KB.

    ReplyDelete