Add A Message To The Login Window - Mac

by Sanju 2012-07-07 12:00:18

Add A Message To The Login Window - Mac

This little Terminal command enables you to add a message of your choice to the Login window. Pretty cool and deserved a screenshot if I new how to take on while not logged in. Warning it’s a sudo command which can be dangerous.

sudo defaults write /Library/Preferences/com.apple.loginwindow LoginwindowText "Your Message"


Replace “Your Message” with the message of your choice, don’t make it to long. If you want to revert it do the following.

sudo defaults write /Library/Preferences/com.apple.loginwindow LoginwindowText ""
851
like
0
dislike
0
mail
flag

You must LOGIN to add comments