Wednesday, February 25, 2009

Enable/disable Fast User Switching from the command line

To enable fast user switching, use the defaults command from the terminal:


defaults write /Library/Preferences/.GlobalPreferences MultipleSessionEnabled -bool YES


To disable fast user switching:


defaults write /Library/Preferences/.GlobalPreferences MultipleSessionEnabled -bool NO