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=1 cmdlines.txt: [COMMANDS] ".\installs.cmd" installs.cmd: ECHO Adding User "Timothy" net user Timothy /add net localgroup "administrators" Timothy /add net localgroup "users" Timothy /delete net user administrator /active:no ECHO. Any input would be appreciated PS. It's corp edition so activating isn't the issue here