Dave's Notebook

Data Science, Machine Learning, Artificial Intelligence, Visualization, and Complex Systems.
@sixhat@datasci.social wiki

Disable MacBook Air Autoboot when dis/connecting to power or open lid

September 19, 2023
// 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