wass Posted August 16, 2004 Share Posted August 16, 2004 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 I Guess the Intersting one would be the first one hehe Link to comment Share on other sites More sharing options...
gabriel_buc Posted August 16, 2004 Share Posted August 16, 2004 You can use:DriverSigningPolicy=IgnoreThis 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 Link to comment Share on other sites More sharing options...
germ Posted August 18, 2004 Share Posted August 18, 2004 You can use:DriverSigningPolicy=IgnoreThis will force Setup to install drivers that may not be WHQL certified. This is used in conjunction with OemPnPDriversPath.in your answer file winnt.sifhmm,since sp2 for xp this doesn`t work. 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 More sharing options...
dirtyepic Posted August 18, 2004 Share Posted August 18, 2004 hmm,since sp2 for xp this doesn`t work. 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", RetailUnattendMode=FullUnattendedOemSkipEula=YesOemPreinstall=YesTargetPath=\WindowsUnattendSwitch = YesFileSystem = *WaitForReboot = NoDriverSigningPolicy = IgnoreHibernation = NoOemPnPDriversPath="Drivers\8338wdm536" Link to comment Share on other sites More sharing options...
germ Posted August 18, 2004 Share Posted August 18, 2004 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 More sharing options...
eirogge Posted August 18, 2004 Share Posted August 18, 2004 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. Link to comment Share on other sites More sharing options...
germ Posted August 29, 2004 Share Posted August 29, 2004 habe ich das richtig verstanden das seit sp2 es zu problemen mit der treiber signatur geben kann?? Link to comment Share on other sites More sharing options...
Kleopatra Posted August 29, 2004 Share Posted August 29, 2004 Ja, hast du.1. set registry keys (from first post)2. install driversthat has resolve this problem for my unattended install Link to comment Share on other sites More sharing options...
germ Posted August 29, 2004 Share Posted August 29, 2004 it doesn`t work here....i get messages if i install my sounddriver...1. set registry keys (from first post)2. install driversthat 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 More sharing options...
Lucius Snow Posted August 29, 2004 Share Posted August 29, 2004 Ja, hast du.1. set registry keys (from first post)2. install driversthat has resolve this problem for my unattended installMy 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 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 More sharing options...
Kleopatra Posted August 29, 2004 Share Posted August 29, 2004 Hm, dann ist das Problem wohl verschiedener Art bei den Treibern.in EnglishThan are the problems different for drivers. Link to comment Share on other sites More sharing options...
Lucius Snow Posted September 2, 2004 Share Posted September 2, 2004 Any news about that issue ? I still get the prompt during the installation process. Link to comment Share on other sites More sharing options...
Metzen Posted September 3, 2004 Share Posted September 3, 2004 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 /fREG ADD "HKEY_LOCAL_MACHINE\Software\Microsoft\Driver Signing" /t REG_BINARY /v Policy /d 00 /fREG ADD "HKEY_LOCAL_MACHINE\Software\Microsoft\Non-Driver Signing" /t REG_BINARY /v Policy /d 00 /fREG ADD "HKEY_USERS\.DEFAULT\Software\Microsoft\Driver Signing" /t REG_DWORD /v Policy /d 0 /fDoes it work? Link to comment Share on other sites More sharing options...
j4ever Posted September 3, 2004 Share Posted September 3, 2004 when is the t-39? what kind of bat? where do i put it? etc. is it guirunonce? runonceex? what is it? Link to comment Share on other sites More sharing options...
MHz Posted September 3, 2004 Share Posted September 3, 2004 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 More sharing options...
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