Jump to content

User accounts


Recommended Posts

Ok what I want to do is create 2 Xp User accounts as in $OEM$\$Docs I have added TheeBeets & Pat&Derek and would like all the data there to be in created user accounts, if you get my meaning. So what I need to know is how to create 2 accounts one called TheeBeets & Pat&Derek, if someone could give me a pointer that would be great, Thx

winnt.sif

[Data]Autopartition = 0

FloppyLess = 1

MsDosInitiated = 0

UnattendedInstall = Yes

[unattended]

UnattendMode = FullUnattended

UnattendSwitch = No

OemPreinstall = Yes

OemSkipEula = Yes

FileSystem = *

WaitForReboot = No

NoWaitAfterTextMode = 1

NoWaitAfterGUIMode = 1

TargetPath = Windows

        Repartition=Yes

[Display]

Xresolution = 1280

Yresolution = 1024

BitsPerPel = 32

        AutoConfirm=1

[GuiUnattended]

AutoLogon = No

AdminPassword = *

TimeZone = 085

OEMSkipRegional = 1

OemSkipWelcome = 1

[Components]

        msmsgs=off

msnexplr=off

freecell=off

hearts=off

minesweeper=off

pinball=off

spider=off

zonegames=off

[userData]

ProductKey = "XXXXXXXXXXXXXXXXXXXXXXX"

ComputerName = EQUINOX

FullName = TheeBeets

OrgName = Home

[RegionalSettings]

Language = 0809

Home_Page =http://www.google.co.uk

Search_Page =http://www.google.co.uk

[Networking]

        InstallDefaultComponents=No

[GuiRunOnce]

        %systemdrive%\Install\codecs.cmd

%systemdrive%\Install\wpi\WPI.hta

[shell]

CustomDefaultThemeFile="%WinDir%\Resources\Themes\Longhornish.theme"

Link to comment
Share on other sites


Im not aware there is a way to add accounts in winnt.sif. The only way I know and have being successful with is using a .cmd or .bat. You could use the following in a .cmd to create the two accounts.

ECHO Creating TheeBeets account..
net user TheeBeets /add
net localgroup Administrators TheeBeets /add
net accounts /maxpwage:unlimited

ECHO Creating Pat&Derek account..
net user Pat&Derek /add
net localgroup Administrators Pat&Derek /add
net accounts /maxpwage:unlimited

Dont know if this is any use to you, I had trouble understanding your question :unsure:

Link to comment
Share on other sites

Im not aware there is a way to add accounts in winnt.sif. The only way I know and have being successful with is using a .cmd or .bat. You could use the following in a .cmd to create the two accounts.

ECHO Creating TheeBeets account..
net user TheeBeets /add
net localgroup Administrators TheeBeets /add
net accounts /maxpwage:unlimited

ECHO Creating Pat&Derek account..
net user Pat&Derek /add
net localgroup Administrators Pat&Derek /add
net accounts /maxpwage:unlimited

Dont know if this is any use to you, I had trouble understanding your question  :unsure:

Well im trying to make an Unattended Dvd so I want it all set up pretty much I would like clean after install 2 accounts created with all the appropriate documents, pictures etc already there. If you know what I mean? That command where could I place and at what point execute so the accounts would have $OEM$\$Docs the data installed?

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