Non so se può interessare a qualcuno.
L'altro ieri Apple ha pubblicato la guida ufficiale per impedire l'accensione dei macbook all'apertura e/o collegamento ad un alimentatore:
https://support.apple.com/en-euro/120622
si tratta di inserire un comando da terminale:
Make sure that your Mac laptop with Apple silicon is using macOS Sequoia or later.
1)Open the Terminal app, which is in the Utilities folder of your Applications folder.
2)Type one of these commands in Terminal, then press Return:
2a)To prevent startup when opening the lid or connecting to power: sudo nvram BootPreference=%00
2b)To prevent startup only when opening the lid: sudo nvram BootPreference=%01
2c)To prevent startup only when connecting to power: sudo nvram BootPreference=%02
3)Type your administrator password when prompted (Terminal doesn’t show the password as it's typed), then press Return.
To undo any of the previous commands and reenable automatic startup when opening the lid or connecting to power, enter sudo nvram -d BootPreference in Terminal.