Skip to content

Instantly share code, notes, and snippets.

@nhalstead
Last active July 8, 2024 12:09
Show Gist options
  • Save nhalstead/127e36420620e51ba2276ec5b32f6233 to your computer and use it in GitHub Desktop.
Save nhalstead/127e36420620e51ba2276ec5b32f6233 to your computer and use it in GitHub Desktop.
MacOS disable Apple Music (iTunes) from opening when pressing Pause Play Keys
launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist
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