+ Reply to Thread
Results 1 to 2 of 2

Thread: Creating My First .adm File

  1. #1
    ascammell is offline Getting Started on GPanswers.com
    Join Date
    Dec 1969
    Posts
    1

    Default

    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

  2. #2
    smaslin is offline Super Moderator
    Join Date
    Dec 1969
    Posts
    3

    Default

    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"

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO