Adobe PDF Reader GPO template (adm)
Last Updated on Friday, 11 June 2010 10:39 Written by VirtualPimp Friday, 11 June 2010 10:26
In a network enviroment where you use Adobe PDF Reader. You maybe want to config the removal of the EULA, updates and browser integration with your Group Policy Management Console. After a long search, i've combined some settings in a ADM file, so it's easy to import.

I've added the ADM file in a zipped file: adobe9adm.zip.
The settings of the ADM file are:
CLASS USER
CATEGORY "Custom Policies"
CATEGORY "Adobe Acrobat Reader 9"
POLICY "Check for updates at start"
EXPLAIN "When set to Enabled Acrobat Reader will check for updates at startup. When set to Disabled Acrobat Reader will not check for updates at startup."
KEYNAME "Software\Adobe\Acrobat Reader\9.0\AVGeneral"
VALUENAME "bCheckForUpdatesAtStartup"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
POLICY "Remove EULA"
EXPLAIN "When set to Enabled the EULA will be not displayed for the user to accept at first run. When set to Disabled the EULA will be displayed for the user to accept at first run."
KEYNAME "Software\Adobe\Acrobat Reader\9.0\AdobeViewer"
VALUENAME "EULA"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
POLICY "Browser Integration"
EXPLAIN "When set to Enabled PDF files on websites will be displayed within the browser window. When set to Disabled PDF files on websites will be displayed in a separate Acrobat Reader window."
KEYNAME "Software\Adobe\Acrobat Reader\9.0\Originals"
VALUENAME "bBrowserIntegration"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
END CATEGORY
END CATEGORY



