I was looking at Hide users from Mac OS X Snow Leopard logon screen, and used the hide users if their user id is <500 in terminal, and then proceeded to hide the "Others".

When I want to use the account, how to I unhide the others?

link|improve this question
feedback

1 Answer

Execute the opposite command, if I'm interpreting your question correctly:

sudo defaults write /Library/Preferences/com.apple.loginwindow SHOWOTHERUSERS_MANAGED -bool TRUE
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.