MSFN Forum: Disable Driver Signing Policy during setup? - MSFN Forum

Jump to content


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Disable Driver Signing Policy during setup? Rate Topic: -----

#21 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,266
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 08 July 2007 - 08:41 AM

the Driversigningpolicy setting is not what I posted about. Updateinstalleddrivers is the setting you need. read last post again.


#22 User is offline   HJW 

  • MultiBoot Freak
  • PipPip
  • Group: Members
  • Posts: 177
  • Joined: 26-February 05

Posted 08 July 2007 - 11:30 AM

View PostMStest, on Nov 21 2003, 07:34 AM, said:

Use hex edit to hack syssetup.dll:
find string"D.r.i.v.e.r. S.i.g.n.i.n.g. P.o.l.i.c.y.s.e.e.k. d"
replace"s.e.e.k.d" with"I.g.n.o.r.e" :thumbup


Any chances to apply this trick to Vista? :whistle:

Just a thought :sneaky:

#23 User is offline   p4ntb0y 

  • Member
  • PipPip
  • Group: Members
  • Posts: 237
  • Joined: 14-February 06

Posted 08 July 2007 - 11:49 AM

@ICEMAN

I allready have updateinstalleddrivers=Yes

snippet from sysprep.inf

[GuiUnattended]
AdminPassword="s1mfatxp"
EncryptedAdminPassword=NO
OEMSkipRegional=1
OEMDuplicatorstring="Version 1.0"
DriverSigningPolicy="Ignore"
UpdateInstalledDrivers=Yes
TimeZone=85
AutoLogon=Yes
AutoLogonCount=1

#24 User is offline   LeveL 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 551
  • Joined: 30-September 05

Posted 12 October 2007 - 06:35 PM

Had to laugh at these post dates...

December 2003...

View Postalienboo, on Dec 12 2003, 01:53 PM, said:

SFC wont run if u do that hack

Just add that line under [AddReg] Section and go install your win xp / 2k3


Next post, July 2007...

View Postp4ntb0y, on Jul 5 2007, 07:24 PM, said:

@Alienboo

I have used your method and works great during unattend, however when I sysprep the machine it reverts back.


I have visions of this guy "alienboo" sat there with a 5ft long beard, siezed legs, at his PC waiting all this time for a reply. Sorry, just my warped imagination getting the better of me.

:thumbup

This post has been edited by LeveL: 12 October 2007 - 06:37 PM


#25 User is offline   David McMahon 

  • Newbie
  • Group: Members
  • Posts: 49
  • Joined: 30-November 07

Posted 28 February 2009 - 12:29 PM

That's nothing here I am trying to work out the best/easiest/safest way to disable it so the Driver pack finisher doesn't go bong 600+ times!!

#26 User is offline   orale 

  • Group: Members
  • Posts: 1
  • Joined: 15-August 11
  • OS:none specified
  • Country: Country Flag

Posted 15 August 2011 - 11:14 AM

My problem is even worth, I was updating the drivers and on the middle of it, the USB stopped responding and at the same time, Windows is asking me if I want to continue with the drivers that are not signed

The problem is that my Keyb and Mouse are USB and I have no way to communicate to Windows

I've changed the registry by using wininternals regedit from BartPE but no luck, still asking for my answer to install the driver

Re-install is pretty much the only fix for the many Windows problems, however I want to try my luck with hacking syssetup.dll - But if it were just a matter of hacking syssetup.dll, then the hardware manufacturer can do the same so the point of PrivateHash makes no sense

Anyway, can you help me with more information about how to modify syssetup.dll?

#27 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 28 April 2012 - 11:31 AM

View Postalienboo, on 12 December 2003 - 06:53 AM, said:

SFC wont run if u do that hack

I'd just like to ask... is this really true? Does patching syssetup.dll really break SFC?

#28 User is offline   VantageNoir 

  • Group: Members
  • Posts: 1
  • Joined: 09-February 13
  • OS:none specified
  • Country: Country Flag

Posted 09 February 2013 - 03:38 PM

View PostMStest, on 20 November 2003 - 11:34 PM, said:

Use hex edit to hack syssetup.dll:
find string"D.r.i.v.e.r. S.i.g.n.i.n.g. P.o.l.i.c.y.s.e.e.k. d"
replace"s.e.e.k.d" with"I.g.n.o.r.e" :)


This doesn't work in XP x64 and I doubt it would work in XP x86. There is a similar section but with no chance of setting anything.

You can turn off Driver Signing easy by making simple changes to Windows Setup CD.

- For install place these two strings under [Unattended] section in WINNT.SIF

DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore


- For after install change these strings in HIVESFT.INF

HKLM,"SOFTWARE\Microsoft\Driver Signing",,0x00000010

to
HKLM,"SOFTWARE\Microsoft\Driver Signing",,0x00000000


HKLM,"SOFTWARE\Microsoft\Non-Driver Signing",,0x00000010

to
HKLM,"SOFTWARE\Microsoft\Non-Driver Signing",,0x00000000


Voila! XD

This post has been edited by VantageNoir: 09 February 2013 - 04:28 PM


Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy