K
Kevin
Is there something that I am overlooking?
I am having this problem with some ADM files I am trying to write in
addition to using some stock ADMs from Microsoft (such as the
c:\windows\inf\inetset.adm).
When looking in the GPO in the User Configuration, the Category shows up
just fine but any of the policies under it do not show up if the KEYNAME for
the policy calls anything in the Software\Microsoft\Internet Explorer key or
its subkeys. I must be overlooking something obvious because regardless my
ADMs are not that complicated and like I mentioned, the MS adm file yields
the same results.
ADS 2000 / GP Management Tool 1.0.2 running on XP SP2
Thanks for reading,
Kevin
Here is a sample of a super simple ADM I am having trouble with:
CLASS USER
CATEGORY !!category1
POLICY !!policyname1
KEYNAME "Software\Microsoft\Internet Explorer\Main"
VALUENAME "AllowWindowReuse"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
END CATEGORY
[strings]
category1="Custom IE Settings"
policyname1="Reuse IE Window"
I am having this problem with some ADM files I am trying to write in
addition to using some stock ADMs from Microsoft (such as the
c:\windows\inf\inetset.adm).
When looking in the GPO in the User Configuration, the Category shows up
just fine but any of the policies under it do not show up if the KEYNAME for
the policy calls anything in the Software\Microsoft\Internet Explorer key or
its subkeys. I must be overlooking something obvious because regardless my
ADMs are not that complicated and like I mentioned, the MS adm file yields
the same results.
ADS 2000 / GP Management Tool 1.0.2 running on XP SP2
Thanks for reading,
Kevin
Here is a sample of a super simple ADM I am having trouble with:
CLASS USER
CATEGORY !!category1
POLICY !!policyname1
KEYNAME "Software\Microsoft\Internet Explorer\Main"
VALUENAME "AllowWindowReuse"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
END CATEGORY
[strings]
category1="Custom IE Settings"
policyname1="Reuse IE Window"