
:: Check each location and if the file is found, pass the directory and a label (to the next path to be searched or to an EXIT command) to the Checking for "%USERPROFILE%\Local Settings\Application Data\Adobe\Updater6\AdobeUpdaterPrefs.dat" :: If an AdobeUpdaterPrefs.dat exists, it is edited and then the next next location is checked, until the script has iterated through all off :: A batch file for writing a new Adobe Updater settings file "AdobeUpdaterPrefs.dat"

I prefer the latter method because it requires only a single file and because it could be easily modified to insert lines that would change other settings, such as the location of the aum.log log file or the download directory, which are located in the user profile by default.Ī batch file to back-up and then remake the file might look like this: A rather geekier approach would be to use a batch file to rename AdobeUpdaterPrefs.dat and then write a new file.

To disable the auto update check programmatically, this file can be saved as AdobeUpdaterPrefs.dat and a script used to later overwrite the file in the user profile. The minimum lines that need to exist for the file to be valid and for “Automatically check for Adobe updates” to be disabled are: dat file extension suggests a binary file, but it’s actually just an XML document that can be opened in any text editor.Ĭ:\Users\\AppData\Local\Adobe\Updater6\AdobeUpdaterPrefs.dat on a 64-bit Windows 7 machine, and atĬ:\Documents and Settings\\Local Settings\Application Data\Adobe\Updater6\AdobeUpdaterPrefs.dat on a 32-bit Windows XP machine.

You may have to click Quit in a subsequent window before the application closes.įor a more direct route, the Adobe Updater executable installed with Reader 9 resides atĬ:\Program Files (x86)\Common Files\Adobe\Updater6\AdobeUpdater.exe on a 64-bit Windows 7 machine, and atĬ:\Program Files\Common Files\Adobe\Updater6\AdobeUpdater.exe on a 32-bit Windows XP machine.Īll of the configurable settings are saved to a file named AdobeUpdaterPrefs.dat in the user profile, rather than as registry keys. Click Preferences, then uncheck the box next to Automatically check for Adobe updates and click OK, then close the Adobe Updater window. The automatic check can be switched off in the Adobe Updater preferences, but it can be a nuisance to find and requires as many as 9 clicks.Īdobe Updater can be launched from within Adobe products by clicking Help | Check for Updates (note that in some products, the path is Help | Updates, but in either case, you can use the keystroke Alt+H, U). In a managed environment, an administrator may not want any software to update itself for any number of reasons.
