Jump to content

oobeinfo.ini help


Recommended Posts

Hi. I have my oobeinfo.ini in $OEM$\$$\System32\oobe. In it I have 1 user:

[userInfo]

Identity000="Vishal"

I tested my unattended cd with vmware, when it tries to autologin it says "the system could not log you in" when I hit ok it logs me in as "Administrator".

In $OEM$ I got CMDLINES.TXT which calls autologin.reg whose contents are:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"DefaultUserName"="Vishal"

"DefaultPassword"=""

"AutoAdminLogon"="1"

Here are the contents of my winnt.sif file:

[Data]

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

FileSystem=*

UnattendSwitch="yes"

WaitForReboot="No"

Repartition=No

OemPnPDriversPath="drivers\graphics"

DriverSigningPolicy=Ignore

KeyboardLayout="US"

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=4

OemSkipWelcome=1

[userData]

ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

FullName="Vishal"

OrgName=""

ComputerName=Home

[Display]

BitsPerPel=16

Xresolution=1024

YResolution=768

Vrefresh=75

[TapiLocation]

CountryCode=107

Dialing=Tone

AreaCode=604

[RegionalSettings]

LanguageGroup=1

Language=00000409

[branding]

BrandIEUsingUnattended=Yes

Home_Page=http://www.google.ca/

Search_Page=http://www.google.ca/

[Proxy]

Proxy_Enable=0

Use_Same_Proxy=1

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=No

[NetAdapters]

Adapter1=params.Adapter1

[params.Adapter1]

INFID=*

[NetProtocols]

MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]

DNS=Yes

UseDomainNameDevolution=No

EnableLMHosts=Yes

AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]

SpecificTo=Adapter1

DHCP=Yes

WINS=No

NetBIOSOptions=0

[shell]

DefaultThemesOff = Yes

[GuiRunOnce]

%systemdrive%\install\start.cmd

Am i missing something or is it something i'm doing wrong?

Thanks for the help.

Link to comment
Share on other sites


how are you creating the account?

no good putting it in oobeinfo.ini that is only for windows welcome

you have to run a batch file that adds the user account, then you can add the autologon.reg and it will autologon...

something like

@echo off
net user "SuperXP" password /add
net localgroup Administrators "SuperXP" /add
REGEDIT /S autologon.reg

you might want to add the password never expires option though :)

you should try and keep the FullName, ComputerName and UserName different though or you might run into problems

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...