Skip to content

Instantly share code, notes, and snippets.

@piotr-yuxuan
Last active October 17, 2021 13:11
Show Gist options
  • Save piotr-yuxuan/37cc5de300e23ae3ffed9e3ade7b6b40 to your computer and use it in GitHub Desktop.
Save piotr-yuxuan/37cc5de300e23ae3ffed9e3ade7b6b40 to your computer and use it in GitHub Desktop.
MacOS startup items and applications

From https://www.developerfiles.com/location-of-startup-items-and-applications-on-mac-os-x/

Applications that run on Startup

Folder /Library/StartupItems

Property list (plist) items running on startup

Folders:

  • /Library/LaunchDaemons
  • /System/Library/LaunchDaemons

Applications that launch on User Login

Folders:

  • ~/Library/LaunchAgents
  • /Library/LaunchAgents/
  • /System/Library/LaunchAgents/

Applications that run on a set schedule

crontab -l

Kernel Extensions

kextstat

Check Login and Logout Hooks

defaults read com.apple.loginwindow LoginHook	
defaults read com.apple.loginwindow LogoutHook	
/usr/libexec/PlistBuddy -c Print
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment