An Error In Microsoft About IRQL_NOT_LESS_THAN_EQUAL

Heinrich Drake Luoterson 1 Reputation point
2020-09-20T08:56:48.677+00:00

I was using my PC when this error occured, so I checked up Event Viewer, and I copied the error

Here is the error in text:

Log Name: System
Source: Microsoft-Windows-WER-SystemErrorReporting
Date: 9/20/2020 15:44:01
Event ID: 1001
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: DRAKE-2020
Description:
The computer has rebooted from a bugcheck. The bugcheck was: 0x0000000a (0x0000027a41490000, 0x0000000000000002, 0x0000000000000000, 0xfffff8021a141a41). A dump was saved in: C:\Windows\MEMORY.DMP. Report Id: 06500c0f-f296-43d7-aefb-fcbec853d177.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-WER-SystemErrorReporting" Guid="{ABCE23E7-DE45-4366-8631-84FA6C525952}" EventSourceName="BugCheck" />
<EventID Qualifiers="16384">1001</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2020-09-20T08:44:01.6288460Z" />
<EventRecordID>5047</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>System</Channel>
<Computer>DRAKE-2020</Computer>
<Security />
</System>
<EventData>
<Data Name="param1">0x0000000a (0x0000027a41490000, 0x0000000000000002, 0x0000000000000000, 0xfffff8021a141a41)</Data>
<Data Name="param2">C:\Windows\MEMORY.DMP</Data>
<Data Name="param3">06500c0f-f296-43d7-aefb-fcbec853d177</Data>
</EventData>
</Event>

Let me know about what should I do to fix this error
Thanks!

Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,272 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Carl Fan 6,836 Reputation points
    2020-09-21T09:31:15.22+00:00

    Hi,
    Did you met a BSOD?
    This event doesn't have some information about the error.
    As it said that the memory dump or Mini dump is needed to help more information. C:\Windows\MEMORY.DMP or mini dump.
    We could analyze dump with WinDbg tool.
    Meanwhile, we could restart your computer.

    Press F8 at the character-based menu that displays the operating system choices.

    Select the Last Known Good Configuration option from the Windows Advanced Options menu. This option is most effective when only one driver or service is added at a time.
    Then perform a clean boot to check if you still could meet this error.
    https://support.microsoft.com/en-us/help/929135/how-to-perform-a-clean-boot-in-windows
    Hope this helps and please help to accept as Answer if the response is useful.
    Best Regards,
    Carl

    0 comments No comments