MSFN Forum: oobeinfo.ini help - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

oobeinfo.ini help Rate Topic: -----

#1 User is offline   tr4ck 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 17-December 03

Posted 24 June 2004 - 10:25 PM

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

[URL]
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.


#2 User is offline   [BM]Crusher 

  • Got milk?
  • PipPipPipPip
  • Group: Members
  • Posts: 570
  • Joined: 05-April 04

Posted 25 June 2004 - 01:58 AM

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

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy