Windows 10 Event ID 10010 and 10016 Errors With DistributedCOM

Page 19 of 40 FirstFirst ... 9171819202129 ... LastLast

  1. Posts : 56,806
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #181

    pau said:
    Hi,

    this is the error i'm getting in the event viewer when my computer freezes:
    The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID {6B3B8D23-FA8D-40B9-8DBD-B950333E2C52} and APPID {4839DDB7-58C2-48F5-8283-E1D1807D0D7D} 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.

    After fixing CLSID and APPID, running the following script in the power shell as adminsitrator, how can i know which is the app name i need to find in Administrative Tools -> Component Services? Please, hope someone can tell me the name i need to look for there
    Windows 10 Event ID 10010 and 10016 Errors With DistributedCOM

    Thanks in advanced :)
    @pau

    Welcome to Tenforums!

    Here is a list I put together because I kept forgetting what they were. Has appid and what to look for and what to change. Plus a few more instructions. Hope it helps to clear it up. You can download the attached zip file which contains this listing. TC

    Code:
    7:10 AM 10/9/2016
    
    Dcom errors and clsid's ... fixes with regedit and component services
    
    ---------------------------------------------------------------------------------------------------------
        
        Change ownership in Regedit to:        administrators
        Give FULL authority.
    
        When finished all Component Services 
        work, change ownership back to:        NT SERVICE\TrustedInstaller
    
        In each case, enter the user group/name and click "Check Names"
        to get the correct internal name.
    
    ---------------------------------------------------------------------------------------------------------
    
    Some of the more common DCOM errors are:
    
        CLSID in Regedit:            Name in Component Services    Add Local Activation for:
        -----------------            --------------------------    -------------------------
    
        {9CA88EE3-ACB7-47C8-AFC4-AB702511C276}    Runtime Broker            NETWORK SERVICE
    
        {7006698D-2974-4091-A424-85DD0B909E23}    Windows Insider Service        dhubb {YOUR User ID}
    
        {4839DDB7-58C2-48F5-8283-E1D1807D0D7D}    Shell Service Host        local service
    
        {F72671A9-012C-4725-9D2F-2A4D32D65169}     {F72671A9-012C-4725.......    system
    
        {316CDED5-E4AE-4B15-9113-7055D84DCC97}     Immersive Shell            dhubb {YOUR User ID}
    
        In each case, enter the user group/name and click "Check Names"
        to get the correct internal name.
    DCOM Errors Fixes.zip
      My Computers

  2.    #182

    pau said:
    Hi,

    this is the error i'm getting in the event viewer when my computer freezes:
    The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID {6B3B8D23-FA8D-40B9-8DBD-B950333E2C52} and APPID {4839DDB7-58C2-48F5-8283-E1D1807D0D7D} 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.

    After fixing CLSID and APPID, running the following script in the power shell as adminsitrator, how can i know which is the app name i need to find in Administrative Tools -> Component Services? Please, hope someone can tell me the name i need to look for there
    Windows 10 Event ID 10010 and 10016 Errors With DistributedCOM

    Thanks in advanced :)
    In the Registry, go to: HKCR\AppID\{4839DDB7-58C2-48F5-8283-E1D1807D0D7D} then look at the "Default" entry at the top of the right hand panel which will have: "ShellServiceHost". That is the DCOM entry that you are looking for.

    Go to that entry in Component Services and add NT AUTHORITY\LOCAL SERVICE (or verify that it is already there) and give it "Local Activation" permission. That will solve the issue.
      My Computer


  3. pau
    Posts : 3
    GNU/Gentoo Linux
       #183

    galileo1564 said:
    In the Registry, go to: HKCR\AppID\{4839DDB7-58C2-48F5-8283-E1D1807D0D7D} then look at the "Default" entry at the top of the right hand panel which will have: "ShellServiceHost". That is the DCOM entry that you are looking for.
    Go to that entry in Component Services and add NT AUTHORITY\LOCAL SERVICE (or verify that it is already there) and give it "Local Activation" permission. That will solve the issue.
    Thanks a lot for your answer, but after opening Component Services and trying to add NT AUTHORITY\LOCAL SERVICE to enable Local Activatin permission, i get the following error "The following object is not from a domain listed in the Select Location dialog box, and is therefore not valid: NT AUTHORITY\LOCAL SERVICE" Looking at google (https://msdn.microsoft.com/es-es/lib...v=vs.85).aspx) it looks like one can't manage this account by "NT AUTHORITY\LOCAL SERVICE" name, maybe i can get an alias through the registry?
      My Computer


  4. Posts : 56,806
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #184

    pau said:
    Thanks a lot for your answer, but after opening Component Services and trying to add NT AUTHORITY\LOCAL SERVICE to enable Local Activatin permission, i get the following error "The following object is not from a domain listed in the Select Location dialog box, and is therefore not valid: NT AUTHORITY\LOCAL SERVICE" Looking at google (https://msdn.microsoft.com/es-es/lib...v=vs.85).aspx) it looks like one can't manage this account by "NT AUTHORITY\LOCAL SERVICE" name, maybe i can get an alias through the registry?
    @pau, please refer to the last line of my post above, in the code. After entering the name, you must click "Check Names" in order to get the correct MS internal name, or it will fail. Please try again. TC
    In each case, enter the user group/name and click "Check Names"
    to get the correct internal name. In addition, it is Local Service you should be entering, not NT AUTHORITY/LOCAL SERVICE> Please see my post above for correct names and procedure.
      My Computers


  5. pau
    Posts : 3
    GNU/Gentoo Linux
       #185

    f14tomcat said:
    @pau, please refer to the last line of my post above, in the code. After entering the name, you must click "Check Names" in order to get the correct MS internal name, or it will fail. Please try again. TC
    In each case, enter the user group/name and click "Check Names"
    to get the correct internal name. In addition, it is Local Service you should be entering, not NT AUTHORITY/LOCAL SERVICE> Please see my post above for correct names and procedure.
    Thanks a lot, typing LOCAL SERVICE did the trick. I was typing also the prefix "NT AUTHORITY"

    Thanks again :)
      My Computer


  6. Posts : 56,806
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #186

    pau said:
    Thanks a lot, typing LOCAL SERVICE did the trick. I was typing also the prefix "NT AUTHORITY"

    Thanks again :)
    Your welcome, @pau.
      My Computers


  7. Posts : 37
    Windows 10 Pro
       #187

    Same problem here, I set permissions for few folders in registry and add that System and set local activation and local launch in RuntimeBroker, and I still have that error 10016. Any help ?
      My Computer


  8. Posts : 56,806
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #188

    Thermaltake said:
    Same problem here, I set permissions for few folders in registry and add that System and set local activation and local launch in RuntimeBroker, and I still have that error 10016. Any help ?
    Which specific error? Do a screenshot of the event log error and post. There can be many different 10016 errors.
      My Computers


  9. Posts : 37
    Windows 10 Pro
       #189

    f14tomcat said:
    Which specific error? Do a screenshot of the event log error and post. There can be many different 10016 errors.
    here

    Windows 10 Event ID 10010 and 10016 Errors With DistributedCOM-1.jpg
      My Computer


  10. Posts : 56,806
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #190

    Thermaltake said:
    here

    Windows 10 Event ID 10010 and 10016 Errors With DistributedCOM-1.jpg
    You may be doing the wrong one. This one is not Runtime Broker. It's a funny one that has a name same as the CLSID. Look for it in what I attached and set accordingly. In Component Services, the CLSID and Component Name are the same. Add SYSTEM to local activation.

    {F72671A9-012C-4725-9D2F-2A4D32D65169} {F72671A9-012C-4725....... system


    Code:
    7:10 AM 10/9/2016
    
    Dcom errors and clsid's ... fixes with regedit and component services
    
    ---------------------------------------------------------------------------------------------------------
        
        Change ownership in Regedit to:        administrators
        Give FULL authority.
    
        When finished all Component Services 
        work, change ownership back to:        NT SERVICE\TrustedInstaller
    
        In each case, enter the user group/name and click "Check Names"
        to get the correct internal name.
    
    ---------------------------------------------------------------------------------------------------------
    
    Some of the more common DCOM errors are:
    
        CLSID in Regedit:            Name in Component Services    Add Local Activation for:
        -----------------            --------------------------    -------------------------
    
        {9CA88EE3-ACB7-47C8-AFC4-AB702511C276}    Runtime Broker            NETWORK SERVICE
    
        {7006698D-2974-4091-A424-85DD0B909E23}    Windows Insider Service        dhubb {YOUR User ID}
    
        {4839DDB7-58C2-48F5-8283-E1D1807D0D7D}    Shell Service Host        local service
    
        {F72671A9-012C-4725-9D2F-2A4D32D65169}     {F72671A9-012C-4725.......    system
    
        {316CDED5-E4AE-4B15-9113-7055D84DCC97}     Immersive Shell            dhubb {YOUR User ID}
    
        In each case, enter the user group/name and click "Check Names"
        to get the correct internal name.
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 06:27.
Find Us




Windows 10 Forums