Skip to content

Instantly share code, notes, and snippets.

@calvincorreli
Created July 17, 2014 20:46
Show Gist options
  • Save calvincorreli/5872e7b0fb94c04caa84 to your computer and use it in GitHub Desktop.
Save calvincorreli/5872e7b0fb94c04caa84 to your computer and use it in GitHub Desktop.
Kill the stupid annoying Adobe updater icon in the menu bar
cd ~/Library/LaunchAgents
launchctl remove com.adobe.AAM.Scheduler-1.0
rm com.adobe.AAM.*
pkill "AAM Updates"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment