Tag: hide
-
How to hide user account names on OS X Mavericks’ login screen
For those who don’t want the available users to be publically visible to whoever wakes up or powers on your Mac, there is an easy way of hiding the list – or just select members. In a Terminal window run the following: sudo defaults write /Library/Preferences/com.apple.loginwindow HiddenUsersList -array-add [username] You can do…