Monday, March 5, 2007

Hide 'Other Users...' in Login Window

sudo defaults write /Library/Preferences/com.apple.loginwindow SHOWOTHERUSERS_MANAGED false

To hide local admin users:
sudo defaults write /Library/Preferences/com.apple.loginwindow HideAdminUsers true

4 comments:

  1. I would also like to add that the first command also hides root from the accounts menu in systemprefs.

    ReplyDelete
  2. how do you revert this command and put the "other users..." back into the login window

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete
  4. This comment has been removed by the author.

    ReplyDelete