The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Windows 10 Error 10016

    Discussion in 'Windows OS and Software' started by mraklbrw, May 12, 2020.

  1. mraklbrw

    mraklbrw Newbie

    Reputations:
    0
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    5
    Good afternoon.

    The event log shows this error, after which the computer freezes:

    Application-specific permission settings do not grant Local Activation for a COM server application with a CLSID
    {8BC3F05E-D86B-11D0-A075-00C04FB68820}
    and APPID
    {8BC3F05E-D86B-11D0-A075-00C04FB68820}
    user DESKTOP-QDQ1OVP\mraklbrw

    In the "Component services" given permission to local launch and local activation.
     
  2. StormJumper

    StormJumper Notebook Virtuoso

    Reputations:
    579
    Messages:
    3,537
    Likes Received:
    488
    Trophy Points:
    151
    That isn't a error information to know what is going on. What we need is the BSOD error screen to see the actual issue caused.
     
  3. Spartan@HIDevolution

    Spartan@HIDevolution Company Representative

    Reputations:
    39,567
    Messages:
    23,559
    Likes Received:
    36,826
    Trophy Points:
    931
    Turn off DCOM errors. They are just irritants!

    Open Notepad and copy/paste the below text then save it as anything you want but with a .reg extension rather than .txt

    Then simply double click on it to merge it with your registry.

    Download Disable Windows 10016 Event Log.reg

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WMI\Autologger\EventLog-System\{1b562e86-b7aa-4131-badc-b6f3a001407e}]
    "Enabled"=dword:00000000
    "EnableLevel"=dword:00000000
    "LoggerName"="EventLog-System"
    "MatchAnyKeyword"=hex(b):00,00,00,00,00,00,00,80
    "MatchAllKeyword"=hex(b):00,00,00,00,00,00,00,00
    "EnableProperty"=dword:00000001
    "Status"=dword:00000000
    I also suggest you clear your even logs to get a fresh event log. See:
    Clear All Event Logs in Event Viewer in Windows
     
    Papusan and 0lok like this.