Knowledge base

OS X: How to disable automatic login when FileVault is enabled

Posted in Apple Mac OS

OS X Mavericks lets you disable automatic login when FileVault is enabled using one of the methods described below.

Passwords

When disabling automatic login, two passwords are required while starting up:

  • One password is needed to unlock the disk at the EFI Login Window.
  • Another password is needed to log in at the regular Login Window.

These passwords can be the same if you are logging in as the user who unlocked the disk.

Command line

Use the following command to disable automatic login when FileVault is enabled:

sudo defaults write /Library/Preferences/com.apple.loginwindow DisableFDEAutoLogin -bool YES

 

Use the following command to allow automatic login when FileVault is enabled:

sudo defaults delete /Library/Preferences/com.apple.loginwindow DisableFDEAutoLogin

 

Profile Manager

You can use Profile Manager to create a Custom Settings payload with the following information.

  • Preference Domain: com.apple.loginwindow
  • Key: DisableFDEAutoLogin
  • Type: Boolean
  • Value: On (checked)

 

Last Modified: Nov 6, 2013
Helpful?
Yes
No
One Moment Please
Thanks for your feedback.
100% of people found this helpful.
Email this article
Print this page
  • Last Modified: Nov 6, 2013
  • Article: HT5989
  • Views:

    770
  • Rating:
    • 100.0

    (4 Responses)

Additional Product Support Information