Empty Admin. template

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
In GPMC, go to "View", "Filtering..." and uncheck the "Only show policy
settings that can be fully managed" setting.

Hope that helps.
 
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
 
Back
Top