GPO adm file for machine policy

  • Thread starter Thread starter Guest
  • Start date Start date
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"
 
stev379 said:
I created the adm file below, but it just created a folder under
Administrative Templates. Nothing shows up in the right pane.

View -> Filter -> uncheck "only full managed"
I need to disable the autorun feature on CD accross my OU.

This policy already exists and it can handle USB devices aswell
CompConf\AdmTempl\System
"Turn off Autoplay"

Mark
 
Back
Top