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.
Page 1 of 1
oobeinfo.ini help
#2
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
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
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



Help
Back to top









