IRQL_NOT_LESS_OR_EQUAL please help

KarlLeyko

Commendable
Mar 4, 2016
75
0
1,630
so i got this IRQL_NOT_LESS_OR_EQUAL problem and dont know why , pc is new maybe 3 month now and everythink was working fine and maybe two days ago i had this problem with blue screen and Irql on it i tried reboot it
deleted all my files and started with 0 deleted all my drivers but still its got blue screen
my pc
Proc i5 6600k 4,4mhz
mobo z170mx gaming 5 gigabyte
Gpu 980ti xtream gaming gigabyte
16gb ram ddr4
1tb ssd samsung evo 850
Power 600w Platimax please do help me
 
Solution
Wdf01000.sys: The process known as WDF Dynamic or Kernel Mode Driver Framework Runtime belongs to software Microsoft Windows Operating System or Kernel Mode Driver Frameworks service

Dynamic enumeration is a driver's ability to detect and report changes to the number and type of devices that are connected to the system while the system is running.

Bus drivers must use dynamic enumeration if the number or types of devices that are connected to the parent device depend on a system's configuration. Some of these devices might be always connected to the system, and some might be plugged in and unplugged while the system is running.

For example, the number and type of devices that are plugged into a system's PCI bus are...

KarlLeyko

Commendable
Mar 4, 2016
75
0
1,630

On Fri 5/27/2016 7:40:04 PM GMT your computer crashed
crash dump file: C:\WINDOWS\Minidump\052716-4453-01.dmp
This was probably caused by the following module: wdf01000.sys (Wdf01000!FxRequest::CompleteInternal+0x4F)
Bugcheck code: 0xD1 (0xB8, 0x2, 0x0, 0xFFFFF80015E57DEF)
Error: DRIVER_IRQL_NOT_LESS_OR_EQUAL
file path: C:\WINDOWS\system32\drivers\wdf01000.sys
product: Microsoft® Windows® Operating System
company: Microsoft Corporation
description: Kernel Mode Driver Framework Runtime
Bug check description: This indicates that a kernel-mode driver attempted to access pageable memory at a process IRQL that was too high.
This appears to be a typical software driver bug and is not likely to be caused by a hardware problem.
The crash took place in a standard Microsoft module. Your system configuration may be incorrect. Possibly this problem is caused by another driver on your system that cannot be identified at this time.

 

Colif

Win 11 Master
Moderator
Wdf01000.sys: The process known as WDF Dynamic or Kernel Mode Driver Framework Runtime belongs to software Microsoft Windows Operating System or Kernel Mode Driver Frameworks service

Dynamic enumeration is a driver's ability to detect and report changes to the number and type of devices that are connected to the system while the system is running.

Bus drivers must use dynamic enumeration if the number or types of devices that are connected to the parent device depend on a system's configuration. Some of these devices might be always connected to the system, and some might be plugged in and unplugged while the system is running.

For example, the number and type of devices that are plugged into a system's PCI bus are system-dependent, but they are permanent unless a user turns off power, opens the case, and adds or removes a device by using a screwdriver. On the other hand, a user can add or remove USB devices by plugging in or unplugging a cable while the system is running.

https://msdn.microsoft.com/en-us/windows/hardware/drivers/wdf/dynamic-enumeration

Bus drivers? is this a transport system?

there are some drivers that are hard to delete, like the ones for hard drives or motherboard.
 
Solution