Possible to script this change? "Display Login Window as... Name and password"

MD56
New Contributor

Hi Guys,

We have like 40-50 mac minis that are setup to display a list of users at login. I would like to change these to display Name and Password instead.

I've been hunting for a script but coming up blank. Wondering if you dudes had any ideas?

Thanks

3 REPLIES 3

stevewood
Honored Contributor II
Honored Contributor II

It is a one line command:

defaults write /Library/Preferences/com.apple.loginwindow SHOWFULLNAME -bool true

You can either drop that into a script and call that with a policy, or simply put that in the "Run Command" box on the Advanced tab of a policy. Scope the policy to the machines you want, set it to Every15, and away you go.

mm2270
Legendary Contributor III

Its also possible to set the above as a System Level Enforced Managed Preference setting (aka MCX) so user's wouldn't be able to change it back (assuming the user was an admin) It grays the setting out in System Preferences.
its called "Display Mode" and is in the JSS MCX templates.

MD56
New Contributor

you guys are rad, thank you!