Skip to content

Instantly share code, notes, and snippets.

@mhoye
Last active August 28, 2015 12:11
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 mhoye/58512bc1c76e7c25478d to your computer and use it in GitHub Desktop.
Save mhoye/58512bc1c76e7c25478d to your computer and use it in GitHub Desktop.
# This gist solves the problem of iTunes being activated whenever you turn off your
# bluetooth headset or speakers.
#
# You need to open a terminal app, either retype or paste in the following two lines:
# This will probably make your Apple Remote stop working, and definitely makes the media
# buttons on your keyboard stop working. Breaking one piece of OSX to make some other
# piece of OSX work right is apparently where we are now.
launchctl stop com.apple.rcd
launchctl unload /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