traxx Posted October 17, 2003 Posted October 17, 2003 I've been trying to completely automate the install, but I keep running into that damned welcome screen. I do the create user thing in cmdlines.txt, but it doesn't skip that welcome at all. Here's snippets from my stuff...Winnt.sif:[unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS Repartition=No UnattendedSwitch=Yes WaitForReboot="No" DriverSigningPolicy=Ignore OemPnPDriversPath="Drivers\lan;Drivers\nvidia"[GuiUnattended] AdminPassword=* EncryptedAdminPassword=No OEMSkipRegional=1 TimeZone=20 OemSkipWelcome=1cmdlines.txt:[COMMANDS]".\installs.cmd"installs.cmd:ECHO Adding User "Timothy"net user Timothy /addnet localgroup "administrators" Timothy /addnet localgroup "users" Timothy /deletenet user administrator /active:noECHO.Any input would be appreciatedPS. It's corp edition so activating isn't the issue here
GreenMachine Posted October 17, 2003 Posted October 17, 2003 I hoped this would not happen ... you copied my code ... took me forever to see it: UnattendedSwitch=Yes should read UnattendSwitch=Yes.Sorry.
traxx Posted October 17, 2003 Author Posted October 17, 2003 I hoped this would not happen ... you copied my code ... took me forever to see it: UnattendedSwitch=Yes should read UnattendSwitch=Yes.Sorry.Thanks....gonna copy the dvd contents over, edit file, and reburn....so i'll let you know how it turns out in a few hours
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