Skip to content

Instantly share code, notes, and snippets.

@christopher-hopper
Created July 19, 2023 03:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christopher-hopper/865ced10cf7fbdf2dbdaeb7413cf5090 to your computer and use it in GitHub Desktop.
Save christopher-hopper/865ced10cf7fbdf2dbdaeb7413cf5090 to your computer and use it in GitHub Desktop.
Stop Apple Music launching when bluetooth headset connects

Question

How do I stop Apple Music from launching whenever I connect a Bluetooth headset to my MacBook?

Background

I use a bluetooth headset for video calls using video conferencing software on macOS.

Whenever I end a meeting, with my Bluetooth headset still connected, Apple Music launches and tries to onboard me. My MacBook is a work machine and I don't want to launch Apple Music at the end of a meeting.

Apple Music is a required software component of macOS, so cannot be uninstalled.

Solution

Run the following terminal command to stop this behaviour.

launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist

There are no settings or configuration options in macOS Monterey v12.6 to control this behaviour.

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment