views:

4

answers:

0

I have the following code that i found on the net. The problem is that it adds in nicely with the group policy editor and i can see it's Catogary under administrative controls but it doesn't show any controls for user input. What am i doing wrong here?

CLASS USER

category EmailStationary

POLICY "SetEmailStationary"

EXPLAIN "This policy sets the value for stationary"
KEYNAME "Software\Microsoft\Office\11.0\Common\MailSettings"
PART "What is the new stationary to use"
EDITTEXT
VALUENAME "NewStationery"
END PART

END POLICY

END category