Help - Search - Members - Calendar
Full Version: Driver Siging Messages
MSFN Forums > Unattended Windows Discussion & Support > Windows PE

   
Google Internet Forums Unattended CD/DVD Guide
Doghouse
I have found the code to change
CODE
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.
CuBie
Shouldnt this be in the tweaks forum?

Chris.
Doghouse
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
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 smile.gif

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


I will try it, and report back.
Doghouse
Ok, I think I might not have been clear enough. Prior to launching the PE, you should be able to add this code:
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.
CuBie
Didnt my way work?

Chris.
Doghouse
I just found the load hive.
CuBie
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.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.