Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

oobeinfo.ini help

Featured Replies

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.


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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.