A Windows 11 desktop computer routinely experiences intermittent Blue Screen of Death (BSOD) crashes with generic memory corruption stop codes. A technician suspects that a non-standard third-party device driver is corrupting system memory, but the crash dumps fail to isolate the specific driver file. Which of the following built-in Windows utilities should the technician configure and run to stress-test installed drivers and identify the malfunctioning driver?
- Driver Verifier (verifier.exe)Answer
- BFile Signature Verification (sigverif.exe)
- CSystem Configuration (msconfig.exe)
- DComponent Services (comexp.msc)
Answer
Driver Verifier (verifier.exe) is the correct utility to stress-test third-party drivers and identify memory-corrupting drivers.
Driver Verifier (verifier.exe) is a native Windows tool designed to test driver integrity under synthetic stress loads. It monitors driver execution in kernel mode and detects bad memory references, pinpointing the exact driver causing systemic corruption.
Step-by-Step Solution
Key Concept
Identifying corrupted or malfunctioning third-party drivers using Driver Verifier