Tech Support > Microsoft Windows > Setup & Deployment > Winnt.sif file issue..really need help :-(
Winnt.sif file issue..really need help :-(
Posted by jonbennett on April 6th, 2008


Hi everyone. I've recently been working on automating installation of an OS.
However I want my OS to autologon which is fine with an admin account but it
doesnt work with user account.

Is there any way of adding a user account without putting it on the disk, as
I want to give the user the option of changing usernames, where as on the
disk it will be set. I have tried the following in my winnt.sif file:

[GuiRunOnce]
Command0="net user jon jonpassword /ADD"
Command1="net localgroup Administrators jdoe /ADD"
%systemdrive%\install\Setup.exe

Basically i'm trying to create an account, then autologon with that account
and proceed to running the Setup.exe. My setup.exe works just fine and
installs but i'm struggling to solve this user account issue.

My winnt.sif file is located on floppy, so the user can modify it when need
be.

Posted by jonbennett on April 6th, 2008


One possible idea I have is to put a batch file on the floppy and call this
file from the winnt.sif file if thats possible?..

Then on next login it would appear as Jon Bennett. Just as a guess

Posted by Shenan Stanley on April 6th, 2008


jonbennett wrote:
jonbennett wrote:
http://unattended.msfn.org/
http://unattended.sourceforge.net/

Search around. I think you will solve this and many other issues with the
two sites above.

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html



Posted by benzida badreddine \(yahoo account\) on April 15th, 2008


nlite from www.nliteos.com is the solution for you
it is a free tool

regards
badreddine
System Admin
SH/BP/Statoil joint venture.

"Shenan Stanley" <newshelper@gmail.com> wrote in message
news:uRWZSTBmIHA.2328@TK2MSFTNGP03.phx.gbl...



Similar Posts