First time post so I hope someone can help me out! Thanks for reading at least... I am seeming to have a problem with Sysprep on a Windows XP SP2 image. Example of my Sysprep.inf file is below. I have the lines below specifiying to prompt me for a ComputerName, and then to join the domain during Mini-Setup. The issue I am seeing is that it just completely skips over these lines and I am never prompted for either. Thus my computername stays the same and I end up having to rename it and join the domain manually after Mini-setup is all completed. Any thoughts? [unattended] OemSkipEula=Yes InstallFilesPath=C:\Windows\i386 ExtendOemPartition=1 KeepPageFile=0 ResetSourcePath = C:\Windows\i386 DriverSigningPolicy=Ignore UpdateInstalledDrivers=Yes OemPnPDriversPath=D\1\1;D\1\2\1;D\1\2\2; [GuiUnattended] AdminPassword="Password" EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=20 OemSkipWelcome=1 [userData] ComputerName= ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX FullName="Org" OrgName="Org" [Networking] InstallDefaultComponents=Yes [identification] JoinDomain = My.Domain.com