Disable MacBook Air Autoboot when dis/connecting to power or open lid
// disable
sudo nvram AutoBoot=%00
// re-enable
sudo nvram AutoBoot=%03
Note: And it doesn't work in newer M1, M2 apple computers.
Tags: apple
// disable
sudo nvram AutoBoot=%00
// re-enable
sudo nvram AutoBoot=%03
Note: And it doesn't work in newer M1, M2 apple computers.
Tags: apple