July 25, 200917 yr hi thanks for a great forumI havent made any unatttended cds for quite a whilebut a freind needs me to make him one ive got it all working exsept auto loging inwhen windows has finished installing as it loads to run my GuiRunOnce i get two logins new user and owneri know ive done it before but cant find the awser thanks for reading; Generated by nLite 1.4.7[Data]AutomaticUpdates="No"Autopartition=0MsDosInitiated=0UnattendedInstall="Yes"[Unattended]UnattendMode=ReadOnlyUnattendSwitch="Yes"OemPreinstall="Yes"OemSkipEula="Yes"FileSystem=*WaitForReboot="No"NoWaitAfterTextMode=1NoWaitAfterGUIMode=1DriverSigningPolicy=IgnoreNonDriverSigningPolicy=IgnoreOemPnPDriversPath= "Drivers\Display,Drivers\Display2,Drivers\Audio,Drivers\Network,Drivers\chipset,Drivers\SYSTEM"[OemInfFiles]OemDriverFlags = 1[Display]Xresolution = 1280Yresolution = 1024[SystemRestore][GuiUnattended]AutoLogon = "Yes"AdminPassword = *EncryptedAdminPassword = "No"TimeZone=085OEMSkipRegional=1OemSkipWelcome=1[Components][UserData]ProductKey="=========================="ComputerName = "jim"FullName = "owner"OrgName = "owner"[RegionalSettings]LanguageGroup=1SystemLocale="0809"UserLocale="0809"UserLocale_DefaultUser="0809"InputLocale="0809:00000809"InputLocale_DefaultUser="0809:00000809"[Networking]InstallDefaultComponents="Yes"[Identification]JoinWorkgroup="Home"[GuiRunOnce]%systemdrive%\install\start.cmd
August 13, 200917 yr Not sure if this is what you want but the link below shows two methods of auto logon.http://unattended.msfn.org/unattended.xp/view/web/27/
August 13, 200917 yr To get the autologin working, you must set the following parameter in your "WINNT.SIF" file:AutoLogonCount="1"You must set a number of how many autologins you'd like to perform. Edited August 13, 200917 yr by HØLLØW
August 15, 200917 yr It shouldn't be set if wanting auto-logon always I couldn't really tell exactly from the OPs post if that's what he wanted or not...
August 16, 200917 yr That`s my section of "winnt.sif" - look at the spaces:[GuiUnattended]EncryptedAdminPassword="No"AutoLogon="Yes"AdminPassword="*******"TimeZone=110OEMSkipRegional=1OemSkipWelcome=1
September 6, 200916 yr OK, AutoLogon="Yes" in the WINNT.SIF or SYSPREP.INF are only intended to complete any build processing. To enable autologon once the build is complete you need to set some reg keys under HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon. MSKB 315231 gives you the details, but essentially you need to set these values: AutoAdminLogon=1 DefaultUserName=<user account name> DefaultPassword=<account password> DefaultDomain=<domain or computername if in a workgroup>But remember, if for some reason the user logs out and logs in with another username the DefaultUserName will change dynamically as it's intended to do, not to mention the password is sitting in your registry in cleartext. TweakUI can obfuscate this, but for those that know how, it's not difficult to obtain the password. Hence the reason autologins are not recommended on any OS.
Create an account or sign in to comment