Registry Key for logon

  • Thread starter Thread starter Angelo Campitelli
  • Start date Start date
A

Angelo Campitelli

Howdy,

Does anyone know the registry key that controls the the domain selecter box
when you login. I.E i want to change the login from "this computer" to my
domain.

Cheers
 
Howdy,

Does anyone know the registry key that controls the the domain selecter box
when you login. I.E i want to change the login from "this computer" to my
domain.

Cheers
See tip 8750 and link in the 'Tips & Tricks' at http://www.jsifaq.com
You can also try setting:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AltDefaultDomainName"="JSIINC.COM"
"DefaultDomainName"="JSIINC.COM"
"CachePrimaryDomain"="JSIINC"
 
Back
Top