hey guys,
sorry to bring up an old topic, but this is exactly the problem I'm having.
i launch a reg file from the cmdlines.txt which has this:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"="s_nicholasf"
"DefaultDomainName"="CORP"
"LegalNoticeCaption"=-
"LegalNoticeText"=-
"AutoAdminLogon"="1"
"DefaultPassword"="myPwd"
"AutoLogonCount"=dword:000003e4
"AltDefaultUserName"="s_nicholasf"
"AltDefaultDomainName"="CORP"
"AltDefaultPassword"="myPwd"
"ForceAutoLogon"="1"
and the same thing happens as above - the first time it tries to login it fails at the login screen because the logon domain is set to the local PC, not to my "CORP".
As you can see i already have the altdefaultdomainname set (on a side note, does anyone find that funny? alternate default domain name? oxymoron anyone?), and i can't see how putting it in GuiRunOnce would be of any benefit?? GuiRunOnce is only exectuted AFTER the first login.. which i can't seem to kick off!
just for kicks, here's the relevent section of my unattend.txt file:
[GuiUnattended]
; Arguments= ; Used with Detached programs to provide arguments
OEMSkipRegional=1 ; Indicates Regional info GUI to be skipped in setup
; EncryptedAdminPassword=No ; For OEMs allows use of hashpwd.exe cannot be used with autologon
TimeZone="255" ; Sets Timezone 010=Mountain
OemSkipWelcome=1 ; Used to skip welcome screens in GUI setup
; ProfilesDir="" ; Allows to change default location of profiles
; AutoLogon="Yes" ; Indicates that system should autologon after reboot
; AutoLogonCount=999 ; Number of times to auto logon
; DetachedProgram="" ; Specifies programs to run concurrently with Setup
AdminPassword="blahblah"
as you can see i've commented out most of the entries as my reg file should cover it all i would say..
another thing, i tried:
"DefaultUserName"="corp\s_nicholasf"
but whnever i did that, it seemed to completely ignore the s_nicholasf username and just try and login with the administrator username (however! it was trying to logon to the domain using this method.. just the wrong username! nooo!!)
so another dead-end there.
thanks for any replies!
ps i just noticed this topic is in the RIS forum, my install isn't RIS at all, but that shouldn't matter at this point.
This post has been edited by omniwolf: 04 May 2007 - 01:33 AM