June 20, 200521 yr Hi folksI have made a unattended Windows XP image with sysprep and everything.Works like a charm so thats nice.Im having one problem though When im trying to add some graphic drivers for a Dell D610 with a simple bat scrip (setup -s) it hangs forever due to Windows own "Found new hardware" Wizard.It simply pops up in the front and it seems that my bat script is ignored untill I manually remove the "found new hardware" wizard screen.Dunno if I made myself clear but feel free to ask Thanks in advance.
June 20, 200521 yr add this to your winnt.sif[Unattended]UnattendMode=FullUnattendedOemSkipEula=YesTargetPath=\WINDOWSRepartition=YesUnattendSwitch="yes"WaitForReboot="No" OemPreinstall= "Yes" DriverSigningPolicy= "Ignore" NonDriverSigningPolicy= "Ignore"read how to install drivers silently.here http://unattended.msfn.org/intermediate/drivers/drivers.htm
Create an account or sign in to comment