Link to home
Start Free TrialLog in
Avatar of davbouchard
davbouchard

asked on

Custom .adm not working in Group Policy

I've created a custom ADM to change the users default shell when they log in.

The .adm I created is below  I changed the .exe for this example.  It shows in the Administrative templates, but there is no option to enable etc it.  When I log into a machine with the user the Explorer shell is used.

server: 2003  in a Domain
workstation:  xp

CLASS USER

CATEGORY "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon"
KEYNAME "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon"

 POLICY "Shell"
  PART "Shell"
  EDITTEXT
  DEFAULT "JustATest.exe"
  VALUENAME "Shell"
  END PART
 END POLICY

END CATEGORY
ASKER CERTIFIED SOLUTION
Avatar of oBdA
oBdA

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of davbouchard
davbouchard

ASKER

Something sooo simple.  Thanks that worked!! :)