startup_items

Applications and binaries set as user/login startup items.

Platform support

Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. Running a query against an unsupported platform will result in the following error: no such table: startup_items

  • Windows
  • Linux
  • Mac OSX
  • Free BSD

Table schema

Name Type Description
name TEXT Name of startup item
path TEXT Path of startup item
args TEXT Arguments provided to startup executable
type TEXT Startup Item or Login Item
source TEXT Directory or plist containing startup item
status TEXT Startup status; either enabled or disabled
username TEXT The user associated with the startup item

Query examples

Select all the results for the given table.

SELECT * FROM startup_items;