Local Activation permission issue

Hi @Roberts101,

Check if the below steps are helpful

  1. Please type Regedit into Start Menu.

  2. Go to HKEY_Classes_Root\CLSID*CLSID* .

    Note : CLSID stand for the ID that appears in your event viewer error. In your case, it’s {6B3B8D23-FA8D-40B9-8DBD- B950333E2C52} .

  3. Right click on it then select Permission .

  4. Click Advance and change the owner to Administrators . Also click the box that will appear below the owner line.

  5. Click Apply and grant full control to Administrators.

  6. Close the tab then go to HKEY_Local_Machine\Software\Classes\AppID*APPID* .

    Note : AppID is the ID that appears in your event viewer. In your case it’s {4839DDB7-58C2-48F5-8283-E1D1807D0D7D} .

  7. Right click on it then select Permission .

  8. Click Advance and change the owner to Administrators .

  9. Click the box that will appear below the owner line.

  10. Click Apply and grant full control to Administrators.

  11. Close all tabs and go to Control Panel --> Administrative Tools .

  12. Open Component Services .

  13. Click Computer , click My computer , then click DCOM Config .

  14. Look for the corresponding service that appears on the error viewer.

Note : For this step, look for the one that appeared at the right panel of the RegEdit. For example, the AppID {4839DDB7-58C2-48F5-8283-E1D1807D0D7D} registry key contains the " ShellServiceHost " data with a (Default) as a value name. Now look for " ShellServiceHost ".

  1. Right click on it then click Properties.
  2. Click Security tab then click Customize in the Launch and Activation permissions section. Click Edit. Click Add. Add a Local Service . Then Apply.
  3. Tick the Local Activation box.