wangchung617
MIS
I'm trying to create a custom administrative template to add to a GPO to disable cd-rom autorun. I've imported the following into the policy but it doesn't appear to be working properly. The category gets listed under "Administrative Templates" but there are no settings within it. Can someone see any issues I syntax or something else wrong?
Thanks!
CLASS MACHINE
CATEGORY "CD-Rom Properties"
POLICY "AutoRun"
KEYNAME "SYSTEM\CurrentControlSet\Services\Cdrom"
EXPLAIN "Turns on/off the Autorun feature."
VALUENAME "AutoRun"
VALUEOFF NUMERIC 0
VALUEON NUMERIC 1
END POLICY
END CATEGORY
Thanks!
CLASS MACHINE
CATEGORY "CD-Rom Properties"
POLICY "AutoRun"
KEYNAME "SYSTEM\CurrentControlSet\Services\Cdrom"
EXPLAIN "Turns on/off the Autorun feature."
VALUENAME "AutoRun"
VALUEOFF NUMERIC 0
VALUEON NUMERIC 1
END POLICY
END CATEGORY