Jump to content

Recommended Posts

Posted

If i use the net user method to add users, it works, but I still get promped with the windows welcome screen to add users. I have to add at least one user there to continue... Does anybody knows what to do ?

This is what I have in my winnt.sif file:

[Data]
AutomaticUpdates=1
[Unattended]
UnattendedSwitch=Yes

This is what in my useraccounts.cmd file is:

net user Jeroen /add
net localgroup Administrators Jeroen /add
net accounts /maxpwage:unlimited
EXIT

thx in advance!


Posted (edited)

Sorry for that one, I've tried many different settings like "YES", "Yes", "yes", YES, Yes etc. etc. but it never worked. I always get promped with the question if I would like to enable autoupdate and on the next screen I have to add at least one user to contenu.

This is a copy of my full winnt.sif file:

[Data]
AutomaticUpdates=1
MsDosInitiated="0"
UnattendedInstall="Yes"

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreInstall=Yes
Repartition=NO
TargetPath=\WINDOWS
UnattendedSwitch="yes"
WaitForReboot="No"
DriverSigningPolicy=Ignore

[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=105
OemSkipWelcome=1

[UserData]
ComputerName=name
FullName="me"
OrgName = ""
ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

[Display]
BitsPerPel=32
Xresolution=1024
Yresolution=768
Vrefresh=60
AutoConfirm=1

[RegionalSettings]
LanguageGroup=1
SystemLocale=00000813
UserLocale=00000813
InputLocale=0813:00000813

[URL]
Home_Page=http://www.google.be/
Search_Page=http://www.google.be/

[Identification]
JoinWorkgroup=orgus

[Networking]
InstallDefaultComponents=Yes

[IEPopupBlocker]
BlockPopups=Yes
FilterLevel=Medium
ShowInformationBar=Yes

[WindowsFirewall]
Profiles=WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode=0

Edited by Jeroeneke
Posted

Have you considered OOBEINFO.INI instead of net user method? If you are setting up a single user PC without need for predefined password, it will install your default user even more simply.

Posted
as I have already stated...
UnattendSwitch = Yes
not
UnattendedSwitch = Yes

:blink: I'm blind, and moreover I have redo the mistake :w00t: and I have mine winnt.sif opened :}

(past post edited ..)

Posted

Hi, I'm using a password so the OOBEINFO.INI method won't do it for me ;)

I'm at school right now so I can't test it.

Will let you know if it works.

Posted

It works now, I don't get promped anymore with that screen. But now there are atumatically 2 users created:

the one I have created via net user, and than an "owner" user ("Eigenaar" for the dutch speaking people here ;))

is there any way to fix that or should I have to use the OOBEINFO.INI method instead ?

Posted

try to delete him using "net user blahblah /delete"

or if u want u can keep him and assign autologon to ur created account ,

i think u can make use of my UserAccount Section of my Unattended.CMD

:: Create a new user and autologin

net user "Err0r" /add
net localgroup Administrators "Err0r" /add

net accounts /maxpwage:unlimited
net accounts ASPnet /delete

reg add HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon /v DefaultUserName /t REG_SZ /d Err0r /f
reg add HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon /v AutoAdminLogon /t REG_DWORD /d 0 /f

  • 2 weeks later...
Posted

Sorry for my late reply but I hadn't got much time last days

The method you described me doesn't work! It says that the /DELETE options is unknown (thats what DOS returns me)

any other solution or something ?

Posted

Well, let me try !

Do you use nLite (even only for slipstreaming stuf in your CD)? It looks like this prog -however cool it is otherwise- is still a neglected little boy and leaves its dirty hand-marks in a few places arround. One of those marks (although -shame on me, the blamer with no clue- I don't remember where) may be this 'owner' user (I had to deal with a 'Propriétaire' one for a while).

So anyway, to remove it you may need to use the /delete option not on the accounts but on the user:

net accounts Yourf***inOwnerHere /delete

net user Yourf***inOwnerHere /delete

Wah! Big brother is watching me! My u c and k have been censored!

Twice! He's really over me! Help! Help! Hel*******

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