mohamedshendy / chatpad-super-driver

Automatically exported from code.google.com/p/chatpad-super-driver
0 stars 0 forks source link

Test Signed driver #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
on windows 7 and the latest vista service pack, you currently can only use the 
driver if you press the f8 button.

however, it is possible to sign a driver for testing, and make it so that the 
drivers are run properly if you edit your boot record for windows to allow for 
fake-signing/test signing

you would need to run cmd and use the following comand:

     bcdedit

then you would need to use the the "identifier" for "Windows Boot Loader" in 
the next 2 commands:

     bcdedit /set [identifier] testsigning on
     bcdedit /set [identifier] loadoptions DDISABLE_INTEGRITY_CHECKS

you'll see a watermark on the desktop saying "testing mode"

you can then use the test-signing system to make the driver run (and you will 
never have to use f8 again  to use the driver)

i  personally used the Driver Signing Enforcement Overrider (found here: 
http://www.ngohq.com/home.php?page=Files&go=cat&dwn_cat_id=34 ) to sign the 
driver with a test signature.

Original issue reported on code.google.com by ben.clos...@gmail.com on 10 Mar 2011 at 11:20

GoogleCodeExporter commented 8 years ago
that first command dumps the boot loader settings (and bcdedit doesn't modify 
the boot record... it modifies the boot *loader*)

Original comment by ben.clos...@gmail.com on 10 Mar 2011 at 11:22

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
just so you know, i am using the release: chatpad_0_0_3a_win7.zip

Original comment by ben.clos...@gmail.com on 11 Mar 2011 at 9:30

GoogleCodeExporter commented 8 years ago
I have some problem with "bcdedit" on Win7 x64, and I try install PPJoy 0.8.4.6 
to force open the testing-mode. PPJoy install will open testing-mode and you 
will not need install PPJOY after testing-mode enabled. But some anti-virus 
software will report PPJOY is a virus, so try at your own risk, but I don't 
think PPJOY is a virus.

Original comment by m17des...@gmail.com on 15 Mar 2011 at 5:48

GoogleCodeExporter commented 8 years ago
@m17: you don't need to use ppjoy. most computers allow access through the main 
machine. however, many computer manufacturers have taken to moving the boot 
loader settings to a recovery volume. just run the repair option (NOT safe 
mode) found in the f8 menu, then use the command prompt on there (bcdedit is 
part of windows vista/win7)

Original comment by ben.clos...@gmail.com on 16 Mar 2011 at 11:45