Jump to content

Recommended Posts

Posted

I made unattended dvd for winxp(sp2 integrated)+ ms office 2003 and another programs.

in the cmdlines.txt

[COMMANDS]

"useraccounts.cmd"

"RunOnceEx.cmd"

and in the $OEM$ folder useraccounts.cmd and autologon.reg.

useraccounts.cmd:

net user my_user_name my_pass /add

net localgroup Administrators my_user_name /add

net accounts /maxpwage:unlimited

REGEDIT /S autologon.reg

pause

EXIT

-----------------------------------------------------

autologon.reg:

Windows Registry Editor Version 5.00

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

"DefaultUserName"="my_user_name "

"DefaultPassword"="my_pass "

"AutoAdminLogon"="1"

-----------------------------------------------------

unattended dvd running. when installing finalizing it wants me user name . i write another username.

when windows is starting:

i see windows user name is my_user_name(in the autologon.reg and useraccounts.cmd user)

i go to control panel 2 user opened. my_user_name and another user.

I want It doesnt want me user name after unattended installations?

does anyone know my questions?

so thx.

sorry for my english.


Posted

In your winnt.sif file or whatever you have called it have you set unto [GuiUnattended] this

AdminPassword=(password here if you want one else *)

EncryptedAdminPassword=No

If anything else is there like autologon or autologon count you need to remove that, as it does it from the stuff you have added in and can cause a conflict if its there.

Posted

my winnt.sif:

;SetupMgrTag

[Data]

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

WaitForReboot=No

[GuiUnattended]

AdminPassword="xxxx"

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=130

OemSkipWelcome=1

[userData]

ProductKey=xxxxxxxxxxxxxxxxxxxxxxxxxxxx

FullName="my_name"

OrgName="my_org"

ComputerName=comp_name

Home_Page=http://www.google.com

[Display]

BitsPerPel=32

Xresolution=1280

YResolution=1024

[TapiLocation]

CountryCode=90

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=Yes

[Components]

msmsgs=off

msnexplr=off

zonegames=off

[shell]

DefaultThemesOff = Yes

DefaultStartPanelOff = Yes

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