Skip to content

Instantly share code, notes, and snippets.

@saurabhnemade
Created April 3, 2020 18:29
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