它們的 plist 位于 /Library/LaunchAgents 和 ~/Library/LaunchAgentsand
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.adobe.AAM.Scheduler-1.0</string>
<key>Program</key>
<string>/Library/Application Support/Adobe/OOBE/PDApp/UWA/UpdaterStartupUtility</string>
<key>ProgramArguments</key>
<array>
<string>/Library/Application Support/Adobe/OOBE/PDApp/UWA/UpdaterStartupUtility</string>
<string>-mode=scheduled</string>
</array>
<key>StartCalendarInterval</key>
<dict>
<key>Minute</key>
<integer>0</integer>
<key>Hour</key>
<integer>2</integer>
</dict>
</dict>
</plist>
AAM is the "Adobe Application Manager" that checks for updates for some Adobe products. If you would like to disable it from starting up automatically remove it from "~/Library/LaunchAgentsand delete com.adobe.AAM.Updater-1.0.plist " and also from "/Library/LaunchAgents". (From: http://www.macinside.info/process.php?id=1087)

