Disable Driver Signing Policy during setup?
#21
Posted 08 July 2007 - 08:41 AM
#22
Posted 08 July 2007 - 11:30 AM
#23
Posted 08 July 2007 - 11:49 AM
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
Posted 12 October 2007 - 06:35 PM
December 2003...
alienboo, on Dec 12 2003, 01:53 PM, said:
Just add that line under [AddReg] Section and go install your win xp / 2k3
Next post, July 2007...
p4ntb0y, on Jul 5 2007, 07:24 PM, said:
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.
This post has been edited by LeveL: 12 October 2007 - 06:37 PM
#25
Posted 28 February 2009 - 12:29 PM
#26
Posted 15 August 2011 - 11:14 AM
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
Posted 28 April 2012 - 11:31 AM
#28
Posted 09 February 2013 - 03:38 PM
MStest, on 20 November 2003 - 11:34 PM, said:
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
- ← Enable Auto-hide taskbar & Quick Launch IF YOU ARE LOGGED IN.
- Unattended Windows 2000/XP/2003
- Micron TransPort T1000 and ClientPro 365 →



Help

Back to top









