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.