The AutoStart property exposes default agent service behavior when an operating system start occurs.
object.AutoStart [= value]
object
Expression that evaluates to an object in the Applies To list
value
TRUE or FALSE
Boolean
Read/write
HRESULT GetAutoStart(LPBOOL pRetVal);
HRESULT SetAutoStart(BOOL NewValue);
If TRUE, the agent service attempts to start when the operating system starts.
If FALSE, the agent service is not launched as part of an operating system start. The agent service must be started manually.