Add Login Window Text
This commit is contained in:
parent
73b1168169
commit
9f06cdba45
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user