You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: