Link to home
Start Free TrialLog in
Avatar of 105881
105881Flag for United States of America

asked on

How to create a group policy for domain

Using Windows server 2003 with group policies
I need to add the following registry key for all users in the group "TSUSERS"
HKEY_CURRENTUSER\Software\Microsoft\Internet Explorer\Main

 Add the key:
TabProcGrowth = 0 (DWORD)

How can I create the ADM file? Better yet can someone create it for me?
ASKER CERTIFIED SOLUTION
Avatar of craig_j_Lawrence
craig_j_Lawrence
Flag of Australia image

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
SOLUTION
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 105881

ASKER

Here is my ADM file and it's not working. When I add it to the group policy editor only the catagory name shows, the entry is blank?
CLASS USER
CATEGORY !!MyCat
  POLICY !!MyPolicy
	KEYNAME "Software\Microsoft\Internet Explorer\Main"
	EXPLAIN !!MyPolicyHelp
    PART TabProcGrowth NUMERIC
    VALUENAME "TabProcGrowth"
    END PART
  END POLICY
END CATEGORY

[Strings]
MyPolicyHelp="IE8 starts each new window or tab in a new process. Some websites will lose logon information when a new process is created. ie6 & ie7 are not effected by this setting (both use a single process for all windows) "
MyCat="IE8 Tab Fix"
MyPolicy="Stop IE8 Process Growth"

Open in new window