Skip to content

Instantly share code, notes, and snippets.

@andyford
Last active July 18, 2025 13:48
Show Gist options
  • Save andyford/d4004bfab600c581315e3e4415647c61 to your computer and use it in GitHub Desktop.
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
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