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.