BSOD after successful windows login after running Windows Driver Verifier. Restored to Restore Point, unsure how to proceed


Foogoo

Member
Local time
4:11 AM
Posts
35
OS
Windows 11
I was following a guide from another post after suspecting a driver issue (my computer crashed while I was in bed, my relaxing rain white noise turning into a horrible electronic screeching sound). I ran Windows Driver Verifier with the settings listed here: Enable and Disable Driver Verifier in Windows 10

(In short, I tested all non-windows drivers)

After selecting all non-windows drivers I rebooted per the instructions and the computer rebooted fine. I arrived at the login screen I logged into windows and arrived at my normal desktop. After about 5 seconds the computer BSOD. The computer restarted and the exact same events repeated every time, BSOD after about 5 seconds after login. I eventually had to use windows restore to restore my computer to the restore point I had created just prior to running WDV.

So clearly I have a driver problem, but I don't know what to do from here. I don't seem to be able to find instructions on how to check WDV logs that might tell me which driver it is or anything like that. I'm lost, help!

Windows version 23H2 (OS Build 22631.3296)
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    CPU
    13th Gen Intel Core i7-13700k
    Motherboard
    Z790 AORUS ELITE AX
    Memory
    G.Skill Flare X5 32 GB (2 x 16 GB) DDR5-6000 CL30 Memory
    Graphics Card(s)
    NVIDIA GeForce RTX 4070
Hello, @Foogoo, and welcome to the Eleven Forum (11F).

A couple of things to note, from that Microsoft Docs page linked in the 10F link:


Driver Verifier can subject Windows drivers to a variety of stresses and tests to find improper behavior. You can configure which tests to run, which allows you to put a driver through heavy stress loads or through more streamlined testing. You can also run Driver Verifier on multiple drivers simultaneously, or on one driver at a time.

If you ran this as a verification against *all* drivers in one fell swoop, you could try doing it one by one, to see if there is a particular driver that may be problematic.

Also, immediately under that are the warnings:

Caution


  • Running Driver Verifier could cause the computer to crash.
  • You should only run Driver Verifier on computers that you are using for testing and debugging.
  • You must be in the Administrators group on the computer to use Driver Verifier.

The second one is most likely applicable in this case - what are you testing / debugging on your machine that led you to enabling and running the DV utility in the first place?

According to this section further below:


Run Driver Verifier throughout development and testing of your driver. More specifically, use Driver Verifier for the following purposes:


  • To find problems early in the development cycle, when they are easier and less costly to correct.
  • For troubleshooting and debugging test failures and computer crashes.
  • To monitor behavior when you deploy a driver for testing using the WDK, Visual Studio, and the tests from the Windows Hardware Lab Kit (Windows HLK) or Windows Hardware Certification Kit (for Windows 8.1). For more information about testing drivers, see Testing a Driver.


The key part there is for testing your driver - as in a driver that you are developing for use on a Windows (10+) OS. Hence the previous mention of using only a machine that you use for testing / debugging.
 

My Computers

System One System Two

  • OS
    Windows 11 23H2 Current build
    Computer type
    PC/Desktop
    Manufacturer/Model
    HomeBrew
    CPU
    AMD Ryzen 9 3950X
    Motherboard
    MSI MEG X570 GODLIKE
    Memory
    4 * 32 GB - Corsair Vengeance 3600 MHz
    Graphics Card(s)
    EVGA GeForce RTX 3080 Ti XC3 ULTRA GAMING (12G-P5-3955-KR)
    Sound Card
    Realtek® ALC1220 Codec
    Monitor(s) Displays
    2x Eve Spectrum ES07D03 4K Gaming Monitor (Matte) | Eve Spectrum ES07DC9 4K Gaming Monitor (Glossy)
    Screen Resolution
    3x 3840 x 2160
    Hard Drives
    3x Samsung 980 Pro NVMe PCIe 4 M.2 2 TB SSD (MZ-V8P2T0B/AM) } 3x Sabrent Rocket NVMe 4.0 1 TB SSD (USB)
    PSU
    PC Power & Cooling’s Silencer Series 1050 Watt, 80 Plus Platinum
    Case
    Fractal Design Define 7 XL Dark ATX Full Tower Case
    Cooling
    NZXT KRAKEN Z73 73.11 CFM Liquid CPU Cooler (3x 120 mm push top) + Air 3x 140mm case fans (pull front) + 1x 120 mm (push back) and 1 x 120 mm (pull bottom)
    Keyboard
    SteelSeries Apex Pro Wired Gaming Keyboard
    Mouse
    Logitech MX Master 3S | MX Master 3 for Business
    Internet Speed
    AT&T LightSpeed Gigabit Duplex Ftth
    Browser
    Nightly (default) + Firefox (stable), Chrome, Edge
    Antivirus
    Defender + MB 5 Beta
  • Operating System
    ChromeOS Flex Dev Channel (current)
    Computer type
    Laptop
    Manufacturer/Model
    Dell Latitude E5470
    CPU
    Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz, 2501 Mhz, 2 Core(s), 4 Logical Processor(s)
    Motherboard
    Dell
    Memory
    16 GB
    Graphics card(s)
    Intel(R) HD Graphics 520
    Sound Card
    Intel(R) HD Graphics 520 + RealTek Audio
    Monitor(s) Displays
    Dell laptop display 15"
    Screen Resolution
    1920 * 1080
    Hard Drives
    Toshiba 128GB M.2 22300 drive
    INTEL Cherryville 520 Series SSDSC2CW180A 180 GB SATA III SSD
    PSU
    Dell
    Case
    Dell
    Cooling
    Dell
    Mouse
    Logitech MX Master 3S (shared w. Sys 1) | Dell TouchPad
    Keyboard
    Dell
    Internet Speed
    AT&T LightSpeed Gigabit Duplex Ftth
Hello, @Foogoo, and welcome to the Eleven Forum (11F).

A couple of things to note, from that Microsoft Docs page linked in the 10F link:




If you ran this as a verification against *all* drivers in one fell swoop, you could try doing it one by one, to see if there is a particular driver that may be problematic.

Also, immediately under that are the warnings:



The second one is most likely applicable in this case - what are you testing / debugging on your machine that led you to enabling and running the DV utility in the first place?

According to this section further below:





The key part there is for testing your driver - as in a driver that you are developing for use on a Windows (10+) OS. Hence the previous mention of using only a machine that you use for testing / debugging.
After the initial crash, I checked the event log and I saw "Error" with event ID 161 shortly followed by "Critical" with event ID 41. ID 41 said it indicated "reboot without cleanly shutting down" so I figured ID 161 is what caused the crash. After some googling that led me to this post Event ID 161 Volmgr issue - Windows 10 Help Forums

I was just trying to follow along with that. I don't really know what I'm doing. Perhaps it's better that we start from the top? What should I do to identify the cause of the initial crash?
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    CPU
    13th Gen Intel Core i7-13700k
    Motherboard
    Z790 AORUS ELITE AX
    Memory
    G.Skill Flare X5 32 GB (2 x 16 GB) DDR5-6000 CL30 Memory
    Graphics Card(s)
    NVIDIA GeForce RTX 4070
Well, to start from the top:

Are you developing a driver for use that you need tested by this utility? If you're only testing drivers from other sources (for whatever reason) are you able to debug the drivers themselves?

From the limited reading I've done on this, it doesn't seem like this is a tool for someone who is not able to do at least direct driver debugging, and is mostly aimed at driver developers.

To be clear, I'm asking for clarification. There are many people who will use utilities without understanding either their scope or intended audience, and you're brand new here, so I have 0 knowledge of what you are doing and why you're doing it - so I am asking rather than assuming anything :-)
 

My Computers

System One System Two

  • OS
    Windows 11 23H2 Current build
    Computer type
    PC/Desktop
    Manufacturer/Model
    HomeBrew
    CPU
    AMD Ryzen 9 3950X
    Motherboard
    MSI MEG X570 GODLIKE
    Memory
    4 * 32 GB - Corsair Vengeance 3600 MHz
    Graphics Card(s)
    EVGA GeForce RTX 3080 Ti XC3 ULTRA GAMING (12G-P5-3955-KR)
    Sound Card
    Realtek® ALC1220 Codec
    Monitor(s) Displays
    2x Eve Spectrum ES07D03 4K Gaming Monitor (Matte) | Eve Spectrum ES07DC9 4K Gaming Monitor (Glossy)
    Screen Resolution
    3x 3840 x 2160
    Hard Drives
    3x Samsung 980 Pro NVMe PCIe 4 M.2 2 TB SSD (MZ-V8P2T0B/AM) } 3x Sabrent Rocket NVMe 4.0 1 TB SSD (USB)
    PSU
    PC Power & Cooling’s Silencer Series 1050 Watt, 80 Plus Platinum
    Case
    Fractal Design Define 7 XL Dark ATX Full Tower Case
    Cooling
    NZXT KRAKEN Z73 73.11 CFM Liquid CPU Cooler (3x 120 mm push top) + Air 3x 140mm case fans (pull front) + 1x 120 mm (push back) and 1 x 120 mm (pull bottom)
    Keyboard
    SteelSeries Apex Pro Wired Gaming Keyboard
    Mouse
    Logitech MX Master 3S | MX Master 3 for Business
    Internet Speed
    AT&T LightSpeed Gigabit Duplex Ftth
    Browser
    Nightly (default) + Firefox (stable), Chrome, Edge
    Antivirus
    Defender + MB 5 Beta
  • Operating System
    ChromeOS Flex Dev Channel (current)
    Computer type
    Laptop
    Manufacturer/Model
    Dell Latitude E5470
    CPU
    Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz, 2501 Mhz, 2 Core(s), 4 Logical Processor(s)
    Motherboard
    Dell
    Memory
    16 GB
    Graphics card(s)
    Intel(R) HD Graphics 520
    Sound Card
    Intel(R) HD Graphics 520 + RealTek Audio
    Monitor(s) Displays
    Dell laptop display 15"
    Screen Resolution
    1920 * 1080
    Hard Drives
    Toshiba 128GB M.2 22300 drive
    INTEL Cherryville 520 Series SSDSC2CW180A 180 GB SATA III SSD
    PSU
    Dell
    Case
    Dell
    Cooling
    Dell
    Mouse
    Logitech MX Master 3S (shared w. Sys 1) | Dell TouchPad
    Keyboard
    Dell
    Internet Speed
    AT&T LightSpeed Gigabit Duplex Ftth
Well, to start from the top:

Are you developing a driver for use that you need tested by this utility? If you're only testing drivers from other sources (for whatever reason) are you able to debug the drivers themselves?

From the limited reading I've done on this, it doesn't seem like this is a tool for someone who is not able to do at least direct driver debugging, and is mostly aimed at driver developers.

To be clear, I'm asking for clarification. There are many people who will use utilities without understanding either their scope or intended audience, and you're brand new here, so I have 0 knowledge of what you are doing and why you're doing it - so I am asking rather than assuming anything :-)
Yeah I have no idea what I'm doing! I'm just a simple googler trying to find out why my computer crashed. I'm not developing a driver or anything like that
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    CPU
    13th Gen Intel Core i7-13700k
    Motherboard
    Z790 AORUS ELITE AX
    Memory
    G.Skill Flare X5 32 GB (2 x 16 GB) DDR5-6000 CL30 Memory
    Graphics Card(s)
    NVIDIA GeForce RTX 4070
All right. That's good to know.

So, the best way to go about this is to post in our BSOD section where our trusted folks will walk you through the necessary steps of what you need to do, including utilities to run, reports to generate and share, etc.

Head over there and start a post detailing the initial crash, and they'll take it from there.

 

My Computers

System One System Two

  • OS
    Windows 11 23H2 Current build
    Computer type
    PC/Desktop
    Manufacturer/Model
    HomeBrew
    CPU
    AMD Ryzen 9 3950X
    Motherboard
    MSI MEG X570 GODLIKE
    Memory
    4 * 32 GB - Corsair Vengeance 3600 MHz
    Graphics Card(s)
    EVGA GeForce RTX 3080 Ti XC3 ULTRA GAMING (12G-P5-3955-KR)
    Sound Card
    Realtek® ALC1220 Codec
    Monitor(s) Displays
    2x Eve Spectrum ES07D03 4K Gaming Monitor (Matte) | Eve Spectrum ES07DC9 4K Gaming Monitor (Glossy)
    Screen Resolution
    3x 3840 x 2160
    Hard Drives
    3x Samsung 980 Pro NVMe PCIe 4 M.2 2 TB SSD (MZ-V8P2T0B/AM) } 3x Sabrent Rocket NVMe 4.0 1 TB SSD (USB)
    PSU
    PC Power & Cooling’s Silencer Series 1050 Watt, 80 Plus Platinum
    Case
    Fractal Design Define 7 XL Dark ATX Full Tower Case
    Cooling
    NZXT KRAKEN Z73 73.11 CFM Liquid CPU Cooler (3x 120 mm push top) + Air 3x 140mm case fans (pull front) + 1x 120 mm (push back) and 1 x 120 mm (pull bottom)
    Keyboard
    SteelSeries Apex Pro Wired Gaming Keyboard
    Mouse
    Logitech MX Master 3S | MX Master 3 for Business
    Internet Speed
    AT&T LightSpeed Gigabit Duplex Ftth
    Browser
    Nightly (default) + Firefox (stable), Chrome, Edge
    Antivirus
    Defender + MB 5 Beta
  • Operating System
    ChromeOS Flex Dev Channel (current)
    Computer type
    Laptop
    Manufacturer/Model
    Dell Latitude E5470
    CPU
    Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz, 2501 Mhz, 2 Core(s), 4 Logical Processor(s)
    Motherboard
    Dell
    Memory
    16 GB
    Graphics card(s)
    Intel(R) HD Graphics 520
    Sound Card
    Intel(R) HD Graphics 520 + RealTek Audio
    Monitor(s) Displays
    Dell laptop display 15"
    Screen Resolution
    1920 * 1080
    Hard Drives
    Toshiba 128GB M.2 22300 drive
    INTEL Cherryville 520 Series SSDSC2CW180A 180 GB SATA III SSD
    PSU
    Dell
    Case
    Dell
    Cooling
    Dell
    Mouse
    Logitech MX Master 3S (shared w. Sys 1) | Dell TouchPad
    Keyboard
    Dell
    Internet Speed
    AT&T LightSpeed Gigabit Duplex Ftth
Will do, thank you
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    CPU
    13th Gen Intel Core i7-13700k
    Motherboard
    Z790 AORUS ELITE AX
    Memory
    G.Skill Flare X5 32 GB (2 x 16 GB) DDR5-6000 CL30 Memory
    Graphics Card(s)
    NVIDIA GeForce RTX 4070

Latest Support Threads

Back
Top Bottom