Try removing the user string "S-1-5-21-1885124527-1763981640-2726772719-500" and just start the KEYNAME with Software, for example:
KEYNAME "Software\Intel\Display\igfxcui\HotKeys"
I work in a school and we use Dell PC's with Intel graphics, as part of the Intel driver you get the option to rotate the screen using a set of short cut keys (ctrl + alt + an arrow key). We now have 400+ PC's with this feature and I want to turn this option off using Group policy.
I have found the registry key: -
[HKEY_USERS\S-1-5-21-1885124527-1763981640-2726772719-500\Software\Intel\Display\igfxcui\HotKeys]
"Enable"=dword:00000000
and tried to create an adm using: -
CLASS USER
CATEGORY "INTEL Screen Rotation"
POLICY "Screen Rotation"
KEYNAME "S-1-5-21-1885124527-1763981640-2726772719-500\Software\Intel\Display\igfxcui\HotKeys"
VALUENAME "Enable"
VALUEON NUMERIC 0
VALUEOFF NUMERIC 1
END POLICY
END CATEGORY;
But I can not get it to work, checking on the test machine I run gpresults and it says that the: -
The following GPOs were not applied because they were filtered out
Intel Screen Rotation
Filtering: Not Applied (Empty)
Any help would be greatly appreciated.
Ashley
Try removing the user string "S-1-5-21-1885124527-1763981640-2726772719-500" and just start the KEYNAME with Software, for example:
KEYNAME "Software\Intel\Display\igfxcui\HotKeys"