Skip to content

Instantly share code, notes, and snippets.

@saurabhnemade
Created April 3, 2020 18:29
Show Gist options
  • Save saurabhnemade/3fc65d82e6188f02581356fcb5a12fde to your computer and use it in GitHub Desktop.
Save saurabhnemade/3fc65d82e6188f02581356fcb5a12fde to your computer and use it in GitHub Desktop.
Disabling and enabling auto boot on lid open macbook
#!/bin/bash
sudo nvram AutoBoot=%00
#!/bin/bash
sudo nvram AutoBoot=%03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment