Jump to content

dbrinks

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by dbrinks

  1. @ camaroguy why not just: [unattended] InstallFilesPath=C:\sysprep\i386 [userData] FullName="" OrgName="" ComputerName=Your Computer Name Not sure about autologon. do you mind explaining why you need it to do this? @Tripredacus I just use the first character of the type then just use 1, 2, 3 for example: \a\1, v\2, c\3. (Audio Video Chipset, respectively) @ghost123abc in the bios of your 755 go to drives then sata operation and change it to AHCI. (Sorry, need to look at the screen to be more specific) Finally, Can you guys please take a look at my post. Entered today May 21st 2008 in the same section Thanks! Dbrinks
  2. Here's the problem: After sysprepping a Win xp sp2 machine, capturing w/ ghost 8.0, and deploying to another machine I continue to get Driver signing popups while setup is loading the required drivers. This is really annoying if you have alot of unsigned drivers. This image supports about 30 models so there's alot, digitally signing all of the drivers is NOT practical. I need to be able to permanently turn this off. Here's what I've done so far: Reg Keys: [HKEY_CURRENT_USER\Software\Microsoft\Driver Signing] "Policy"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing] "Policy"=hex:00 [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows NT\Driver Signing] "BehaviorOnFailedVerify" = dword:00000000 Hacked SFC_OS.dll in C:\windows\system32 & C:\Windows\System32\dllcache. & C:\Code\I386 to disable Windows File Protection. Finally, Group policy There is one in userconfig\admintemplates\system and another in compconfig\WindowsSettings\SecuritySettings\LocalPolicies\securityoptions Here's a snippet from sysprep.inf: [unattended] OemSkipEula=Yes OEMPreinstall=Yes InstallFilesPath=C:\Sysprep\i386 DriverSigningPolicy=Ignore ExtendOemPartition=1 NoWaitAfterGuiMode=1 UpdateInstalledDrivers=Yes ;UpdateUPHAL = "ACPIAPIC_UP,%WINDIR%\Inf\Hal.inf" OemPnPDriversPath= So after all that, then sysprepping, and capturing for deployment, I continue to get the "Windows Logo testing" "This driver has not been approved by Microsoft" popup for each driver that's not signed. thanks for any suggestions! Dbrinks.
×
×
  • Create New...