Elmer BeFuddled
Resident eejit
- Joined
- Jun 12, 2010
- Messages
- 1,048
- Reaction score
- 251
The Adobe AAM Updater schedules itself to run every day at 02:00. To do this the Updater plants itself in your Task Scheduler and your Startup to maintain its routine.
Yet Adobe probably releases an update only every couple of months, if that. If you try to delete those update entries, the next time you start an Adobe Application, AAM Updater will reinstate itself.
This'll stop it!!
Save this code as AdobeUpdaterAdminPrefs.dat
Then put this .dat file in the folder that corresponds with your system set up.
64 bit.
C:\Program Files (x86)\Common Files\Adobe\AAMUpdaterInventory\1.0
32 bit. (x86)
C:\Program Files\Common Files\Adobe\AAMUpdaterInventory\1.0
Finally, you can now safely (happily?) remove the AAM Updater from your Task Scheduler (Search > taskschd.msc) and your Startup (Search > msconfig - Startup tab).
Yet Adobe probably releases an update only every couple of months, if that. If you try to delete those update entries, the next time you start an Adobe Application, AAM Updater will reinstate itself.
This'll stop it!!
Save this code as AdobeUpdaterAdminPrefs.dat
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<Preferences>
<Suppressed>1</Suppressed>
</Preferences>
64 bit.
C:\Program Files (x86)\Common Files\Adobe\AAMUpdaterInventory\1.0
32 bit. (x86)
C:\Program Files\Common Files\Adobe\AAMUpdaterInventory\1.0
Finally, you can now safely (happily?) remove the AAM Updater from your Task Scheduler (Search > taskschd.msc) and your Startup (Search > msconfig - Startup tab).
Last edited: