Hi everyone,
This seems to be very hit and miss on Yosemite. Traditionally, we enable fast users in Managed Preferences.
User level enforced
Domain : .GlobalPreferences
Key: MultipleSessionEnabled
Value: True
This works perfectly on 10.9 and below. 10.10 seems to have problems with user level enforced mcx, sometimes it applies, sometimes it doesn't.
How is everyone else managing fast user switching in yosemite?
I have tried defaults write /Library/Preferences/.GlobalPreferences MultipleSessionEnabled -bool 'YES'
which doesn't seem to work either.
I have also tried a custom setting via configuration profile but no luck with that also.
Any ideas?