Jump to content

Recommended Posts

Posted

hi everyone

i searched in theese forum on how to do automatically login the first time and i found i need to add theese 2 lines

AutoLogon=Yes

AutoLogonCount=1 under [GuiUnattended] here is mine

;SetupMgrTag
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
FileSystem=*
UnattendSwitch="yes"
WaitForReboot="No"
DriverSigningPolicy=Ignore

[GuiUnattended]
AdminPassword="Kulis"
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=105
OemSkipWelcome=1
AutoLogon=Yes
AutoLogonCount=1

but i ve tried 2 times and mu unattended windows still asks for a password during the first login

anyone know how to fix this problem ?

Thanx in advance


Posted

Hello,

Unfortunately i cannot help you.

However, while we're on the subject of auto-logon, and it not working correctly, does anyone have any idea why the below wouldn't work. It's an example taken from Alanoll's Unattended Windows page.

Batch file:

net user John asdf1234 /add
net localgroup Administrators John /add
net accounts /maxpwage:unlimited
REGEDIT /S autologon.reg
EXIT

Registry entry:

Windows Registry Editor Version 5.00 

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"="John"
"DefaultPassword"="asdf1234"
"AutoAdminLogon"="1"

laze.

Posted

Hey TheCrowX

Try this sequence, maybe windows got distracted.

[GuiUnattended]

AdminPassword="Kulis"

EncryptedAdminPassword=NO

AutoLogon=Yes

AutoLogonCount=1

OemSkipWelcome=1

OEMSkipRegional=1

TimeZone=110

Greetz

Posted

The one major difference I see, besides the order, is that you have quotes around the password and I don't. Try removing the quotes and see what happens.

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