Link to home
Start Free TrialLog in
Avatar of Marius Gunnerud
Marius GunnerudFlag for Norway

asked on

Hide Domain Name on Logon Screen

I have a client that has started a new company (mydomain2.com) but is hosting the emails for that company on his original company's server (originaldomain.com).  I added the new user to the (originaldomain.com) domain for ease of setting up email and mapped drives.  I am wondering if it is possible to edit the registry so that the Logon screen doesn't show the originaldomain.com name.  Either remove it completely or replace it with the mydomain2.com name.

He is using a Windows 7 OS.

Thanks in advance,

MAG03
Avatar of jvuz
jvuz
Flag of Belgium image

Avatar of Muhammad Farjad Arshad
To remove the domain drop-down list from the logon screen and force users to use their full user principal name (UPN), perform these steps:

   1. Start the registry editor (regedit.exe).
   2. Navigate to the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon registry subkey.
   3. From the Edit menu, select New, DWORD value.
   4. Enter a name of NoDomainUI and press Enter.
   5. Double-click the new value and set it to 1. Click OK.
   6. Reboot the machine.

The logon screen will no longer show a drop-down list for domains, and users will need to enter the full UPN to log on. Like abc@xyz.com
first you need to check that this OS is Windows 7 Home edition..... if this is home edition it will not support u windows Domain environment.

if this is Windows 7 Professional ...then...check this registry settings

Navigate to the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon registry subkey.
From the Edit menu, select New, DWORD value.
Enter a name of NoDomainUI and press Enter.
Double-click the new value and set it to 1. Click OK.
Reboot the machine.

Thanks

Sunil Lidoria
Just to clarify.  He is logging into one domain, and you have his email pulling off a different domain?

I know that this is somewhat unorthodox, however, I hate dinking around in the registry if you really do not have to.

Simply launch the application with the credentials on the mail domain.  This would authenticate the user into the email domain and allow the user to get his email.

Just a suggestion.
Avatar of Marius Gunnerud

ASKER

The emails are routed to the domain where the laptop is connected to.  What i want to do is hide or change the logon screen.  Right now it says  mydomain\user  I want to change it to newdomain\user or just have user as he is worried that if he boots up his computer infornt of a client and his domain name doesn't show up on the screen.

I tried the suggestions above but that did not work.

any more suggestions?

MAG03
You also can handle this with GPO's
Avatar of gdadkins
gdadkins

The safer route would be to just change the default logon domain to the new domain assuming that you can login to it using group policy(local is sufficient for this individual case).

Click on Start and type "gpedit.msc" (without quotes) in the Search box and hit Enter. Then, go to the below folder:

Computer Configuration\Administrative Templates\System\Logon\

In the right pane, double click on "Assign a default domain for logon" setting and then select Enabled option. Then, type the default logon domain in the given box under "Options" and then click on Apply and then OK. Then, close the Local Group Policy Editor window and reboot your system to see the changes.
ASKER CERTIFIED SOLUTION
Avatar of Marius Gunnerud
Marius Gunnerud
Flag of Norway image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial