Hello,
Thank you for posting in Microsoft Community forum.
Based on the description, I understand your question is related to IROL NOT LESS OR EQUAL.
The IRQL_NOT_LESS_OR_EQUAL bug check has a value of 0x0000000A. This bug check indicates that Microsoft Windows or a kernel-mode driver accessed paged memory at an invalid address while at a raised interrupt request level (IRQL). The cause is typically a bad pointer or a pageability problem.
It might also be caused by a faulty driver, try running the Driver Verifier:
Open a command prompt window by selecting Run as administrator and type verifier to open the Driver Verifier Manager.
Driver Verifier - Drivers for Windows | Microsoft Learn
If hardware has been added to the system recently, remove it to see if the error recurs. If existing hardware has failed, remove or replace the faulty component. Run hardware diagnostics that are supplied by the system manufacturer. For details on these procedures, see the owner's manual for your computer.
Disable the service and confirm whether doing so resolves the error. If so, contact the manufacturer of the system service about a possible update.
Have a nice day.
Best Regards,
Molly