February 8, 200719 yr I have been able to install RIS and get it working pretty well. One thing that I have had an issue with is after the initial RIS installation, the workstation is joined to the domain but by default you have to click options, select domain from drop down, than logon to the domain. Is there a way to set the default log on to the domain rather then the local machine??-Dave
February 12, 200719 yr Here's the code I use to force an auto domain logon. It's included in RunOnceEx.cmd at T-13.::SETS AUTOLOGON KEYSET KEY=HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon::ENABLES SINGLE LOGONREG ADD "%KEY%" /f /v DefaultDomainName /t REG_SZ /d DOMAINREG ADD "%KEY%" /f /v AltDefaultDomainName /t REG_SZ /d DOMAINREG ADD "%KEY%" /f /v CachePrimaryDomain /t REG_SZ /d DOMAINREG ADD "%KEY%" /f /v DefaultUserName /t REG_SZ /d USERNAMEREG ADD "%KEY%" /f /v AltDefaultUserName /t REG_SZ /d USERNAMEREG ADD "%KEY%" /f /v DefaultPassword /t REG_SZ /d PASSWORDREG ADD "%KEY%" /f /v AutoLogonCount /t REG_DWORD /d 1REG ADD "%KEY%" /f /v AutoAdminLogon /t REG_SZ /d 1REG ADD "%KEY%" /f /v DontDisplayLastUserName /t REG_DWORD /d 0REG ADD "%KEY%" /f /v ShowLogonOptions /t REG_DWORD /d 1REG DELETE "%KEY%" /f /v DcacheUpdateRegards, theunknown Edited February 12, 200719 yr by theunknown
Create an account or sign in to comment