Last active
July 18, 2025 13:48
-
-
Save andyford/d4004bfab600c581315e3e4415647c61 to your computer and use it in GitHub Desktop.
MacOS: Disable automatic launching of apps. Especially Music.app whenever anything happens with headphones
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 bootout gui/$(id -u) /System/Library/LaunchAgents/com.apple.rcd.plist | |
| # restore | |
| # launchctl bootstrap gui/$(id -u) /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