- How to reset NVRAM
or
sudo nvram -c - Show all configs:
sudo nvram -p
Prevent a Mac laptop from turning on automatically 1
To prevent automatic startup when:
- opening the lid/connecting to power:
sudo nvram BootPreference=%00 - opening the lid:
sudo nvram BootPreference=%01 - connecting to power:
sudo nvram BootPreference=%02