From 9f06cdba45b192372bf3ccd0de5817e99c1f30d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Gillstr=C3=B6m?= Date: Thu, 29 Oct 2015 17:36:13 +0100 Subject: [PATCH] Add Login Window Text --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 829d289..91a0d0e 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [ - [Kernel Extensions](#kernel-extensions) - [LaunchAgents](#launchagents) - [LaunchServices](#launchservices) + - [Login Window](#login-window) - [Memory Management](#memory-management) - [Notification Center](#notification-center) - [QuickLook](#quicklook) @@ -1101,6 +1102,13 @@ To be independent of OS X version, this relies on `locate` to find `lsregister`. sudo $(locate lsregister) -kill -seed -r ``` +### Login Window + +#### Set Login Window Text +```bash +sudo defaults write /Library/Preferences/com.apple.loginwindow LoginwindowText "Your text" +``` + ### Memory Management #### Purge memory cache