bobthenob Posted July 25, 2009 Posted July 25, 2009 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
andys_50 Posted August 13, 2009 Posted August 13, 2009 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/
HØLLØW Posted August 13, 2009 Posted August 13, 2009 (edited) 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, 2009 by HØLLØW
Martin H Posted August 15, 2009 Posted August 15, 2009 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...
g-force Posted August 16, 2009 Posted August 16, 2009 That`s my section of "winnt.sif" - look at the spaces:[GuiUnattended]EncryptedAdminPassword="No"AutoLogon="Yes"AdminPassword="*******"TimeZone=110OEMSkipRegional=1OemSkipWelcome=1
Mordac85 Posted September 6, 2009 Posted September 6, 2009 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now