Hello everybody, I've created an unattended installation for Ms XP Pro, i would like to know what is the syntax for created a partition of 30GB on my hard disk. I've some problems with my installation, my desktop is created in a workgroup . All my parameters are in the WINNT.SIF, i want to: - disable the automatic updates - to not activate Windows - not to create an user So the installation works well, but the installation need me to disable the automatic updates, to activate or not Windows and create a local user. Here you can see some elements of my SIF file: [unattended] UnattendMode=FullUnattended UnattendSwitch=No OemPreinstall=Yes OemSkipEula=Yes FileSystem=NTFS WaitForReboot=No NoWaitAfterTextMode=1 NoWaitAfterGUIMode=1 DriverSigningPolicy=Ignore NonDriverSigningPolicy=Ignore Hibernation=No TargetPath=\WINDOWS AutoActivate=No DisableDynamicUpdates=Yes You can i've entered the parameters to disable the automatic updates, and the activation of windows, but it doesn't work . Have you an idea to solve my problem? Thanks a lot