MSFN Forum: Driver Siging Messages - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Driver Siging Messages What files to modify to stop them. Rate Topic: -----

#1 User is offline   Doghouse 

  • Group: Members
  • Posts: 9
  • Joined: 08-March 04

Posted 23 March 2004 - 10:24 AM

I have found the code to change
0x4,"Software\Microsoft\Driver Signing","Policy",0x0
0x3,"Microsoft\Windows\CurrentVersion\Setup","PrivateHash",22,9e,53,3e,5d,08,ab,c8,77,1d,b9,d0,e6,06,a8,06


But do not know which file I am supposed to add the registry keys to.

HELP! I cannot have the non signed driver message comming up. The environment needs to be completely unattended.


#2 User is offline   CuBie 

  • Advanced Member
  • PipPipPip
  • Group: Banned
  • Posts: 364
  • Joined: 21-February 04

Posted 23 March 2004 - 11:23 AM

Shouldnt this be in the tweaks forum?

Chris.

#3 User is offline   Doghouse 

  • Group: Members
  • Posts: 9
  • Joined: 08-March 04

Posted 23 March 2004 - 11:24 AM

It would be a nice tweak if i could have someone tell me where to put the @#$%^&*OI{"} registry entries so that I could get my boss of my back

#4 User is offline   CuBie 

  • Advanced Member
  • PipPipPip
  • Group: Banned
  • Posts: 364
  • Joined: 21-February 04

Posted 23 March 2004 - 12:08 PM

Lol - You dont know how to add the registry keys?! Well.. You have to import the hives from your pe cd.Here are the hives and what keys they contain

\I386\SYSTEM32\CONFIG\DEFAULT -> HKEY_USERS\.Default
\I386\SYSTEM32\CONFIG\SAM -> HKEY_LOCAL_MACHINE\SAM
\I386\SYSTEM32\CONFIG\SECURITY -> HKEY_LOCAL_MACHINE\Security
\I386\SYSTEM32\CONFIG\SOFTWARE -> HKEY_LOCAL_MACHINE\Software
\I386\SYSTEM32\SETUPREG.HIV -> KEY_LOCAL_MACHINE\System\ControlSet001

The tweak to disable driver signing is this:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing]
"Policy"=hex:00

So open regedit, click 'HKEY_LOCAL_MACHINE' and click file > load hive '\I386\SYSTEM32\CONFIG\SOFTWARE', and then goto

[HKEY_LOCAL_MACHINE\<The name u imported the hive as>\Microsoft\Driver Signing] and add a key - "Policy", type hex, value 00 ("Policy"=hex:00)

Hope this helps :)

Chris.

#5 User is offline   Doghouse 

  • Group: Members
  • Posts: 9
  • Joined: 08-March 04

Posted 23 March 2004 - 12:51 PM

Thanks! That is the little bit of information that I was missing!


I will try it, and report back.

#6 User is offline   Doghouse 

  • Group: Members
  • Posts: 9
  • Joined: 08-March 04

Posted 23 March 2004 - 01:44 PM

Ok, I think I might not have been clear enough. Prior to launching the PE, you should be able to add this code:
[Default.AddReg]
0x4,"Software\Microsoft\Driver Signing","Policy",0x0

[Software.AddReg]
0x3,"Microsoft\Windows\CurrentVersion\Setup","PrivateHash",22,9e,53,3e,5d,08,ab,c8,77,1d,b9,d0,e6,06,a8,06


To a file and then build PE. You should now be able to have an unsigned driver load w/o error messages.

#7 User is offline   CuBie 

  • Advanced Member
  • PipPipPip
  • Group: Banned
  • Posts: 364
  • Joined: 21-February 04

Posted 23 March 2004 - 04:19 PM

Didnt my way work?

Chris.

#8 User is offline   Doghouse 

  • Group: Members
  • Posts: 9
  • Joined: 08-March 04

Posted 24 March 2004 - 07:40 AM

I just found the load hive.

#9 User is offline   CuBie 

  • Advanced Member
  • PipPipPip
  • Group: Banned
  • Posts: 364
  • Joined: 21-February 04

Posted 24 March 2004 - 07:57 AM

They dont have any extention - Just load the hive i told u to into HLKM using file>load hive like i said then follow the rest of the instructions!

Chris.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy