Open
Description
Hello,
I have some apps that are running in the background. In my specific case, the "Allow in the Background" login items are coming from /Library/LaunchAgents. It would be great to be able to list and delete them in case a user is not interested in having them start up.
Applications that run on Startup
ls -lah /Library/StartupItems
Property list (plist) items running on startup
ls -lah ~ /Library/LaunchAgents
ls -lah /Library/LaunchAgents
ls -lah /Library/LaunchDaemons
ls -lah /System/Library/LaunchDaemons
Applications that launch on User Login
ls -lah /Library/LaunchAgents
ls -lah ~/Library/LaunchAgents
ls -lah /System/Library/LaunchAgents