Startup Item
startup_item
The startup item object describes an application component that has associated startup criteria and configurations.
Attributes
Caption | Name | Type | Description |
---|---|---|---|
Kernel Driver | driver |
Kernel Extension[] | The startup item kernel driver resource. |
Job | job |
Job[] | The startup item job resource. |
Name | name |
String | The unique name of the startup item. |
Process | process |
Process[] | The startup item process resource. |
Run Mode IDs | run_mode_ids |
Integer[] |
The list of normalized identifiers that describe the startup items' properties when it is running. Use this field to capture extended information about the process, which may depend on the type of startup item. E.g., A Windows service that interacts with the desktop.
|
Run Modes | run_modes |
String[] | The list of run_modes, normalized to the captions of the run_mode_id values. In the case of 'Other', they are defined by the event source. |
Run State | run_state |
String | The run state of the startup item. |
Run State ID | run_state_id |
Integer |
The run state ID of the startup item.
|
Start Type | start_type |
String | The start type of the startup item. |
Start Type ID | start_type_id |
Integer |
The start type ID of the startup item.
|
Type | type |
String | The startup item type. |
Type ID | type_id |
Integer |
The startup item type identifier.
|
Windows Service | win_service |
Windows Service[] | The startup item Windows service resource. |
Relationships
Inbound Relationships
These objects and events reference Startup Item in their attributes:
Outbound Relationships
Startup Item references the following objects and events in its attributes:
This page describes qdm-1.4.0+ocsf-1.4.0
Updated 5 days ago