I know how to enable MSDTC (Distributed Transaction Coordinator) by using GUI - http://www.thereforesystems.com/turn-on-msdtc-windows-7/

Is there a way to do this automatically? I'd like to turn it on hundreds of systems and don't want to spend days doing it by hand. It could be stored in a registry key or turned on by WMI. I tried to google-up the solution but failed...

link|improve this question

70% accept rate
feedback

1 Answer

Run net start msdtc in a command line or batch file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.