Skip to content

Instantly share code, notes, and snippets.

@rfong
Created February 22, 2017 19:18
Show Gist options
  • Save rfong/125e7b10289fa13d216201bccd30a546 to your computer and use it in GitHub Desktop.
Save rfong/125e7b10289fa13d216201bccd30a546 to your computer and use it in GitHub Desktop.
stop iTunes from autolaunching on OSX
# Solutions from https://www.quora.com/How-do-I-disable-iTunes-from-popping-up-in-Mac-OS
# Stop daemon
## Change permissions so it can't execute. This can be done from the command line using this command:
sudo chmod -x /System/Library/CoreServices/rcd.app/Contents/MacOS
## Or, unload it using this command:
launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist
# System Preferences > Users & Groups > Login Items --> remove iTunes Helper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment