Anyway, I found a feature that could not be disabled with your typical policies. I did not want users trying to save to an FTP site. So I created an ADM file:
CLASS USER
CATEGORY "Microsoft Office 2003"
KEYNAME "Software\Microsoft\Office\11.0\Common"
POLICY "Remove 'Add/Modify FTP Locations' when you open or save a file"
PART "Check to enforce setting on; uncheck to enforce setting off" CHECKBOX
VALUENAME RemoveFTPLocationsFromLookIn
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END PART
END POLICY
END CATEGORY
Save the text as an .ADM file and import it into your group policy. Be sure to set the filter to view templates that can't be fully managed. This means that the setting controlled by this ADM file is "tattooed" and remains when the policy is removed.
No comments:
Post a Comment