Jump to content

user accounts creation help, and more help needed


Recommended Posts

:realmad: ARRG this Unattended dvd is really taking the cake from me now lol..

Ok atm ive knocked it down to 2 problems!

here they are..

When installing Norton System Works 2004 it still wants to restart! i have tried many different things but no work..

I am trying to install NSW during the GUIRUNONCE stage inside of a .bat file

Here is what im using!

ECHO.
ECHO Registering NSW Pro 2004
REGEDIT /S %systemdrive%\Install\Applications\NSW\nswreg.reg
ECHO Installing Norton System Works 2004
Echo Please Wait...
start /wait %systemdrive%\Install\Applications\NSW\NSWSETUP.exe /qb REBOOT=ReallySuppress

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

Now my second problem consists of my users.!

i want to create 3 user accounts.. they all to be computer admins and to have individual passwords set on them!

Heres what i have..!

C:\XPCD\$OEM$\$$\system32\oobe\oobeinfo.ini

[UserInfo]
Identity001="Jamie"
Identity002="Joanne"
Identity003="Jairo"

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

My winnt.sif

;SetupMgrTag
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
AutomaticUpdates=no

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
UnattendSwitch="yes"
TargetPath=\WINDOWS
WaitForReboot=No
DriverSigningPolicy=Ignore

[GuiUnattended]
AdminPassword="testing"
AutoLogon=Yes
EncryptedAdminPassword=No
OEMSkipRegional=1
TimeZone=255
OemSkipWelcome=1
AutoLogonCount=1

[UserData]
ProductKey=...............
FullName="JaMbO"
OrgName="Home"
ComputerName=JaMbOs

[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768
Vrefresh=85

[TapiLocation]
CountryCode=6721
Dialing=Tone
AreaCode=02

[RegionalSettings]
LanguageGroup=1
Language=00000c09

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes

[Components]
msmsgs=off
msnexplr=off
freecell=off
hearts=off
minesweeper=off
spider=off

[Shell]
DefaultStartPanelOff = Yes

[GuiRunOnce]
%systemdrive%\Install\BatchFile.cmd

[WindowsFirewall]
[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode = 0

[URL]
Home_Page=http://www.ninemsn.com.au

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

Now what else do i have to do/make to get these accounts to be created with passwords and auto login ( so i can then make all the documents be put in there proper folders)??

When i first logon though automatically i would like it to logon to the Jamie account as that is the main admin account..

so if anyone out there can please help me lol.. im in great need :P

Link to comment
Share on other sites


afaik, the second part is explained nicely on the Unattended page. To set a password for (for example) Jamie use this in a batch file:

net user Jamie <password>

And to autologon Jamie add this to a reg file and import it:

Windows Registry Editor Version 5.00 

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"="Jamie"
"DefaultPassword"="<password>"
"AutoAdminLogon"="1"

Link to comment
Share on other sites

Ok my bad about topic lol and thanks Tsunami for that post :thumbup

So in that useraccounts.cmd can you put more than one user?

eg..

net user Jamie blah /add
net localgroup Administrators Jamie /add
net accounts /maxpwage:unlimited
REGEDIT /S autologon1.reg

net user Joanne nee /add
net localgroup Administrators Joanne /add
net accounts /maxpwage:unlimited
REGEDIT /S autologon2.reg
EXIT

and just make more than one autologon.reg file?

Link to comment
Share on other sites

The autologon.reg file sets one user as the default to ALWAYS log in when the computer starts. If you set each one to automatically log in, then the last one will be the default that will always be logged in upon boot and everyone else will have to log out to log into their account. I assume this is not what you want. Just don't use the autologon reg file and the rest should work fine.

Link to comment
Share on other sites

ok i found a switch for NSW that works its :)

NSWSETUP.exe /O REBOOT=ReallySuppress /QB

But lol.. now when after it i goto install Norton Internet Security 2004 i get an error " setup has detected that a previous install or uninstall has been completed but requires a restart.. blah blah "

ive attached a printscreen of it for you to look at :P

so any ideas what to do there?

post-70-1096645075_thumb.jpg

Link to comment
Share on other sites

Ok fixed the installation of NSW and NIS pro.. after the installations you have to clear the temp folder then the installation can continue.

but as for the user accounts they got created yeah no probs, put the passwords on great, but i actually had to log onto the account with password to continue the windows installation!

Also how can i get the documents to be put into the new accounts? :wacko:

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