immolation Posted April 22, 2006 Posted April 22, 2006 (edited) 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, 2006 by immolation
JuMz Posted April 22, 2006 Posted April 22, 2006 (edited) 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, 2006 by JuMz
cancerface Posted April 22, 2006 Posted April 22, 2006 It would also be a good idea to remove your product key when you post in a public forum ...CF
immolation Posted April 22, 2006 Author Posted April 22, 2006 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
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