“dcom项目无属性”的解决方法

1 在命令窗口中分别录入下面的三行命令

cd %systemroot%\system32

msdtc -uninstall

msdtc -install

2 确保下面的三个服务是启动的

Distributed Transaction Coordinator

Remote Procedure Call (RPC)

Security Accounts Manager

3 然后重新打开组件服务窗口就可以看到属性项了。

原文地址:https://www.cnblogs.com/zhangronghua/p/1305260.html