Jump to content

Recommended Posts

Posted (edited)

Hi everyone, i have a dilemma ! I find it annoying to enter Password for administrator which i am myself during the installation of WindowXP SP2, in fact the installation process always ask for administrator password in order to continue the installation of windows;

How do i automate this process so that when i install windowsxp each time, i don't need to enter the password again and goes in an autologin process with the administrator account itself :wacko:

Here is my winnt.sif

; Generated by nLite 1.0 beta 6

[Data]

Autopartition = 0

MsDosInitiated = 0

UnattendedInstall = Yes

[unattended]

UnattendMode = FullUnattended

UnattendSwitch = Yes

OemPreinstall = Yes

OemSkipEula = Yes

FileSystem = *

WaitForReboot = No

NoWaitAfterTextMode = 1

NoWaitAfterGUIMode = 1

TargetPath = WINDOWS

DriverSigningPolicy = Ignore

NonDriverSigningPolicy = Ignore

[GuiUnattended]

AutoLogon = Yes

EncryptedAdminPassword = No

AdminPassword = "test"

TimeZone = 165

OEMSkipRegional = 1

OemSkipWelcome = 1

Help me out plzzzzzzzz

Edited by Gomzy

Posted

It needs to look like this:

[GuiUnattended]

EncryptedAdminPassword = No

AdminPassword = "test"

AutoLogon = Yes

AutoLogonCount = 2

TimeZone = 010

OEMSkipRegional = 1

OemSkipWelcome = 1

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