Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

drop-down list of domains

Status
Not open for further replies.

ikkuh

Technical User
Jan 4, 2006
15
NL
Hello
Is there a way to hide a domain name from the drop-down list of domains that appears on the logon screen?
In our situation there are two domains they look very similar, and often the user logon to the wrong domain
They only have to logon at one domain

Thanx
Marco
 
NT4 Allows you to do this fairly easily;
Note this is taken for the JSIINC (Windows Tips website -- tip no 3031) Hope this helps

1. Use Regedt32 to navigate to:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon

2. Edit or Add Value name DefaultDomainName, as a REG_SZ data type. Set the data value to the domain name that you want to force.

3. Use Security / Permissions to set on Read permissions for all the users and groups currently listed for the Winlogon key. If the user is NOT a local Administrator, you can try leaveing the permission on Administrators as Full Control.

4. Shutdown and restart.
Users will not be able to toggle the Domain drop-down when they log on.

NOTE: This procedure does NOT work for Windows 2000 and hangs the logon process. You can set the DefaultDomainName and AltDefaultDomainName values to the downlevel domain name and set the DefaultUserName and AltDefaultUserName to <UserId>@<DownLevel Domain Name>. This will inactivate the drop-down box, but if the user deletes the @<DownLevel Domain Name> while entering their UserID, the drop-down is activated.
NOTE: If a user enters <UserId>@<DownLevel Domain Name> during log on, Windows 2000 will inactivate the Domain drop-down.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top