Drakhan Posted June 20, 2005 Posted June 20, 2005 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.
Astalavista Posted June 20, 2005 Posted June 20, 2005 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
Drakhan Posted June 20, 2005 Author Posted June 20, 2005 Thank you very much.I will try this right away.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now