Ran into a lot of DCOM (DistributedCOM) errors on Windows 10 machines after upgrades. Looks like the TrustedInstaller from a previous application and the RunTime Broker did not give System and Local Administrators permission during a Windows 10 upgrade. It just an annoying thing but also slows down a windows 10 Login.
The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID {D63B10C5-BB46-4990-A94F-E40B9D520160} and APPID {9CA88EE3-ACB7-47C8-AFC4-AB702511C276} to the user NT AUTHORITY\LOCAL SERVICE SID (S-1-5-19) from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). This security permission can be modified using the Component Services administrative tool.
It would appear that an Apple application was installed on these machines at some point and that it did not do a proper install. The W10 upgrade exacerbated the issue due to missing security accounts after a W10 upgrade. The fix is to give local administrators and System rights to the DCOM. To do this you have to modify premissions on two registry keys and then change the DCOM premissions. Pretty easy to do.
You will need to take ownership then set rights against two different keys. The keys are:
HKEY_CLASSES_ROOT\AppID\{9CA88EE3-ACB7-47c8-AFC4-AB702511C276}
HKEY_CLASSES_ROOT\CLSID\{D63B10C5-BB46-4990-A94F-E40B9D520160}
Need to ensure DCOM permissions are setup
While changing permissions I was prompted several times to remove bad account references. I did this as the computer knows which accounts have been removed.
At this point you should have sorted the DCOM errors. Give your computer a reboot and away you can go.
http://www.cnblogs.com/ibgo/p/3550674.html
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。