Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Disable MacBook from Booting Automatically

# Reenable the Mac startup chime
sudo nvram BootAudio=%01
# And to disable it:
sudo nvram BootAudio=%00
# To reset your Mac to its default behavior
sudo nvram AutoBoot=%03
 
PREVIOUS NEXT
Tagged: #Disable #MacBook #Booting #Automatically
ADD COMMENT
Topic
Name
3+6 =