How can I run a cmd script during windows setup somewhere between the beginning of phase 3 and the beginning of phase 5? I need to copy hardware dependent files from the USB drive to the C: drive before the hardware detection kicks in. I use wmic, which runs in WinPE, to determine the hardware.
Posted here as well.