I want the Domain Logon Screen to automatically pick the domain name.
Currently when users reboot they have to drop down and select the proper
domain name ... as it goes to local computer by default.
Any ideas?
Thank you
--
/kj
"WILDPACKET" <WILDP...@discussions.microsoft.com> wrote in message
news:FB82B2C6-771B-499B...@microsoft.com...
> http://support.microsoft.com/kb/555050/en-us
Seeing computer startup scripts in such a case does hurt a little ;)
Class Machine
CATEGORY "Logon"
POLICY "Set default logon domain"
EXPLAIN !!LogonDomain_Hlp
KEYNAME "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon"
PART "Enter your default logon domain:" Edittext
VALUENAME "DefaultDomainName"
END PART
END POLICY ;Set default logon domain
END CATEGORY ;Logon
[STRINGS]
LogonDomain_Hlp="Enter your default logon domain so your users don't have to
choose."
HTH
Norbert