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