Jump to content

Adding Users \ Automatic Updates


Recommended Posts

I hope somebody here can help me.

I have tried putting the OOBEINFO.INI file in $OEM$\$$\System32.. didnt work

tried launching a .cmd file thats loaded in cmdlines.txt in $OEM$ which calls for the folowing cmd file to run.

net user Admin "" /add

net accounts /maxpwage:unlimited

REGEDIT /S autologon.reg

EXIT

Both ways during the XP install it still asks me "Who will use this computer?"

Also it brings up a screen that says

Help Protect your PC by turning automatic updates on

ALSO it asks if I want to register windows XP.

How can I get rid of these screens?

This is my winnt.sif file

;SetupMgrTag

[Data]

AutomaticUpdates=Yes

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=NO

AutoLogon=Yes

AutoLogonCount=2

OEMSkipRegional=1

TimeZone=35

OemSkipWelcome=1

[Display]

ScreenResolutionCheck=0

BitsPerPel=16

Xresolution=800

Yresolution=600

Vrefresh=70

AutoConfirm=1

ConfigureAtLogon=0

[userData]

FullName="Standard"

OrgName="Org"

ComputerName=Computer

ProductID=HAHA NO WAY YOU CAN STEAL MY KEY

[GuiRunOnce]

%systemdrive%\install\XPupdates.cmd

rd /s /q c:\install

[TapiLocation]

CountryCode=1

Dialing=Tone

[RegionalSettings]

LanguageGroup=5,1

SystemLocale=00000409

UserLocale=00000409

InputLocale=0409:00000409

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=Yes

[Components]

msmsgs=off

msnexplr=off

zonegames=off

[WindowsFirewall]

Profiles=WindowsFirewall.Standard

[WindowsFirewall.Standard]

Mode=1

Exceptions=1

Notifications=1

Link to comment
Share on other sites


Read:

http://unattended.msfn.org/global/reference.htm

Change to:

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
UnattendSwitch=Yes

Now it should not ask Help Protect your PC by turning automatic updates on since you already have AutomaticUpdates=yes in the data section. Same with register windows screen.

Hopefully it will take care of the login problem. Not really sure. Dont add users myself.

Though I highly recommand you add a pw to your admin account. Thats just asking for trouble.

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