Jump to content

New Reg Tweak : Driver Signing


Recommended Posts

Well, this tweak would be usefull during automatic installation for drivers; you can choose if you want to ignore Driver Signing or not.

I personally looked for this because under win xp Sp2 installation, I had some driver asking me to continue with the installation or not.

well this is it.

; Ignore - Install the software anyway and don't ask for my approval

[HKEY_CURRENT_USER\Software\Microsoft\Driver Signing]"Policy"=dword:00000000

; Warn - Prompt me each time choose an action

[HKEY_CURRENT_USER\Software\Microsoft\Driver Signing]

"Policy"=dword:00000001

; Block - Never install driver software

[HKEY_CURRENT_USER\Software\Microsoft\Driver Signing]

"Policy"=dword:00000002

:D I Guess the Intersting one would be the first one :thumbup hehe

Link to comment
Share on other sites


You can use:

DriverSigningPolicy=Ignore
This will force Setup to install drivers that may not be WHQL certified. This is used in conjunction with OemPnPDriversPath.

in your answer file winnt.sif

hmm,

since sp2 for xp this doesn`t work. :huh:

i don`t know why but i become advance notice if i install drivers without a digital sign.

Link to comment
Share on other sites

hmm,

since sp2 for xp this doesn`t work. :huh:

i don`t know why but i become advance notice if i install drivers without a digital sign.

sure it does. i install unsigned cmedia drivers during my SP2 uA and it doesn't give me any problem.

[Unattended]
ComputerType = "Standard PC", Retail
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\Windows
UnattendSwitch = Yes
FileSystem = *
WaitForReboot = No
DriverSigningPolicy = Ignore
Hibernation = No
OemPnPDriversPath="Drivers\8338wdm536"

Link to comment
Share on other sites

but not on my pc.if i install my sounddriver (hercules game theater) i get advance notice at the first of it.the second (game port and so on) i don`t see advance notice for digital sign........

if i put the driversign to warn i get advance notice`s at all non sign driver.if i put it to ignore i get only one message.....

sorry for my bad english

Link to comment
Share on other sites

  • 2 weeks later...

it doesn`t work here....

i get messages if i install my sounddriver...

1. set registry keys (from first post)

2. install drivers

that doesn`t resolve my problem.

auf deutsch..

ich bekomme weiterhin warnmeldungen wenn ich unsignierte treiber installiere.ob es eine slipstream oder xp+sp1 update auf sp2 macht keinen unterschied.unter sp1 war alles ok.

Link to comment
Share on other sites

Ja, hast du.

1. set registry keys (from first post)

2. install drivers

that has resolve this problem for my unattended install

My XP SP2 CD has prompted also during the peripheral driver installs. So DriverSigningPolicy=Ignore doesn't work here either. Like AutomaticUpdates=Yes by the way. I've always got the "Help Protect" page whatever :angry:

If i apply the reg tweak, it'll be done at T-12, after the peripherals installation so how can it work ?

Thank you.

Link to comment
Share on other sites

Run a batch file at the T-39 using DetachProgram. Include this:

REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Driver Signing" /t REG_DWORD /v Policy /d 0 /f
REG ADD "HKEY_LOCAL_MACHINE\Software\Microsoft\Driver Signing" /t REG_BINARY /v Policy /d 00 /f
REG ADD "HKEY_LOCAL_MACHINE\Software\Microsoft\Non-Driver Signing" /t REG_BINARY /v Policy /d 00 /f
REG ADD "HKEY_USERS\.DEFAULT\Software\Microsoft\Driver Signing" /t REG_DWORD /v Policy /d 0 /f

Does it work?

Link to comment
Share on other sites

when is the t-39?  what kind of bat? where do i put it?  etc. is it guirunonce? runonceex?  what is it?

t-39 is straight after textmode and the start of gui setup.

*.bat is a bat file.

Call it from winnt.sif.

Fixes driver signing problems?

Ok?

Link to comment
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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...