Posts

Showing posts with the label Group Policy Object

Adobe Reader X 10 GPO

Use the following file to change the settings of Adobe Reader X. The computer settings are in red, the user in green. CLASS MACHINE CATEGORY "Adobe Reader 10"  CATEGORY "Preferences"   CATEGORY "Updater"     POLICY "Do not download or install updates automatically"     KEYNAME "Software\Wow6432Node\Adobe\Adobe ARM\1.0\ARM"     EXPLAIN !!ExplainUpdaterDisable     VALUENAME "iCheckReader"     VALUEON NUMERIC 0     VALUEOFF NUMERIC 2     END POLICY    END CATEGORY     END CATEGORY END CATEGORY CLASS USER  CATEGORY "Adobe Reader 10"  CATEGORY "Adobe Reader 10.x MUI"    POLICY "Use the same language as the Operating System"    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Language\UseMUI"    EXPLAIN "With this policy enabled, the Adobe Reader MUI will display in the same language as the Micros...

Disable Adobe Updater using GPO

You can use the following ADM file to disable Adobe updater. Just copy the colored text into an ADM file and add it to your policy object. CLASS MACHINE CATEGORY !!Reader         POLICY !!Checkforupdatesatstart  KEYNAME "Software\Adobe\Acrobat Reader\9.0\AVGeneral"             EXPLAIN !!Checkforupdatesatstart_Help                 VALUENAME "bCheckForUpdatesAtStartup"                     VALUEON NUMERIC 1                     VALUEOFF NUMERIC 0         END POLICY         POLICY !!DonotdisplayEULA           ...