Welcome Guest ( Log In | Register )

| Home PlanetAMD64 |

> Turning off driver verification
2 Pages V   1 2 >  
Reply to this topicStart new topic


Jimbo Asprilla
post Feb 2 2007, 03:38 PM
Post #1


New Member
*

Group: Member
Posts: 5
Joined: 1-February 07
Member No.: 111,507



anyone know how to turn off driver verification ???


I found one solution but I think this is limited to beta versions only, when I tried it it said access was restricted

from cmd enter the following:

bcdedit /set nointegritychecks ON
Go to the top of the page
 
+Quote Post


Camaro
post Feb 3 2007, 01:30 AM
Post #2


....Off to Work I go
***********

Group: Sponsor
Posts: 5,970
Joined: 18-February 05
From: Bottineau, North Dakota
Member No.: 2,662



the problem is in the final release that does not work, you have to hit F8 when you start vista, an put the option no driver verification, every single time you start or restart vista.
Go to the top of the page
 
+Quote Post


Mr Snrub
post Feb 3 2007, 03:08 AM
Post #3


Really Active Member
***

Group: Member-plus
Posts: 108
Joined: 21-November 05
Member No.: 47,409



The vendor needs to produce signed drivers for it to be seamless.

An alternative, a method used for developers to work with constantly-changing code typically, is as described in the TecheNet article "Step-by-Step Guide to Device Driver Signing and Staging":
http://technet.microsoft.com/en-us/windows...a/aa905109.aspx

Attempting to disable the security feature of blocking unsigned drivers is not recommended.

If you really, really need to use drivers that don't have a signature, and the vendor won't produce signed ones, then create one - don't compromise the security of the entire system as a hack workaround.

This post has been edited by Mr Snrub: Feb 11 2007, 09:58 AM
Go to the top of the page
 
+Quote Post


Pyr0
post Feb 3 2007, 12:51 PM
Post #4


respect ma authoritah!
***********

Group: Admin
Posts: 6,513
Joined: 3-April 05
From: U.K
Member No.: 6,895
Computer Specs
Intel Core i7 920
Gigabyte EX58-UD5
3x2GB Corsair Dominator
Asus EAH4870X2+XSPC w/b
Auzentech Prelude
Enermax Galaxy DXX 850W
Dell 3007WFP-HC



Hi Mr Snrub hiya.gif guess i'm just not the sensible type movingtongue.gif heehee.gif emotion-5.gif


If anybody would like to try disabling the driver signing in Vista x64, try this:

In Vista x64 find the cmd.exe (<vista drive>:\Windows\System32\cmd.exe), right click on it and select "Run as Administrator"

In the box that opens type

CODE
bcdedit -set loadoptions DDISABLE_INTEGRITY_CHECKS


Press enter and reboot

Test by loading something simple such as cpu-z or core temp
post back with any results thmbup.gif

[edit] If needed, the entry can be easily removed with the command:
CODE
bcdedit -deletevalue loadoptions


[edit2] As mentioned by others, this method is not the most ideal as it does compromise some of Vista's security.
If anybody has any better methods or would like to write up a step-by-step to signing your own drivers or applications please post thmbup.gif
Go to the top of the page
 
+Quote Post


Camaro
post Feb 3 2007, 01:20 PM
Post #5


....Off to Work I go
***********

Group: Sponsor
Posts: 5,970
Joined: 18-February 05
From: Bottineau, North Dakota
Member No.: 2,662



have you tried it Pyr0?
Go to the top of the page
 
+Quote Post


Pyr0
post Feb 3 2007, 01:44 PM
Post #6


respect ma authoritah!
***********

Group: Admin
Posts: 6,513
Joined: 3-April 05
From: U.K
Member No.: 6,895
Computer Specs
Intel Core i7 920
Gigabyte EX58-UD5
3x2GB Corsair Dominator
Asus EAH4870X2+XSPC w/b
Auzentech Prelude
Enermax Galaxy DXX 850W
Dell 3007WFP-HC



yeah, it's working for what i needed it for - running apps such as cpu-z tongue.gif
Go to the top of the page
 
+Quote Post


BlackDragon
post Feb 3 2007, 02:07 PM
Post #7


Active Member
**

Group: Member-plus
Posts: 54
Joined: 18-August 06
From: Canada
Member No.: 89,538



Hey Pyro,

CODE
bcdedit -set loadoptions DDISABLE_INTEGRITY_CHECKS




Not being a smartass, but 1 D or 2 D's in Disable? just wondering...
Go to the top of the page
 
+Quote Post


Pyr0
post Feb 3 2007, 02:32 PM
Post #8


respect ma authoritah!
***********

Group: Admin
Posts: 6,513
Joined: 3-April 05
From: U.K
Member No.: 6,895
Computer Specs
Intel Core i7 920
Gigabyte EX58-UD5
3x2GB Corsair Dominator
Asus EAH4870X2+XSPC w/b
Auzentech Prelude
Enermax Galaxy DXX 850W
Dell 3007WFP-HC



yeah it's double D wink.gif thmbup.gif
Go to the top of the page
 
+Quote Post


harvey186
post Feb 4 2007, 07:13 AM
Post #9


Senior Site Evangelist
*****

Group: Member-plus
Posts: 484
Joined: 16-November 05
From: Hamburg, Germany
Member No.: 46,446



QUOTE(Pyr0 @ Feb 3 2007, 08:32 PM) *
yeah it's double D wink.gif thmbup.gif


Hi Pyr0, yepp it's working on my VISTA64 RC2 Built 5744. I have tried it with my SEMC DSS SyncStation for my SE P900. Thanks ... Harvey ... bigsmilie.gif
Go to the top of the page
 
+Quote Post


Pyr0
post Feb 4 2007, 09:11 AM
Post #10


respect ma authoritah!
***********

Group: Admin
Posts: 6,513
Joined: 3-April 05
From: U.K
Member No.: 6,895
Computer Specs
Intel Core i7 920
Gigabyte EX58-UD5
3x2GB Corsair Dominator
Asus EAH4870X2+XSPC w/b
Auzentech Prelude
Enermax Galaxy DXX 850W
Dell 3007WFP-HC



QUOTE(harvey186 @ Feb 4 2007, 12:13 PM) *
Hi Pyr0, yepp it's working on my VISTA64 RC2 Built 5744. I have tried it with my SEMC DSS SyncStation for my SE P900. Thanks ... Harvey ... bigsmilie.gif

yeah.gif thmbup.gif
Go to the top of the page
 
+Quote Post


KB3LWJ
post Feb 5 2007, 10:12 AM
Post #11


FOLD! FOLD! FOLD!
****

Group: Member-plus
Posts: 157
Joined: 10-June 06
From: Pittsburgh, PA
Member No.: 80,418

Computer Specs
Athlon 64 X2 5200+
2GB OCZ DDR2-800
320GB SATA-300 HD
Asus M2NPV-VM

More to come!



By the way, it is worth noting that this hack will prevent the playing of any protected content (Blu-ray/HD-DVD) on your system, at least not without it being downmixed, in which case it's really not worth watching it anyways.

Just a heads-up for anyone who might run into this issue. This same thing applies to any test-signed drivers (like mine for SB400 integrated audio), so push for signed drivers. If you want to spend the money to get a software publishing certificate, though, you can sign your own and avoid the problems with protected content.

Derek

This post has been edited by KB3LWJ: Feb 5 2007, 10:17 AM
Go to the top of the page
 
+Quote Post


Pyr0
post Feb 5 2007, 10:32 AM
Post #12


respect ma authoritah!
***********

Group: Admin
Posts: 6,513
Joined: 3-April 05
From: U.K
Member No.: 6,895
Computer Specs
Intel Core i7 920
Gigabyte EX58-UD5
3x2GB Corsair Dominator
Asus EAH4870X2+XSPC w/b
Auzentech Prelude
Enermax Galaxy DXX 850W
Dell 3007WFP-HC



hehehe, thanks for the info Derek thmbup.gif
It's just as well i'm not planning on spending around £500 for an HD or Blueray drive any time soon, just so i can be told where, when and how i can play my media heehee.gif
at least unprotected HD content still plays fine rolleyes.gif
Go to the top of the page
 
+Quote Post


tntoak
post Feb 5 2007, 06:05 PM
Post #13


Vol Fan
********

Group: Member-plus
Posts: 1,113
Joined: 23-March 05
From: At my computer
Member No.: 6,060





I honestly couldn't care less about playing HD content on my PC, so that "downside" to disabling driver verification doesn't really concern me. Until HD-DVD becomes affordable, I don't plan to go HD anyways. and I'm not giving Sony any more of my money, so Blu-Ray is out for me.
Go to the top of the page
 
+Quote Post


NeoDarkSaver
post Feb 7 2007, 08:36 PM
Post #14


NeoDarkSaver
**

Group: Member-plus
Posts: 37
Joined: 28-January 07
From: Sacramento, CA, USA
Member No.: 110,965




The trick is to run cmd as administrator. not just type it in the run window.
Go to the top of the page
 
+Quote Post


loujob
post Feb 8 2007, 02:06 AM
Post #15


New Member
*

Group: Member
Posts: 1
Joined: 4-February 07
Member No.: 112,054



Its not working for me! I tried it for Peer Guardian 2 in I still get the message saying that the pgfilter is unsigned and rendered unusable.

Oh yea i have the RTM build 6000 etc etc. ultimate x64

This post has been edited by loujob: Feb 8 2007, 02:08 AM
Go to the top of the page
 
+Quote Post


Pyr0
post Feb 8 2007, 10:10 AM
Post #16


respect ma authoritah!
***********

Group: Admin
Posts: 6,513
Joined: 3-April 05
From: U.K
Member No.: 6,895
Computer Specs
Intel Core i7 920
Gigabyte EX58-UD5
3x2GB Corsair Dominator
Asus EAH4870X2+XSPC w/b
Auzentech Prelude
Enermax Galaxy DXX 850W
Dell 3007WFP-HC



sorry loujob, but unfortunately PeerGuardian will not work in Vista since the network stack has been changed too much, so disabling driver signing will have no effect in this case

check the peerguardian forums for news of a Vista compatible release
the PG2 developer is working on a PG2 for Vista, but it's not ready yet.

http://forums.phoenixlabs.org/

QUOTE(NeoDarkSaver @ Feb 8 2007, 01:36 AM) *
The trick is to run cmd as administrator. not just type it in the run window.

uhm.gif already detailed in the instructions above m8 dunno.gif
Go to the top of the page
 
+Quote Post


colunquen
post Feb 13 2007, 10:26 PM
Post #17


Active Member
**

Group: Member-plus
Posts: 57
Joined: 29-June 04
Member No.: 2,255



QUOTE(Pyr0 @ Feb 8 2007, 08:10 AM) *
sorry loujob, but unfortunately PeerGuardian will not work in Vista since the network stack has been changed too much, so disabling driver signing will have no effect in this case

check the peerguardian forums for news of a Vista compatible release
the PG2 developer is working on a PG2 for Vista, but it's not ready yet.

http://forums.phoenixlabs.org/
uhm.gif already detailed in the instructions above m8 dunno.gif

tongue.gif Hey Pyro thanks for the tips is working nice, it's loading netgear drivers for Wn311t, I'm now downloading at in between 3 mb/seg and 8 mb/seg. I also connected a Blu - Ray internal drive, and is working nice, the video input of the monitor shows the HDMI number and the resolution 1080P. Again thanks
Go to the top of the page
 
+Quote Post


WRfan
post Mar 12 2007, 11:29 AM
Post #18


New Member
*

Group: Member
Posts: 2
Joined: 12-March 07
Member No.: 117,937



I found out that you can bypass the driver check if you sign the certificates yourself and change a single BCDEDIT setting. Here's the package I created:

http://home.arcor.de/wrfan/files/Test.Certificate.rar

read the .nfo file inside for instructions on how to sign drivers. No need to press F8 on boot any longer. All of my self-signed drivers are accepted by Vista, I am booting in normal mode
Go to the top of the page
 
+Quote Post


BlueIce
post Mar 12 2007, 12:14 PM
Post #19


Site Zealot
****

Group: Member-plus
Posts: 175
Joined: 27-May 05
From: Alabama
Member No.: 16,654

Computer Specs
AMD Phenom II 965 BE C3
MSI DKA790GX Platinum
Sapphire HD 4870 512MB Toxic
4GB DDR2 8500 Kingston HyperX
150 GB WD RaptorX HDD SATA300
Windows 7 x64 RC



QUOTE(loujob @ Feb 8 2007, 02:06 AM) *
Its not working for me! I tried it for Peer Guardian 2 in I still get the message saying that the pgfilter is unsigned and rendered unusable.

Oh yea i have the RTM build 6000 etc etc. ultimate x64

There is currently a version of PeerGuardian 2 in the works for Vista. Just keep an eye out over at PhoenixLabs. The developer is almost done with it.

Here is a link to a post made by a mod on info about PG2 Vista. http://forums.phoenixlabs.org/t13500-pg2-o...-vista-faq.html

This post has been edited by BlueIce: Mar 12 2007, 12:18 PM
Go to the top of the page
 
+Quote Post


palace
post Mar 27 2007, 05:46 PM
Post #20


Active Member
**

Group: Member-plus
Posts: 32
Joined: 22-July 05
Member No.: 27,301



Ok, big THX,

this one worked for me :)

using the Vista x64 RC2 bth Audio Drivers,

BUT:

now my Vista is in "Test Mode"; what else does that means?

regards,

Chris.

QUOTE(WRfan @ Mar 12 2007, 06:29 PM) *
I found out that you can bypass the driver check if you sign the certificates yourself and change a single BCDEDIT setting. Here's the package I created:

http://home.arcor.de/wrfan/files/Test.Certificate.rar

read the .nfo file inside for instructions on how to sign drivers. No need to press F8 on boot any longer. All of my self-signed drivers are accepted by Vista, I am booting in normal mode
Go to the top of the page
 
+Quote Post


Ad Bot
post
Post #


A Public Service









Go to the top of the page
 
Quote Post


Topic Options
2 Pages V   1 2 >
Reply to this topicStart new topic


1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Skin designed by IPB Forum Skins

RSS Lo-Fi Version Time is now: 9th February 2010 - 09:25 AM