I want to check if MS DTC service's status is automatic or manual or disabled. I want to give message to user if MS DTC service is disabled. I don't want to do it with exception handling. Is there any way to know this with C# code? Or Can I find it through any command executed on command prompt?
Thanks in advance!!