Empty Admin. template

G

Guest

Dears;

I am applying a new GPO to disable the CDRom for some users.

I add a new adm file as the following;

CLASS MACHINE
CATEGORY !!categoryname
POLICY !!policyname
KEYNAME "SYSTEM\CurrentControlSet\Services\Cdrom"
EXPLAIN !!explaintext
PART !!labeltext DROPDOWNLIST REQUIRED
VALUENAME "Start"

ITEMLIST
NAME !!Disabled VALUE NUMERIC 1 DEFAULT
NAME !!Enabled VALUE NUMERIC 4
END ITEMLIST
END PART
END POLICY
END CATEGORY
[strings]
categoryname="Restrict Drives"
policyname="Disable the CDROM Drive"
explaintext="Disables the computers CDROM Drive completely"
labeltext="Disable CDROM Drive"
Enabled="Enabled"
Disabled="Disabled"

I could see the Restrict Drives folder under the admin. Templates but it's
empty

Please advice

thx
 
R

Richard Giagnacovo

In GPMC, go to "View", "Filtering..." and uncheck the "Only show policy
settings that can be fully managed" setting.

Hope that helps.
 
G

Guest

it works thx a lot

Richard Giagnacovo said:
In GPMC, go to "View", "Filtering..." and uncheck the "Only show policy
settings that can be fully managed" setting.

Hope that helps.


Dears;

I am applying a new GPO to disable the CDRom for some users.

I add a new adm file as the following;

CLASS MACHINE
CATEGORY !!categoryname
POLICY !!policyname
KEYNAME "SYSTEM\CurrentControlSet\Services\Cdrom"
EXPLAIN !!explaintext
PART !!labeltext DROPDOWNLIST REQUIRED
VALUENAME "Start"

ITEMLIST
NAME !!Disabled VALUE NUMERIC 1 DEFAULT
NAME !!Enabled VALUE NUMERIC 4
END ITEMLIST
END PART
END POLICY
END CATEGORY
[strings]
categoryname="Restrict Drives"
policyname="Disable the CDROM Drive"
explaintext="Disables the computers CDROM Drive completely"
labeltext="Disable CDROM Drive"
Enabled="Enabled"
Disabled="Disabled"

I could see the Restrict Drives folder under the admin. Templates but it's
empty

Please advice

thx
 

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

Similar Threads


Top