When my setup install some Drivers the warning message "...
Has not passed Windows Logo testing to verify its compatibility with Windows XP"
appears. Is there a way to prevent it?
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

Driver installation and WinXp warning message
Started by
lavocat
, Oct 06 2003 15:50
8 replies to this topic
Posted 07 October 2003 - 00:26
I don't believe so since that's by design, so the only legitimate way to prevent that is to get your driver signed by MS.
Edited by Taco Bell, 07 October 2003 - 13:43.

Posted 07 October 2003 - 12:56
In the Windows registry you can define the reaction on installing not verified drivers:
go to
HKEY_CURRENT_USER\ Software\ Policies\ Microsoft\ Windows NT\ Driver Signing
set the REG_DWORD "BehaviorOnFailedVerify" to
0 for ignore
1 for warn the user
2 for block unsigned drivers
So maybe you just change this registry value while installing the drivers you need?
go to
HKEY_CURRENT_USER\ Software\ Policies\ Microsoft\ Windows NT\ Driver Signing
set the REG_DWORD "BehaviorOnFailedVerify" to
0 for ignore
1 for warn the user
2 for block unsigned drivers
So maybe you just change this registry value while installing the drivers you need?
Gruß / regards
Thomas
Thomas
Posted 08 October 2003 - 09:10
Well, on WinGuides Network you see, that the trick should work, if you add this key ...
They say it works for Win2k/XP.
Maybe you set up a test machine and give it a try ...
The other way would involve driver signing by MS!
They say it works for Win2k/XP.
Maybe you set up a test machine and give it a try ...
The other way would involve driver signing by MS!
Gruß / regards
Thomas
Thomas
Posted 08 October 2003 - 13:58
Trust me, It doesn"t work at all. I won't test it again so if you don't trust me tests it by yourself!!! And if you say to me that this works with 50% of xp versions then where is the interst???
I've tested it on a fresh Windows XP Pro 2002. I've created exactely the same key with the same value then I reboot and it doesn't work(there is still a warning message). To be very sure I put 2 instead of 0 and the reaction was ok ->if I put 2 the warning is transformed into antother window which prevent to install the non signed driver.
Another suggestion?
I've tested it on a fresh Windows XP Pro 2002. I've created exactely the same key with the same value then I reboot and it doesn't work(there is still a warning message). To be very sure I put 2 instead of 0 and the reaction was ok ->if I put 2 the warning is transformed into antother window which prevent to install the non signed driver.
Another suggestion?
Edited by lavocat, 09 March 2006 - 16:04.
Posted 17 November 2003 - 19:16
Try using the GUI instead:
"Control Panel\System\Hardware\Driver Signing"
"Control Panel\System\Hardware\Driver Signing"
Posted 21 January 2004 - 19:22
Setting the Registry key directly is not recommended, as this is a System Policy setting which should be set with either:
(1) the System Control Panel's "Driver Signing Options",
(2) the Local Security Policy Control Panel, or
(3) domain Group Policies
However, in my experience this setting doesn't really work. For a more detailed explanation with screen shots, see my post at http://www.ewall.org...yarticle93.html
So, not wanting to beat a dead horse, but my client is asking again... Anyone have any other solutions? Thanx...
(1) the System Control Panel's "Driver Signing Options",
(2) the Local Security Policy Control Panel, or
(3) domain Group Policies
However, in my experience this setting doesn't really work. For a more detailed explanation with screen shots, see my post at http://www.ewall.org...yarticle93.html
So, not wanting to beat a dead horse, but my client is asking again... Anyone have any other solutions? Thanx...
Edited by ewwallace, 21 January 2004 - 19:23.