Jump to content

Recommended Posts

Posted (edited)

My unattended setup is interrupted by the following.

unattended3mf.jpg

I hit ok, then get this screen

nextscreen5rh.jpg

and my winnt.sif is

EDITED:

[Data]
Autopartition = 0
MsDosInitiated = 0
UnattendedInstall = Yes

[Unattended]
UnattendMode = FullUnattended
UnattendSwitch = Yes
OemPreinstall = Yes
OemSkipEula = Yes
FileSystem = *
WaitForReboot = No
NoWaitAfterTextMode = 1
NoWaitAfterGUIMode = 1
DriverSigningPolicy = Ignore
NonDriverSigningPolicy = Ignore
Hibernation = No

[Display]
Xresolution = 1280
Yresolution = 1024
BitsPerPel = 32
Vrefresh = 60

[SystemRestore]

[GuiUnattended]
AutoLogon = Yes
EncryptedAdminPassword = No
TimeZone = 035
OEMSkipRegional = 1
OemSkipWelcome = 1

[Components]

[UserData]
ProductKey = "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
ComputerName = Xxxx
FullName = "Xxxx Xxxx"
OrgName = "Xxxx Inc."

[RegionalSettings]
LanguageGroup = 1
SystemLocale = 00000409
UserLocale = 00000409
InputLocale = 0409:00000409

[Networking]
InstallDefaultComponents = Yes

[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode = 0

[Identification]
JoinWorkgroup = SYSNET

[Shell]
CustomDefaultThemeFile = "%WinDir%\Resources\Themes\Royale.Theme"

[GuiRunOnce]
%systemdrive%\install\start.cmd

I do not want an admin password. Any ideas what is wrong?

Edited by ebin25

Posted

Well... There's a contradiction in your setup, which you already stated yourself:

AutoLogon = Yes
AdminPassword =

AutoLogon logs on the admin user, but you should have a password, else it won't log on. Also, it's strongly recommended to set an admin password. Use 'admin' as password if you have to. But set SOMETHING!

Posted (edited)

AdminPassword =

was not in there. I accidentally posted teh winnt.sif i was playing with when trying to find the problem. I could try removing AutoLogon = Yes and adding AdminPassword = XXxxXX

EDIT:

I have tried it with AdminPassword = XXXX, AutoLogon = Yes, and with neither. Every time I get same results. Any more ideas?

Edited by ebin25

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...