5
4
I am trying to disable the Windows 10 driver signature verifier.
This is causing constant BSOD errors - all showing "Driver Verifier IOManger Violation"
I am trying to install an old video driver. I would like to completely disable the verifier program, but so far I can't.
I have spent the last few days researching and trying every variation of the following strategies
I rebooted into advanced setup options
in cmd.exe
shutdown.exe /r /o
I then hit F7 to disable driver signature verification
I opened gpedit.msc
Enabled the option for code signed drivers
Enabled Test Mode
I tried to disable any video drivers in use under device manager, but there are no video drivers installed at all.
In cmd.exe I ran "verifier" to open the driver verifier manager
I choose "Display existing settings"
All options read as "no"
I set compatibility mode on my driver install package and am running as administrator
After every install attempt the BSOD screen appears with the driver verifier error message.
Suggestions?
Have you tried "Delete existing settings" in the Driver Verifier Manager? Another option would be to boot into Windows Recovery, select Command Prompt, and run
verifier /bootmode resetonbootfail
. Reboot the PC after doing so. – Gavin – 2015-11-28T07:06:51.423have you looked in the registry for the values and deleted them? – magicandre1981 – 2015-12-05T08:44:48.077
"Driver verifier" , the thing you get to by typing "verifier" from the command prompt, has absolutely nothing to do with driver signature verification. – Jamie Hanrahan – 2017-01-28T14:56:52.123