@@ -26,6 +26,7 @@ Fleet's standard query library includes a growing collection of useful queries f
|
||||
- [Get authorized keys](./get-authorized-keys.md) (macOS, Linux)
|
||||
- [Get OS version](./get-os-version.md) (macOS, Linux, Windows, FreeBSD)
|
||||
- [Get mounts](./get-mounts.md) (macOS, Linux)
|
||||
- [Get startup items](./get-startup-items.md) (macOS, Linux, Windows, FreeBSD)
|
||||
|
||||
### Contributors
|
||||
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
# Get startup items
|
||||
|
||||
Shows applications and binaries set as user/login startup items.
|
||||
|
||||
### Support
|
||||
macOS, Linux, Windows, FreeBSD
|
||||
|
||||
### Query
|
||||
```sql
|
||||
SELECT * FROM startup_items;
|
||||
```
|
||||
### Purpose
|
||||
Informational
|
||||
|
||||
### Remediation
|
||||
N/A
|
||||
Reference in New Issue
Block a user