Jump to content

automatic log on


Recommended Posts

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 installed

my 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=Yes

I 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 by immolation
Link to comment
Share on other sites


You need to add this in the [GuiUnattended] part of the unattend file:

AutoLogon = Yes

AutoLogonCount=1

The count tells you how many times it will autologon for you.

Edited by JuMz
Link to comment
Share on other sites

You need to add this in the [GuiUnattended] part of the unattend file:

AutoLogon = Yes

AutoLogonCount=1

The 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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...