Kill All Extra Processes for Music Making on macOS

This script works for me. It's also got some extra commands that don't help.

launchctl remove com.apple.xpc.launchd.oneshot.0x10000005.EvernoteHelper
launchctl remove launchctl remove com.apple.xpc.launchd.oneshot.0x10000005.EvernoteHelper
launchctl remove com.apple.SafariHistoryServiceAgent
launchctl remove com.spotify.client.startuphelper
launchctl remove com.backblaze.bzbmenu
launchctl remove com.coppertino.VOXCloud
launchctl remove com.google.Chrome.5544

sudo killall -9 "Google Drive File Stream Helper"
sudo killall -9 "Google Drive File Stream"
sudo osascript -e 'tell application "Dropbox" to quit'
sudo killall Dropbox
sudo killall bzserv
sudo killall bzbmenu
sudo killall bzfilelist

sudo pkill LogiMgrDaemon
sudo pkill EvernoteHelper
sudo pkill wunderlist-helper
sudo killall Spotify
sudo killall LogiMgrDaemon
sudo killall "Path Finder"

echo "You must reboot after playing."