Klean Posted April 26, 2004 Posted April 26, 2004 Hey!I am having problems with doing a second Administrative Logon. Here are the files I am working with :Setup.reg (called from the Cmdlines.txt)[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"AutoAdminLogon"="1""DefaultUserName"="Administrateur""DefaultPassword"="mypassword"I then call back a reboot command using the ShutDown.exe program, importing these values in the registry.** Problem is when I want to log back, I still have the admin username/password screen. This prevents me from doing a fully unattended install as I import other RunOnceEx values to complete minor installs.Anyone have an idea ?
Noise Posted April 26, 2004 Posted April 26, 2004 Try adding (quick and dirty here - adapt accordingly)AutoLogonCount = 2 (REG_DWORD)DefaultDomainName = "%COMPUTERNAME%" (REG_SZ)
Klean Posted April 29, 2004 Author Posted April 29, 2004 Hey!Thank you very much for the hint as it finally works out very well! I was missing thse two values all along ... Thanx again for saving me some precious time!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now