Prevent iTunes From Launching When X Occurs

|

I now have VoIP at work and each time my VoIP software switches back to “audio” (high-fidelity, stereo) mode, iTunes launches. What a pain in that butt that is.

Turns out, there’s a pretty simple way to solve this problem, and that is to disable the launch agent which pays attention to such things. It’s done by two simple terminal commands:

launchctl stop com.apple.rcd
launchctl unload /System/Library/LaunchAgents/com.apple.rcd.plist

Recent Comments