Custom Administrative Template

D

Dave Ballard

I am trying to set some custom registry keys on a few workstations, but
I have been unsuccessful in creating a custom administrative template.
Every time I import my template, I can see the category but nothing
else. Here is my custom administrative template. Can anyone see what
is wrong? This template is to set the user's default home page for IE.

-----------------------------------------------------
CLASS USER

CATEGORY !!HomePageTitle

KEYNAME "Software\Microsoft\Internet Explorer\Main"
POLICY !!HomePage
EXPLAIN !!HomePageExplain

PART !!HomePagePrompt EDITTEXT
VALUENAME "Start Page"
END PART

END POLICY

END CATEGORY

[strings]
HomePageTitle="Custom Home Page"
HomePage="Default Home Page"
HomePageExplain="This will set the users default home page"
HomePagePrompt="URL "
 
D

Dennis Arvidson

Dave,

You need to turn off the Full Managed Filter in the GP Editor.
In GP Editor, focus on "Administrative Templates", Select View from the
menu, then Filtering..., then uncheck the "Only show policy settings that
can be fully manged".

You should see your item immediately.

Dennis Arvidson.
 

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