Skip to content

Instantly share code, notes, and snippets.

@voquanghoa
Last active December 31, 2020 11:14
Show Gist options
  • Save voquanghoa/ea983ddbb121ae3707d7ef3d9300358b to your computer and use it in GitHub Desktop.
Save voquanghoa/ea983ddbb121ae3707d7ef3d9300358b to your computer and use it in GitHub Desktop.
Disable iTunes (or Music) auto launch when click the play button (often by accident)

Disable

launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist

Enable

launchctl load -w /System/Library/LaunchAgents/com.apple.rcd.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment