Hello,
It looks like you’re encountering a DCOM permission issue. This error typically occurs when a specific application doesn’t have the necessary permissions to activate a COM server application.
- Press Windows + R, type dcomcnfg to open Component Services:
- In the Component Services window, expand Component Services > Computers > My Computer > DCOM Config.
- Look for the application with the CLSID {2593F8B9-4EAF-457C-B68A-50F6B8EA6B54}. You can match the CLSID by right-clicking on each application and selecting Properties. Or search it in the registry Computer\HKEY_CLASSES_ROOT\CLSID, and find out what exactly the app is
- Once you find the correct application, right-click on it and select Properties. Go to the Security tab. Under Launch and Activation Permissions, select Customize and click Edit.
- In the Launch and Activation Permission window, click Add.
- Enter the user name DESKTOP-30U65L8\CBET and click Check Names to verify.
- Once verified, click OK.
- Select the user you just added and check the Local Activation box under Allow.
- Click OK to apply the changes. 5.Restart your computer to apply the changes
If the Answer is helpful, please click Accept Answer and upvote it.