Jump to content

first time login help needed


Recommended Posts

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

Link to comment
Share on other sites


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.

Link to comment
Share on other sites

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