How to change the Logon Screen from Windows Server 2008
hi,
i want to change logon screen of windows server 2008. It takes several clicks to logon, plus the available domains are not listed.i have tried imageres.dll of vista. But this doesn't work under Windows Server 2008. Any help will be extremely appreciated.
Re: How to change the Logon Screen from Windows Server 2008
Setting Path:
Computer Configuration/Administrative Templates/System/Logon.
Supported On:At least Microsoft Windows XP Professional or Windows Server 2003 family.
This setting forces the user to log on to the computer using the classic logon screen. By default, a workgroup is set to use the simple logon screen. This setting only works when the computer is not on a domain.
Re: How to change the Logon Screen from Windows Server 2008
In order to specify the domain name to logon with, you have to enter your username in the form DOMAIN\Username. If you have correctly set the default logon domain through Group Policy, as per the below instructions, then the login screen should be a lot simpler - just instruct users to enter username, password and then Login.
1. In the Group Policy Object Editor console tree, expand Administrative Template, expand System, expand Logon, and then double-click Assign a default domain for logon.
2. On the Setting tab, click Enabled, and then enter the domain name in the Default Logon Domain box.
Re: How to change the Logon Screen from Windows Server 2008
If you want a picture associated with your account on the logon screen you need to do the following:
Make a square picture, 128 pixels by 128 pixels in size. Store it as user.bmp
Make a new folder underneath the %systemdrive%\ProgramData\Microsoft folder, named User Account Pictures, using the following commands:
cd C:\ProgramData\Microsoft
md "User Account Pictures"
Get your user.bmp file in the newly created folder.
Log off by typing
Logoff
Re: How to change the Logon Screen from Windows Server 2008
- The last successful Interactive Logon (information stored in the “msDS-LastSuccessfulInteractiveLogonTime” attribute)
- The last failed Interactive Logon (information stored in the “msDS-LastFailedInteractiveLogonTime” attribute)
- The total number of failed Interactive Logons recorded since the time has been enabled (information stored in the “msDS-FailedInteractiveLogonCount” attribute)
- The total number of failed Interactive Logons recorded since the last successful Interactive Logon (information stored in the “msDS-FailedInteractiveLogonCountAtLastSuccessfulLogon” attribute)