App permission with COM server

Kavits _ 0 Reputation points
2023-08-24T23:34:35.0866667+00:00

I have some applications that cause this error and my entire Desktop shuts down and reboots

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 DESKTOP-0FLBP96\ADMIN SID (S-1-5-21-3206562527-2012815449-3667132410-1001) 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.

I have no idea what to do, i've done the things that helped other people with this and they didn't work.

I effectively can't use those apps now with this problem (the problem has been ongoing for 2 years)

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

1 answer

Sort by: Most helpful
  1. Wesley Li 11,245 Reputation points
    2023-09-26T07:17:18.9066667+00:00

    Hello

    The error you’re seeing is related to DCOM (Distributed Component Object Model) permissions. Here’s how you can modify the security permissions:

    1.Open Component Services: Press Windows Key + R, type dcomcnfg into the Run dialog, and press Enter.

    2.Navigate to the DCOM Config: In the Component Services window, expand Component Services > Computers > My Computer > DCOM Config.

    3.Find the Application: Find the application with the CLSID {2593F8B9-4EAF-457C-B68A-50F6B8EA6B54} and APPID {15C20B67-12E7-4BB6-92BB-7AFF07997402}. Right-click it and select Properties.

    4.Go to the Security Tab: In the Properties window, go to the Security tab.

    5.Edit Launch and Activation Permissions: Choose Launch and Activation Permissions, set it to Customize, and click Edit.

    6.Add Your User Account: In the Launch and Activation Permission window, click Add. Type your username (DESKTOP-0FLBP96\ADMIN), click Check Names, then click OK.

    7.Set Permissions: In the Permissions for Admin window, under the Allow column, check the boxes for Local Launch and Local Activation, then click OK.

    Please note that modifying these settings can have serious consequences if done incorrectly. Always make sure to back up your system before making any changes.

    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.