Skip to content

Instantly share code, notes, and snippets.

@robinbentley
Created July 23, 2013 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinbentley/6063450 to your computer and use it in GitHub Desktop.
Save robinbentley/6063450 to your computer and use it in GitHub Desktop.
Stop iTunes opening when using the Play/Pause keyboard button by unloading 'Remote Control Deamon'
launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist
@robinbentley
Copy link
Author

Just to note, this will remove all media key functionality from iTunes.

If you want to get it back at any point just run the same script with load

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment