Created
December 12, 2017 05:03
-
-
Save tenomoto/0d5d7a01fad860370d337a617b518ca8 to your computer and use it in GitHub Desktop.
Examine if Mac mounts disks without user login
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults read /Library/Preferences/SystemConfiguration/autodiskmount AutomountDisksWithoutUserLogin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To set Mac to mount disks without user login
sudo defaults write /Library/Preferences/SystemConfiguration/autodiskmount AutomountDisksWithoutUserLogin -bool true