Doghouse Posted March 23, 2004 Posted March 23, 2004 I have found the code to change0x4,"Software\Microsoft\Driver Signing","Policy",0x00x3,"Microsoft\Windows\CurrentVersion\Setup","PrivateHash",22,9e,53,3e,5d,08,ab,c8,77,1d,b9,d0,e6,06,a8,06But 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.
Doghouse Posted March 23, 2004 Author Posted March 23, 2004 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
CuBie Posted March 23, 2004 Posted March 23, 2004 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\ControlSet001The tweak to disable driver signing is this:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing]"Policy"=hex:00So 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.
Doghouse Posted March 23, 2004 Author Posted March 23, 2004 Thanks! That is the little bit of information that I was missing!I will try it, and report back.
Doghouse Posted March 23, 2004 Author Posted March 23, 2004 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,06To a file and then build PE. You should now be able to have an unsigned driver load w/o error messages.
CuBie Posted March 24, 2004 Posted March 24, 2004 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now