Last active
December 20, 2016 15:02
-
-
Save 4np/1b1eea928cdc0b66b226bdaee4557e3d to your computer and use it in GitHub Desktop.
Enable / Disable Mac AutoBoot of the 2016 MacBook Pros
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
// Disable AutoBoot | |
sudo nvram AutoBoot=%00 | |
// Enable AutoBoot | |
sudo nvram AutoBoot=%03 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment