Jump to content

Recommended Posts

Posted

I've been trying to completely automate the install, but I keep running into that damned welcome screen. I do the create user thing in cmdlines.txt, but it doesn't skip that welcome at all. Here's snippets from my stuff...

Winnt.sif:

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

Repartition=No

UnattendedSwitch=Yes

WaitForReboot="No"

DriverSigningPolicy=Ignore

OemPnPDriversPath="Drivers\lan;Drivers\nvidia"

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=No

OEMSkipRegional=1

TimeZone=20

OemSkipWelcome=1

cmdlines.txt:

[COMMANDS]

".\installs.cmd"

installs.cmd:

ECHO Adding User "Timothy"

net user Timothy /add

net localgroup "administrators" Timothy /add

net localgroup "users" Timothy /delete

net user administrator /active:no

ECHO.

Any input would be appreciated

PS. It's corp edition so activating isn't the issue here


Posted
I hoped this would not happen ... you copied my code ... took me forever to see it: UnattendedSwitch=Yes should read UnattendSwitch=Yes.

Sorry.

Thanks....gonna copy the dvd contents over, edit file, and reburn....so i'll let you know how it turns out in a few hours :)

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