Tag: login screen
-
How to hide a user from the Mac welcome / login screen
If you want to keep a user account on a (Yosemite) Mac but not advertise it on the login screen, you can do so by entering this command into the terminal: sudo dscl . create /Users/username IsHidden 1 where username is the username of the account you’re trying to hide from the login screen. Even…
-
Don’t display last logged-in user at login screen for Windows
The Problem You may have noticed that Windows will remember by default the last logged-in user. This is supposed to be a convenience, but when you have a lot of users sharing computers, it will often add an extra step to have to click Switch User before entering a username and password. There are two…