Posts

Showing posts with the label Adobe Updater

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           ...