event id 10016 windows 11 and other

Mohamad Al-Mishwit 21 Reputation points
2024-03-10T21:22:21.8533333+00:00

I have been getting these working in my system

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

{2593F8B9-4EAF-457C-B68A-50F6B8EA6B54}

and APPID

{15C20B67-12E7-4BB6-92BB-7AFF07997402}

to the user XXX\pc SID (S-1-5-21-3951425804-4044875396-354916012-1002) 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. and two other problems.

I thank anyone who can help me fix their errors.

Thanks,Untitled

Windows for business | Windows Client for IT Pros | User experience | Other
Microsoft System Center | Other
0 comments No comments
{count} votes

Accepted answer
  1. Kapil Arya 8,546 Reputation points Volunteer Moderator
    2024-03-11T09:46:49.3766667+00:00

    Hello,

    From https://docs.microsoft.com/en-US/troubleshoot/windows-client/application-management/event-10016-logged-when-accessing-dcom, Microsoft says:

    "These events can be safely ignored because they do not adversely affect functionality and are by design. This is the recommend action for these events."

    If you still like to fix, refer this guide (works with Windows 11):

    https://www.kapilarya.com/fix-event-10016-error-the-application-specific-permission-settings-do-not-grant-local-activation-permission-in-windows-11

    Hope this helps!

    Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. AllenLiu-MSFT 49,316 Reputation points Microsoft External Staff
    2024-03-11T07:19:28.4966667+00:00

    Hi, @Mohamad Al-Mishwit

    Thank you for posting in Microsoft Q&A forum.

    You can follow the steps provided in the "Workaround" section of the DCOM event ID 10016 article to suppress these events from view in the Event Viewer. However, it's recommended to ignore these events because they don't adversely affect functionality and are by design.

    https://learn.microsoft.com/en-us/troubleshoot/windows-client/application-management/event-10016-logged-when-accessing-dcom#dcom-event-id-10016-is-logged-in-windows


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".

    1 person found this answer helpful.
    0 comments No comments

  2. Wesley Li 11,285 Reputation points
    2024-03-13T09:31:41.22+00:00

    Event ID 10016 usually means a permission issue and it can be ignored.

    We could refer to the following link to ignore it.

    Event ID 10016 is logged in Windows - Windows Client | Microsoft Learn

    Or we could try to check the permission issue.

    • Open the registry editor as an administrator and navigate to HKEY_CLASSES_ROOT\CLSID{2593F8B9-4EAF-457C-B68A-50F6B8EA6B54}. If you are in the right location, you also see the APPID as a value. Remember the application name (PerAppRuntimeBroker), you can see in the Data column, the corresponding Name column shows (Default). App name example
    • Right click the {2593F8B9-4EAF-457C-B68A-50F6B8EA6B54} and click Permissions, then choose Advanced.
    • In the advance security setting window, click Change and type your administrator account. Then click OK.
    • In the "Permissions for..." windows, select the Administrators and activate the Full Permissions checkbox.
    • Repeat step 1 to 4 to add permissions for APPID{15C20B67-12E7-4BB6-92BB-7AFF07997402}.
    • Open Component Services as administrator. Navigate to Component Services-Computers-My Computer-DCOM Config. Find the application by application name remembered in step 1 and right click the Properties.
    • Go to the Security tab, choose the appropriate action. You can choose Launch and Activation Permissions, set to Customize, and Edit.
    • Click the name that applies to you (your account name) and click the appropriate permission.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.