Error - Event ID: 10016; DistributedCOM

Anonymous
2013-10-20T20:30:29+00:00

I am getting this error repeatedly since I updated from Windows 8 to 8.1. It occurs once every time the PC is booted, about 2 minutes after it boots up.

Can you please help me to fix it?

Log Name:      System

Source:        Microsoft-Windows-DistributedCOM

Date:          10/20/2013 3:19:04 PM

Event ID:      10016

Task Category: None

Level:         Error

Keywords:      Classic

User:          LOCAL SERVICE

Computer:     

Description:

The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID

{C2F03A33-21F5-47FA-B4BB-156362A2F239}

 and APPID

{316CDED5-E4AE-4B15-9113-7055D84DCC97}

 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.

The APPID {316CDED5-E4AE-4B15-9113-7055D84DCC97} is for a COM application called "Immersive Shell". I cannot use the Component Services administrative tool to edit the security permissions because every setting is "grayed-out".

I tried running in Safe Mode and was still unable to modify any of the Immersive Shell settings.

The PC has no software installed except for the latest Intel drivers. I performed a clean installation of Windows 8, installed chipset, VGA, Intel Rapid Storage Tech, LAN, and Intel Management Engine drivers. Then I updated to 8.1 through the Store app. The errors began immediately after that update.

The PC has an ASUS Z87 motherboard, 16 Gb of DDR3-1866 ram, Intel i7-4770k cpu. It is not overclocked but memory is in XMP mode at frequency 1866. The system drive is an SSD.

Windows for home | Previous Windows versions | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2013-10-24T18:39:39+00:00

In system event viewer, I started getting error Event ID: 10016 after upgrading to Win8.1 on October 17, 2013.  The system event viewer on my Dell XPS One 2710 was error free prior to upgrading from Win8 to Win8.1.

The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID {C2F03A33-21F5-47FA-B4BB-156362A2F239} and APPID

{316CDED5-E4AE-4B15-9113-7055D84DCC97}  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.

For me, the solution was provided by Greg310 in Dulwichdik's link as follows:

  1. Open Regedit
  2. Go to HKEY_Classes_Root\CLSID{C2F03A33-21F5-47FA-B4BB-156362A2F239}
  3. Right click on it then select permissions
  4. Click Advance and change the owner to Administrators group. Also click the box that will appear below the owner line. ("Replace owner ...")
  5. Apply full control
  6. Go to HKEY_LocalMachine\Software\Classes\AppID{316CDED5-E4AE-4B15-9113-7055D84DCC97}
  7. Right click on it then select permission
  8. Click Advance and change the owner to Administrators group
  9. Click the box that will appear below the owner line
  10. Click Apply and grant full control to the Administrators group
  11. Go to Administrative tools
  12. Open component services
  13. Click Computer, click my computer, then click DCOM
  14. Look for the corresponding service that appears on the error viewer [Immersive Shell]
  15. Right click on it then click properties
  16. Click security tab then click Add User. Add Local Service then apply
  17. Tick the Activate local box

Thank you Daniel MoisesMagulado and Greg310 for addressing the problem and providing the solution!

Was this answer helpful?

800+ people found this answer helpful.
0 comments No comments

99 additional answers

Sort by: Oldest
  1. Anonymous
    2018-01-27T01:56:45+00:00

    guys i tried to change permissions, but it said access denied. what should i do?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-01-27T06:47:42+00:00

    Make sure you're trying to do things as Administrator even if you have to create a stand alone Admin account to do so. One easy way is to go to CMD prompt and enter:

    net user administrator /active:yes

    then if an when you want to get out of it at a later time enter:

    net user administrator /active:no

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2018-02-17T12:15:53+00:00

    Getting "Permission denied". Trying to remove "Allow   Account Unknown(S-1-15-3...)" which is a user account which doesn't exist anymore on my machine. How to remove that "ghost" account?

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2018-02-20T19:33:07+00:00

    Thanks for this paragraph!

    Change DCOM Permissions

    Need to ensure DCOM permissions are setup

    Open DCOMCNFG as an Administrator

    WinKey + X >> Command Prompt (Admin) >> Type in DCOMCNFG

    Navigate to Component Services >> Computers >> My Computer >> DCOM Config

    I assumed that going to component services through control panel would open it as an administrator -- apparently not.  I think a lot of other people had this problem when getting to the DCOM config step -- I noticed that many people mentioned options being grayed out, which was true for me; as soon as I followed these instructions and ran component services as an admin, I was able to finish following the original instructions and add Local Service to permissions.  (You can also right click on Component Services in Administrative Tools and click 'Run as Administrator').

    (I need to break my habit of assuming things will run as admin just because I'm using the True Admin account. *sigh*)

    Was this answer helpful?

    0 comments No comments