Add Text to your Login Screen

If you’ve ever wondered how you can add Text to your login screen - there is actually a pretty simple solution. Why would you want to do this?

Well, if you work in an area where a confidentiality disclaimer or some other kind of important information needs to be address each time a user logs on - you might want to have it right there on the login screen. Or you might want to leave yourself a reminder - I don’t know - it’s up to you really…do you want this tip or not?

All you have to do is navigate to your hard drive then: Library> Preferences. Here you’ll find a file called com.apple .loginwindow.plist - you can edit this by opening it up in TextEdit.

The file will contain quite a bit of programmer tags in it. Just below the first one, insert the following:

<key>LoginwindowText</key>
<string>YOUR TEXT GOES HERE</string>

Obviously you’ll want to replace “YOUR TEXT GOES HERE” with whatever message you would like to add to your login screen.

Save the document.

Boom.

Done.


 
 

10 Responses to “Add Text to your Login Screen”

  1. are there any screenshots?

  2. 4Avatars
    Travis
    When i open in TextEdit, it shows something different than what my quicklook shows. And what shows up in quicklook looks a lot like what you show to type, but what shows up in TextEdit looks much different, and there really isn't that much text.
    What's my problem?

  3. A screen would be nice indeed.

  4. 4Avatars
    Corey
    Could not find this file on my Macbook. Fairly new running OS 10.5.5. Found file: Com.Apple.LoginItems.Plist , but no file with Loginwindow.plist .

    Can this be verified?

  5. Yeah that's what I was gonna say - good tip
    but I only really want to do this if I knew what it would look like first...

  6. 4Avatars
    Jim
    I can see the code in preview,but when I open the file in textedit there is only 1 line of text. doesn't match the preview. Any ideas? changed the permissions to read and write, still the same.

  7. 4Avatars
    MBJ
    would not work for me...tried it 4 times...

  8. 4Avatars
    Imagesprite
    I can't get it to work either, I find this vague "The file will contain quite a bit of programmer tags in it. Just below the first one,..."
    Here is what is in my file:
    bplist00Ø \lastUserName]autoLoginUserXlastUser_MCXLaunchOnLogout_autoLoginUserUID_RetriesUntilHint\SHOWFULLNAME]noPasswordKey[julesselmesXloggedIn õ &4=Qdw„’ž§¨«­®¯

    Where is the "first one" in that?

  9. 4Avatars
    grmagi
    I couldn't save it back into the .plist extension. It said I needed special permissions to do so.

  10. 4Avatars
    Paxswill
    It's in /Library/Preferences/, as in the Library in the root level of your hard drive, not the one in your Home folder. It seems Apple messed around with how preferences show up in TextEdit, but you can edit them using Property List Editor, part of the Developer Tools included on your Mac OS X install disc (either the one your bought, or the one that came with your computer. You can download it from Apple as well)

Post a comment to "Add Text to your Login Screen"