Last active
July 8, 2024 12:09
-
-
Save nhalstead/127e36420620e51ba2276ec5b32f6233 to your computer and use it in GitHub Desktop.
MacOS disable Apple Music (iTunes) from opening when pressing Pause Play Keys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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