Jump to content

Recommended Posts

Posted

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


Posted

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

Posted
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.

Posted
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"

Posted

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

Posted

DriverSigningPolicy=Ignore doesnt work always. patched/hacked ati catalyst drivers are another example where it doesnt work.

but the key wass mentioned isnt new either.

  • 2 weeks later...
Posted

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.

Posted
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.

Posted

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?

Posted
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?

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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