Hey guys, I'm attempting to set it up so that I will have a user account created when the setup completes. I am following the method posted here: http://unattended.msfn.org/unattended.xp/v...web/27/#netuser. I believe I have everything setup correctly. Initially I had the administrator password input into the WINNT.SIF file. I attempted to remove it, thinking that the user information I have will take precedence, however it didn't work out that way. In order for me to be able to use the net user method, what has to be input into the WINNT.SIF file? Here is my existing file: ;SetupMgrTag [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=No TargetPath=\WINDOWS Repartition="Yes" WaitForReboot="No" UnattendSwitch="yes" [GuiUnattended] AdminPassword=encrypted EncryptedAdminPassword=Yes OEMSkipRegional=1 TimeZone=35 OemSkipWelcome=1 [UserData] ProductKey=HIDDE-NFORS-ECURI-TYPUR-POSES FullName="Work User" OrgName="Organization" ComputerName=* [Display] Xresolution=1024 YResolution=768 [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Components] msmsgs=off zonegames=off Does my WinNT.sif file need to be changed, to use the net user method? Also, here is what I have in the useraccounts.cmd file: net user Dan /add net localgroup Administrators Dan /add net accounts /maxpwage:unlimited REGEDIT /S autologon.reg EXIT You'll note I don't have a password in there. Is that possible, to have an account created using this method without a password, and is that correct? Or should I have a * after the username so it goes in as blank? Thanks!