|
Prev: How to set NIC to promiscuous mode from FilterHook driver
Next: DiskPerfDeviceControl () of diskperf in wdk;
From: hq4000 on 12 May 2008 15:01 (The Vista group is very un-responsive, I am reposting it here.) With Windows XP, there are 3 options for non-WHQL certified driver installation: 1. Ignore: the driver will allow to install as if it were WHQL certified 2. Warn: user is prompted to continue or stop 3. Block: the driver won't be installed. It seems like Vista only has two of XP equivalent options: 1. Bcdedit.exe /set nointegritychecks Off --> Ignore in XP 2. Bcdedit.exe /set nointegritychecks On --> Warn in XP Is there such thing as 'Block' in Vista 32bit?
From: Maxim S. Shatskih on 12 May 2008 19:38 Not correct, Vista's nointegritychecks is only about Vista64 kernel mode signing, not about WHQL. -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim(a)storagecraft.com http://www.storagecraft.com <hq4000(a)hotmail.com> wrote in message news:3b88fccc-0429-43bd-8872-eb6c5c350093(a)y21g2000hsf.googlegroups.com... > (The Vista group is very un-responsive, I am reposting it here.) > > With Windows XP, there are 3 options for non-WHQL certified driver > installation: > 1. Ignore: the driver will allow to install as if it were WHQL > certified > 2. Warn: user is prompted to continue or stop > 3. Block: the driver won't be installed. > > It seems like Vista only has two of XP equivalent options: > 1. Bcdedit.exe /set nointegritychecks Off --> Ignore in XP > 2. Bcdedit.exe /set nointegritychecks On --> Warn in XP > > Is there such thing as 'Block' in Vista 32bit?
From: hq4000 on 13 May 2008 10:20
Thanks for the correction. So, what are the WHQL certification options in Vista? |