Do you need instructions on how to have a Legal Notice on Startup as in Windows?
You can find all the details here. Thanks dtakis! “Thanks for quick reply.
If you manually edit com.apple.loginwindow.plist it seems to work.
Only issue seems to be the formatting of the text as there’s isn’t any support for tags.
This is a basic template.
<?xml version=”1.0″ encoding=”UTF-8″?>
<!DOCTYPE plist PUBLIC “-//Apple Computer//DTD PLIST 1.0//EN” “http://www.apple$
<plist version=”1.0″>
<dict>
<key>LoginwindowText</key>
<string>
USER AGREEMENT
Please make sure you agree at the following before you proceed with logon:
1.
2.
3.
</string>
</dict>
</plist>
Ta
Nick”
This article tells you how to edit a plist and the free software with a link to it. How to Open and Edit a .plist file in Mac OS X I have tried this and it works great.