Help needed IRQL_NOT_LESS_OR_EQUAL error on my computer running windows 10

Tan

Joined
Sep 3, 2016
Messages
2
Reaction score
0
IRQL_NOT_LESS_OR_EQUAL error on my computer running windows 10..... would someone mind looking over my log to help me , hopefully I have done this correctly this is my first forum and first post


Log Name: System
Source: Microsoft-Windows-DistributedCOM
Date: 24/06/2016 5:34:05 PM
Event ID: 10016
Task Category: None
Level: Error
Keywords: Classic
User: Tans\tan
Computer: Tans
Description:
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 Tans\tan SID (S-1-5-21-232444559-3960253501-670069316-1001) from address LocalHost (Using LRPC) running in the application container Microsoft.Windows.FeatureOnDemand.InsiderHub_10.0.10586.0_neutral_neutral_cw5n1h2txyewy SID (S-1-15-2-4016783169-893401051-2237370320-274899566-412088533-2398988950-2155762795). This security permission can be modified using the Component Services administrative tool.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-DistributedCOM" Guid="{1B562E86-B7AA-4131-BADC-B6F3A001407E}" EventSourceName="DCOM" />
<EventID Qualifiers="0">10016</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x8080000000000000</Keywords>
<TimeCreated SystemTime="2016-06-24T09:34:05.268136000Z" />
<EventRecordID>2197</EventRecordID>
<Correlation />
<Execution ProcessID="1008" ThreadID="8844" />
<Channel>System</Channel>
<Computer>Tans</Computer>
<Security UserID="S-1-5-21-232444559-3960253501-670069316-1001" />
</System>
<EventData>
<Data Name="param1">machine-default</Data>
<Data Name="param2">Local</Data>
<Data Name="param3">Activation</Data>
<Data Name="param4">{C2F03A33-21F5-47FA-B4BB-156362A2F239}</Data>
<Data Name="param5">{316CDED5-E4AE-4B15-9113-7055D84DCC97}</Data>
<Data Name="param6">Tans</Data>
<Data Name="param7">tan</Data>
<Data Name="param8">S-1-5-21-232444559-3960253501-670069316-1001</Data>
<Data Name="param9">LocalHost (Using LRPC)</Data>
<Data Name="param10">Microsoft.Windows.FeatureOnDemand.InsiderHub_10.0.10586.0_neutral_neutral_cw5n1h2txyewy</Data>
<Data Name="param11">S-1-15-2-4016783169-893401051-2237370320-274899566-412088533-2398988950-2155762795</Data>
</EventData>
</Event>
 

Regedit32

Moderator
Joined
Mar 4, 2016
Messages
3,617
Reaction score
1,139
Hi Tan,

Welcome to the forum.

To be able to get things resolved we'll need some more information.
  • Right-click on Start
  • Left-click on Command Prompt(Admin)
  • When the User Account Control dialog pops up click Yes
  • In the Administrator: Command Prompt console that opens type or copy & paste the following:

    Code:
    reg query "HKEY_CLASSES_ROOT\AppID\{316CDED5-E4AE-4B15-9113-7055D84DCC97}" /v RunAs

    Press Enter key to execute command then report back on results your see

    Sample Image showing possible result

    sample.png


  • In the Administrator: Command Prompt console type or copy & paste the following:

    Code:
    reg query "HKEY_CLASSES_ROOT\Wow6432Node\AppID\{316CDED5-E4AE-4B15-9113-7055D84DCC97}" /v RunAs

    Press Enter key to execute command then report back results

    Back in the console type or copy & paste the following:

    Code:
    reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{316CDED5-E4AE-4B15-9113-7055D84DCC97}" /v RunAs

    Press Enter key to execute command then report back on the results.

    One last command to type or copy & paste into console:

    Code:
    reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WOW6432Node\AppID\{316CDED5-E4AE-4B15-9113-7055D84DCC97}" /v RunAs

    Press Enter key to execute command and report back on results

Regards,

Regedit32
 

Tan

Joined
Sep 3, 2016
Messages
2
Reaction score
0
Thank you Regedit32 so much for your prompt reply, I could not get back to you straight away because I was updating my computer and since then it has been going ok. I think it was a mixture of no update and very little memory space left on my c drive. I have streamed three shows since and they have gone ok but not great , think my internet connection is bad atm. The stream drops out so I have to refresh , but at least Im not getting the blue screen of death. Thanks Again
 

Regedit32

Moderator
Joined
Mar 4, 2016
Messages
3,617
Reaction score
1,139
Hi Tan,

I'm glad things settled down for you.

It's quite likely an update has helped resolve a conflict of some kind.

If the problem reoccurs you can always raise your question again another time.

Regards,

Regedit32
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top