Hi folks I'm making an auto-install cd for windows xp. I want to enter the serial number and hostname manually for each installation. (that's why I choose UnattendedMode=DefaultHide). But although I set UnattendedSwitch="yes", it displays the "activation" and "add users" in the setup. Here's a part from my winnt.sif: ... [Unattended] UnattendMode=DefaultHide OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS FileSystem=* UnattendedSwitch="yes" WaitForReboot="No" KeyboardLayout="Deutsch (Schweiz)" ... Is there any possibility, to 1) skip the activation dialog in the setup (so I can activate it later with the "key" in the taskbar)? 2) skip the add user dialog in the setup and add (if necessary) the users later? thank you for your inspirations saimen PS: Despite of those two small "problems", everything else works wonderful.