Logon Preferences
Description:
Many times, network administrators will have to modify Windows Logon screens and behaviors. In a domain environment, try to choose gpedit.msc
(Group Policy Editor) over secpol.msc
(Local Security Policy) because gpedit
is a Local Group Policy Editor with the top-level Local Group Policy object open for editing. Gpedit
works with Ultimate and Professional editions of Windows. Here are some common examples of logon preferences:
To Not Display Last User Logged On:
-
Search => cmd => right click => “run as administrator” .
-
Type
secpol.msc
. -
Navigate to
Local Policies\Security Options
. -
Navigate to “Interactive Logon: Do Not Display Last User Name = Enabled”.
To Not Display CTRL+ALT+DEL To Logon:
-
Search => cmd => right click => “run as administrator” .
-
Type
secpol.msc
. -
Navigate to “Local Policies\Security Options”.
-
Navigate to “Interactive Logon: Do Not Require CTRL+ALT+DEL to Logon = Enabled”.
To Enable Classic Logon (Doesn’t Work for a Domain):
-
Run =>
gpedit.msc
-
Navigate to
Local Computer Policy\Computer Configuration\Administrative Templates\System\Logon
-
Navigate to “Always use Classic Logon = Enabled”.
To Enable Auto-Login:
-
Run =>
regedit
-
Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
-
Double-click the
DefaultUserName
entry, type your user name, and then click OK. -
Double-click the
DefaultPassword
entry, type your password, and then click OK. NOTE: If theDefaultPassword
value does not exist, it MUST be added. To add the value, follow these steps:- Edit => New => String Value. Type
DefaultPassword
. Set it’s value toyour password
. - If no
DefaultPassword
string is specified, Windows automatically changes the value of the AutoAdminLogon key from 1 (true) to 0 (false), disabling the AutoAdminLogon feature.
- Edit => New => String Value. Type
-
Edit => New => String Value. Type
AutoAdminLogon
, set it’s value to1
. -
Exit
regedit
and reboot your computer.
Comments