Method One - the text editor way
This method requires a program like TextWrangler that can edit and save protected system plist files, I've tested it with TextWrangler so I know it works in addition to being my favorite.
Step 1: Open the file com.apple.loginwindow.plist in the folder /Library/Preferences located on the root of your boot drive. The full file path is /Library/Preferences/com.apple.loginwindow.plist
Step 2: Add something like the text below after the <dict>:
Step 3: Log out and enjoy your new login text!
Step 1: Open the file com.apple.loginwindow.plist in the folder /Library/Preferences located on the root of your boot drive. The full file path is /Library/Preferences/com.apple.loginwindow.plist
Step 2: Add something like the text below after the <dict>:
<key>LoginwindowText</key> <string>Text to be shown at user log in.</string>
Step 3: Log out and enjoy your new login text!
Method Two - the terminal way
This method uses the terminal so there is no need to locate the file above or add the XML markup. Here we can also verify if we were successful.
Step 1: Open Terminal.app in the Utilities folder in Applications.
Step 2: Type the following line into the terminal, but change the text within the "quotes", then press return.
Step 3: Log out and enjoy your new login text!
Step 1: Open Terminal.app in the Utilities folder in Applications.
Step 2: Type the following line into the terminal, but change the text within the "quotes", then press return.
defaults write com.apple.loginwindow LoginwindowText "Text to be sown at user log in."
Step 3: Log out and enjoy your new login text!
Optional: Verify if you were successful.
Open Terminal.app and type the following in then press return. If you were successful you should now see the text you set.
defaults read com.apple.loginwindow LoginwindowText

Help
Start New Topic
Add Reply



MultiQuote







