The AutostartDTC property controls Microsoft® Distributed Transaction Coordinator service (MSDTC) behavior on computer start.
object.AutostartDTC [= value]
object
Expression that evaluates to an object in the Applies To list
value
TRUE or FALSE
Boolean
Read/write
HRESULT GetAutostartDTC(LPBOOL pRetVal);
HRESULT SetAutostartDTC(BOOL NewValue);
If TRUE, the MSDTC service is started when the computer starts.
If FALSE, the MSDTC service must be started manually.