April 22, 200620 yr hello,I'm making a winxp unattended cd with sp2 hotfixes and some tweaks but for some reason he doesn't want to log on when win is installedmy winnt.sif is this:;SetupMgrTag[Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes"[unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes UnattendSwitch="yes" TargetPath=\WINDOWS[GuiUnattended] OEMSkipWelcome=1 AdminPassword="*" EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=105 OemSkipWelcome=1[userData] ProductKey= FullName="Jeroen" OrgName="" ComputerName=Jeroen[Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=75[RegionalSettings] LanguageGroup=1 SystemLocale=00000813 UserLocale=00000813 InputLocale=040c:0000040c[branding] BrandIEUsingUnattended=Yes Home_Page=www.google.be[Proxy] Proxy_Enable=0 Use_Same_Proxy=1[identification] JoinWorkgroup=Werkgroep[Networking] InstallDefaultComponents=YesI thought OEMSkipWelcome=1 and unattendSwitch="yes" made this possible but seems like it doesn't*I don't have much experience with these things. Edited April 22, 200620 yr by immolation
April 22, 200620 yr You need to add this in the [GuiUnattended] part of the unattend file:AutoLogon = YesAutoLogonCount=1The count tells you how many times it will autologon for you. Edited April 22, 200620 yr by JuMz
April 22, 200620 yr It would also be a good idea to remove your product key when you post in a public forum ...CF
April 22, 200620 yr Author You need to add this in the [GuiUnattended] part of the unattend file:AutoLogon = YesAutoLogonCount=1The count tells you how many times it will autologon for you.ah ok ty It would also be a good idea to remove your product key when you post in a public forum newwink.gif ...CF good point thanks
Create an account or sign in to comment