M
Marraboy
Hi all
I am trying to write my own simple administrative template to import
into group policy on Windows 2003. I use the following:
CLASS USER
CATEGORY !!categorytitle
CATEGORY !!categoryname
POLICY !!policyname
KEYNAME "SOFTWARE\Microsoft\Office\11.0\Common\General"
EXPLAIN !!explaintext
PART !!labeltext EDITTEXT
VALUENAME stringvalue
EXPANDABLETEXT
END PART
END POLICY
END CATEGORY
END CATEGORY
[strings]
categorytitle="Microsoft Office 2003"
categoryname="Office Template Settings"
policyname="Set the shared templates value"
explaintext="This policy sets the location of workgroup templates for
Office applications"
labeltext="Location"
stringvalue="SharedTemplates"
I can import this fine but no options are available. The categories
load up fine as folders but no settings. Any ideas?
Thanks, John T.
I am trying to write my own simple administrative template to import
into group policy on Windows 2003. I use the following:
CLASS USER
CATEGORY !!categorytitle
CATEGORY !!categoryname
POLICY !!policyname
KEYNAME "SOFTWARE\Microsoft\Office\11.0\Common\General"
EXPLAIN !!explaintext
PART !!labeltext EDITTEXT
VALUENAME stringvalue
EXPANDABLETEXT
END PART
END POLICY
END CATEGORY
END CATEGORY
[strings]
categorytitle="Microsoft Office 2003"
categoryname="Office Template Settings"
policyname="Set the shared templates value"
explaintext="This policy sets the location of workgroup templates for
Office applications"
labeltext="Location"
stringvalue="SharedTemplates"
I can import this fine but no options are available. The categories
load up fine as folders but no settings. Any ideas?
Thanks, John T.