GPO adm file for machine policy

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"
 
M

Mark Heitbrink [MVP]

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
 

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