By Keith Mitnick on Saturday, 13 September 2014
Category: General

Command to show name and password fields at login window

Set the login window to show name and password fields:

defaults write /Library/Preferences/com.apple.loginwindow SHOWFULLNAME -bool true

Set the login window to show user icons:

defaults write /Library/Preferences/com.apple.loginwindow SHOWFULLNAME -bool false

Leave Comments