Sign in to follow this  
Followers 0
craftbrewer

How To Load And Run Unsigned Drivers In 64 Bit Windows 7

2 posts in this topic

While this method worked for me, you may find some steps are not necessary on your system.

I found that Windows 7 makes not only loading unsigned drivers difficult, BUT even if they do load, they wont work. So this method is broken into two parts. The first parts deals with actually loading the unsigned drivers, The second deals with getting them to be accepted and working.

LOADING UNSIGNED DRIVERS

This for some can be straight forward. At boot up hit F8 and select the option in the menu for unsigned drivers. This will allow you to load the drivers. However on my system I couldn't do this and instead got BIOS boot options. So another way to allow loading of unsigned drivers is

1. Open Windows 7

2. Press Win+R keys together to open the run dialog box and type - gpedit.msc

3. Expand the folders in order or <Administrative Templates> - <User Configuration> - <System> - <Driver Installation>.

4. On the right you will see a icon <Code Signing for Device Drivers> , double click that

5. Click <enable> button at the top, and <Ignor > at the bottom to ignor any signature check.

6. hit apply, ok and close everything

7. Reboot

Now the computer will load any drivers anytime.

This solves loading the driver. I still found Windows 7 would not allow the drivers I loaded to run.

RUNNING LOADED UNSIGNED DRIVERS

I found a neat program that will allow the unsigned drivers to work. Basically its a method that allows testers to test drivers without going thru the dramas of getting a signature from M$. The program is found here, search for "Driver Signature Enforcement Overrider 1.3b" or "dseo13b.exe". It also can be found with a google serach.

http://www.ngohq.com/home.php

The load instructions are simple. As usual TURN OFF UAC.

1. Run dseo13b.exe program

2. click "enable test mode". This allows 64 bit Windows 7 to be used for testing drivers

3. I rebooted to be safe, and you will see a faint test mode print in the corner

4. Now open Device Manager and find the location of the unsigned drivers that wont work, by expanding Properties and Driver Details. Your looking for something like C:\Windows\System32\drivers\xxxxxxx.sys

4. Run dseo13b.exe program again

5. This time select "sign a system file" and put in the location of the file you found in Device Manager

6. Repeat for all files in question then close. You have now assigned a signature to those files

7. Reboot

If all goes well, you now have your unsigned drivers working and all is well.

End of story. Hope this helps

Shout

Craftbrewer

Edited by craftbrewer
0

Share this post


Link to post
Share on other sites

Some people have been having trouble getting the program to get the driver to work in Windows 7. Yes the webpage link is a pain to navigate.

so here you go, a link to download the program

http://www.megaupload.com/?d=QNNC3SVA

Also the program has button if you want to remove the test watermark at the bottom of the screen too.

enjoy

Shout

Craftbrewer

Edited by craftbrewer
0

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0