Skip to content

Instantly share code, notes, and snippets.

@deviationist
Last active February 22, 2023 11:07
Show Gist options
  • Save deviationist/3eb857efefee6b16b3bf99deaec490e5 to your computer and use it in GitHub Desktop.
Save deviationist/3eb857efefee6b16b3bf99deaec490e5 to your computer and use it in GitHub Desktop.
Prevent Rekordbox (v6.6.8) from starting on boot (for macOS)
# To prevent Rekordbox from starting during boot
: > ~/Library/LaunchAgents/com.pioneerdj.rekordboxdj.agent.plist && chflags uchg ~/Library/LaunchAgents/com.pioneerdj.rekordboxdj.agent.plist
# To undo the change
chflags nouchg ~/Library/LaunchAgents/com.pioneerdj.rekordboxdj.agent.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment