Posts Tagged “login window”

Hier mal eine kleine Sammlung von Punkten die helfen sollen, den eigenen Tiger-Mac optisch persönlicher zu gestalten.

Ein entsprechender Beitrag für Leopard wird in seperater Form folgen da sich gerade die Pfade und Dateien teilweise verändert haben.

Das Ganze ist wie immer in Bereiche eingeteilt. Für Anregungen, Korrekturen. etc verweise ich wie immer auf die Kommentarfunktion.

Read the rest of this entry »

Comments No Comments »

Ugly topic but in some cases needed: hiding user-account in a login window dialog

In the Windows world i usualy realize that using TweakUI …. a small tool by Microsoft to offer easy access to some hidden Preferences / Settings out of the PowerToys Series

Question:

But how do you realize that with Mac OS X ?

Well i reached the point today at work, so lets share the solution i found in the web.

Short Answer:

The login dialog preferences in 10.4 and 10.5 supports a setting called HiddenUserList

Long Answer:

Note: accountX stand for users shortname

To hide a single user from the login window enter the following in Terminal.app

sudo defaults write /Library/Preferences/com.apple.loginwindow \
HiddenUsersList -array-add account1

To hide several users enter the following:

sudo defaults write /Library/Preferences/com.apple.loginwindow \
HiddenUsersList -array-add account1 account2

To unhide all users enter the following:

sudo defaults delete /Library/Preferences/com.apple.loginwindow \
HiddenUsersList

Links:

Comments No Comments »

1