Jump to content

Hey LTT community!

So i just got several pc freezes again (mostly when gaming but once also on windows) and i only found critical errors in the windows event log where the ID was ''10010" (DistributedCOM) some are also ''10016" which apparently describes a problem with drivers. Now I want to know what driver causes this issue. Appdarently there is a way of seeing it via the device manager, but i did not find anything even though i looked it up on the internet.

Would be neat if anyone here could help me!

 

thanks in advance,

Tiwaz

Link to comment
https://linustechtips.com/topic/754253-pc-crashes/
Share on other sites

Link to post
Share on other sites

 

In system event viewer, I started getting error Event ID: 10016 after upgrading to Win8.1 on October 17, 2013.  The system event viewer on my Dell XPS One 2710 was error free prior to upgrading from Win8 to Win8.1.

 

The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID {C2F03A33-21F5-47FA-B4BB-156362A2F239} and APPID 

{316CDED5-E4AE-4B15-9113-7055D84DCC97}  to the user NT AUTHORITY\LOCAL SERVICE SID (S-1-5-19) 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.

 

For me, the solution was provided by Greg310 in Dulwichdik's link as follows:

 

1. Open Regedit

2. Go to HKEY_Classes_Root\CLSID\{C2F03A33-21F5-47FA-B4BB-156362A2F239} 

3. Right click on it then select permissions  

4. Click Advance and change the owner to Administrators group. Also click the box that will appear below the owner line. ("Replace owner ...")

5. Apply full control 

 

6. Go to HKEY_LocalMachine\Software\Classes\AppID\{316CDED5-E4AE-4B15-9113-7055D84DCC97} 

7. Right click on it then select permission 

8. Click Advance and change the owner to Administrators group

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

10. Click Apply and grant full control to the Administrators group

 

11. Go to Administrative tools 

12. Open component services 

13. Click Computer, click my computer, then click DCOM 

14. Look for the corresponding service that appears on the error viewer [Immersive Shell]

15. Right click on it then click properties 

16. Click security tab then click Add User. Add Local Service then apply 

17. Tick the Activate local box 

(Microsoft Forum)

Link to comment
https://linustechtips.com/topic/754253-pc-crashes/#findComment-9540226
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×