[SOLVED] Driver verifier

Page 2 - Seeking answers? Join the Tom's Hardware community: where nearly two million members share solutions and discuss the latest tech.
Nov 26, 2021
19
0
10
Is it perfctly safe/okay to use driver verifier and is there anything I should know before I use it if I do. Also what kind of problems is it used to fix.
 
Solution
Microsoft driver verifier is a tool to help detect bugs in 3rd party drivers. It turns on a lot of error checking and forces a bug check when it detects a driver doing something incorrectly. It is a very useful tool when you have a problem like kernel memory corruption that is not caused by actual RAM problems or settings.

the risk in running it will be that it might detect a problem quickly and go into a bugcheck before the system has completed booting. Many people just don't know how to deal with that and end up reinstalling windows and blaming the tool. What you really need to know is how to boot into safe mode so you can turn verifier off with the
verifier.exe /reset
command then you can boot normally, look at the crash...

Colif

Win 11 Master
Moderator
i feel thread is wandering off topic (and I blame myself here too) but I do feel, before I steer it back in right direction, I need to say 1st party driver updaters are fine, but 3rd party aren't (wonders who 2nd party would be). the people who make the hardware can generally be trusted to get it right. Drivers anyway... not touching the apps they all seem to bundle into the updaters.

So anyway, back to waiting for op to reply :)