PSA: Its Unix. sudo chmod -x /Applications/Music.app edit: sorry about that. this used to work before the Music.app moved to /System/Applications
~: sudo chmod -x /Applications/Music.app
chmod: /Applications/Music.app: No such file or directory
~: sudo chmod -x /System/Applications/Music.app
chmod: Unable to change file mode on /System/Applications/Music.app: Operation not permitted
(Mac OS Tahoe 26.5)