The AutoStart property exposes default agent service behavior when an operating system start occurs.
object.AutoStart [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | True or False |
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.
Boolean
Read/write
HRESULT GetAutoStart(LPBOOL pRetVal);
HRESULT SetAutoStart(BOOL NewValue);