custom adm file always enabled

G

Guest

Hello,
I made my first custom adm file. I found in the newsgroup how to display it
in the editor. but when I apply it the result it doesn't work. in the Group
policy result I always get enabled on this key even when I set it to disabled.
Thanks in advance

My adm file is:
CLASS MACHINE
CATEGORY "Control Panel"
POLICY "Disable Auto Daylight saving"
KEYNAME "SYSTEM\CurrentControlSet\Control\TimeZoneInformation"
VALUENAME "DisableAutoDaylightTimeSet"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
END CATEGORY
 
F

Florian Frommherz

Howdie Stijn!
Hello,
I made my first custom adm file. I found in the newsgroup how to display it
in the editor. but when I apply it the result it doesn't work. in the Group
policy result I always get enabled on this key even when I set it to disabled.

My adm file is:
CLASS MACHINE
CATEGORY "Control Panel"
POLICY "Disable Auto Daylight saving"
KEYNAME "SYSTEM\CurrentControlSet\Control\TimeZoneInformation"
VALUENAME "DisableAutoDaylightTimeSet"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
END CATEGORY

Try leaving the "VALUEOFF..." statement out or editing it to "VALUEOFF
DELETE". Will it work then?

cheers,

Florian
 
G

Guest

when I now rerun the query for my result of policies the policy doesn't
appear anymore. not in the applied nor in the denied GPO's.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top