Skip to content

Instantly share code, notes, and snippets.

@tonkatsu7
Created December 12, 2017 19:41
Show Gist options
  • Save tonkatsu7/9b115d26aa6a22f1a5ff8fbcd47a8369 to your computer and use it in GitHub Desktop.
Save tonkatsu7/9b115d26aa6a22f1a5ff8fbcd47a8369 to your computer and use it in GitHub Desktop.
Prevent iTunes from opening when pressing play from Bluetooth headphones on MacOS
# https://discussions.apple.com/thread/6987059?start=0&tstart=0
sudo chmod -x /System/Library/CoreServices/rcd.app/Contents/MacOS/rcd && sudo killall -9 rcd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment