G
Guest
I created the adm file below, but it just created a folder under
Administrative Templates. Nothing shows up in the right pane. I need to
disable the autorun feature on CD accross my OU. How should the adm file
below be setup?
Thanks for any help or suggestions!
-Steve
CLASS MACHINE
CATEGORY !!categoryname
POLICY !!policyname
; EXPLAIN !!explaintext
KEYNAME "System\CurrentControlSet\Services\Cdrom"
PART !!DisableAutorun CHECKBOX
VALUENAME "AutoRun"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END PART
END POLICY
END CATEGORY
[strings]
categoryname="XP Security Config"
policyname="CD AutoRun Disable"
;explaintext="This policy disables or enables the autorun feature of the CD's"
labeltext="EnableDisable"
DisableAutorun="DisableAutorun"
Disable="Disable"
Enable="Enable"
Administrative Templates. Nothing shows up in the right pane. I need to
disable the autorun feature on CD accross my OU. How should the adm file
below be setup?
Thanks for any help or suggestions!
-Steve
CLASS MACHINE
CATEGORY !!categoryname
POLICY !!policyname
; EXPLAIN !!explaintext
KEYNAME "System\CurrentControlSet\Services\Cdrom"
PART !!DisableAutorun CHECKBOX
VALUENAME "AutoRun"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END PART
END POLICY
END CATEGORY
[strings]
categoryname="XP Security Config"
policyname="CD AutoRun Disable"
;explaintext="This policy disables or enables the autorun feature of the CD's"
labeltext="EnableDisable"
DisableAutorun="DisableAutorun"
Disable="Disable"
Enable="Enable"