Skip to content

Instantly share code, notes, and snippets.

@ebai101
Last active April 5, 2024 16:56
Show Gist options
  • Save ebai101/d896878f66cf3f7adc4a12e4b1e9bc1e to your computer and use it in GitHub Desktop.
Save ebai101/d896878f66cf3f7adc4a12e4b1e9bc1e to your computer and use it in GitHub Desktop.
disable UAD meter launching on startup on macOS
# run once in terminal
# if something goes wrong, just replace uad-meter.plist with uad-meter.plist.bak
sudo sed -i'.bak' -e "s/true/false/" /Library/LaunchAgents/com.uaudio.uad-meter.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment