TheeBeets Posted May 12, 2005 Posted May 12, 2005 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, Thxwinnt.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"
Mike_Wilson Posted May 12, 2005 Posted May 12, 2005 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 /addnet localgroup Administrators TheeBeets /addnet accounts /maxpwage:unlimitedECHO Creating Pat&Derek account..net user Pat&Derek /addnet localgroup Administrators Pat&Derek /addnet accounts /maxpwage:unlimitedDont know if this is any use to you, I had trouble understanding your question
TheeBeets Posted May 12, 2005 Author Posted May 12, 2005 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 /addnet localgroup Administrators TheeBeets /addnet accounts /maxpwage:unlimitedECHO Creating Pat&Derek account..net user Pat&Derek /addnet localgroup Administrators Pat&Derek /addnet accounts /maxpwage:unlimitedDont know if this is any use to you, I had trouble understanding your question <{POST_SNAPBACK}>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?
tommy_vercetti Posted May 12, 2005 Posted May 12, 2005 Hi,Dude, you are asking for way too much, that's gonna be really hard, take the trouble to put your stuff manually.
Martin Zugec Posted May 12, 2005 Posted May 12, 2005 Ehm, could you please explain your request again? I dont understand what you mean
Ghostrider Posted May 12, 2005 Posted May 12, 2005 Try Xplode, it will create user accounts http://www.msfn.org/board/index.php?showforum=86
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now