Skip to content

Instantly share code, notes, and snippets.

@4np
Last active December 20, 2016 15:02
Show Gist options
  • Save 4np/1b1eea928cdc0b66b226bdaee4557e3d to your computer and use it in GitHub Desktop.
Save 4np/1b1eea928cdc0b66b226bdaee4557e3d to your computer and use it in GitHub Desktop.
Enable / Disable Mac AutoBoot of the 2016 MacBook Pros
// 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