I am so close to completing my first unattended XP SP2 cd thanks to msfn however I still have two problems/errors that I can't seem to get by. The first: I have specified the computername in my winnt.sif file however it continues to set itself to "mobile-" and the a random string of number and letters. Here is a clip of my winnt.sif file: [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] AutoActivate=YES CrashDumpSetting=0 DisableDynamicUpdates=Yes DriverSigningPolicy=Ignore FileSystem=NTFS UnattendMode=FullUnattended UnattendSwitch=Yes OemPreinstall=Yes OemSkipEula=Yes WaitForReboot=No TargetPath=\Windows NonDriverSigningPolicy=Ignore Hibernation=No Repartition=Yes [GuiUnattended] AdminPassword="password" EncryptedAdminPassword=NO AutoLogon=Yes TimeZone=20 OEMSkipRegional=1 OemSkipWelcome=1 ProfilesDir="C:\Documents and Settings\" AutoLogonCount=2 [UserData] ProductKey="Product Key" FullName="Scott Stein" OrgName="Mobile Gear" ComputerName=ComputerName The second problem is during the user setup in my useraccounts.cmd I receive the following error message when it is run: The user or group account specified cannot be found. The user was successfully created but could not be added to the users local group. NET HELPMSG 3774 Here is a clip of the useraccounts.cmd file, the error occurs at the net user /add line: @echo off net user username /add net user username password net localgroup Administrators username /add net accounts /maxpwage:unlimited ECHO. Echo Processing autologon REGEDIT /S autologon.reg Echo Autologon completed successfully echo. pause EXIT Any help would be greatly appreaciated. Thanks in advanced -Scott