- Remove all login items at System Preferences > Users & Groups > Login Items
- Remove local startup items with the following:
sudo rm -rf ~/Library/LaunchAgents/*
sudo rm -rf ~/Library/LaunchDaemons/*
sudo rm -rf ~/Library/StartupItems/*
- Remove global startup items with the following:
sudo rm -rf /Library/LaunchAgents/*
sudo rm -rf /Library/LaunchDaemons/*
sudo rm -rf /Library/StartupItems/*