← Hate to say it (especially since it's my first post!!) but I think it's still broke! Just finished compiling and building my first XP SP2 combo CD with Ryans Patches & of course your DP. Everything went swimmingly (after a few hiccups ) until the final section where lo behold the Unsigned Driver warning pops up. Now I did Method 2 (as I plan to image this machine to another) using the GuiRunOnce. I'm using DP Base v5077.exe looking at RUN_ME.cmd ... CODE ... Now I might be WAY off the mark here but shouldn't method 2 also have the DriverSigning set to ignore? Rob ← Nope, that's what WatchDriverSigningPolicy.exe is for Though, if you look some further in the batchfile, you'll find this: :KtD_activate DEL /Q %DPDIR2%\BTS_DPs_cleanup.cmd ECHO. ECHO _ drivers won't be removed after the installation is complete. ROBOCOPY "%CD%" %DPDIR2% SetupCopyOEMInf.exe /MOV %RS% > NUL ROBOCOPY "%CD%" %DPDIR2% WatchDriverSigningPolicy.exe /MOV %RS% > NUL IF %M%=M2 ( Fedit -add -create -f I386\WINNT.SIF -s Unattended " DriverSigningPolicy = \"Ignore\"" Fedit -add -create -f I386\WINNT.SIF -s Unattended " NonDriverSigningPolicy = \"Ignore\"" ) Where you can clearly see it is being added to the winnt.sif file, but only if the KtD option has been enabled...