Hi JAMF community
I have a question about the login screen for FV2 I have been able to modify it with text etc but have not been able to get this to work on a Mavericks machine to get the FULLNAME option to come across, it still has the user icon, I am looking to do this for added security.
So I am doing this:
sudo defaults write /Library/Preferences/com.apple.loginwindow LoginwindowText "Property of Name of Company and contact Tele" ---> Working
sudo defaults write /Library/Preferences/com.apple.loginwindow SHOWFULLNAME -bool false -----> Not Working
even if I run either of these commands afterwards:
sudo touch /System/Library/PrivateFrameworks/EFILogin.framework/Resources/EFIResourceBuilder.bundle/Contents/Resources - preferred sync method recommended by Apple (as i have seen on other posts)
(sudo) rm /System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/*.efires - not recommended but still not working anyway.
Anyone have any ideas as to where I am going wrong with this?
Thanks in advance.
