맥북 전원 충전기 연결 소리 끄는 방법(How to turn off the sound when connecting a MacBook power charger)
맥OS는 전원(충전기) 연결시 소리 끄는 옵션을 제공하지 않아요.
Mac OS does not provide an option to turn off the sound when connected to a power source (charger).
하지만 터미널 명령어로 소리를 끄거나 켤 수 있어요.
However, you can turn the sound off or on with a terminal command.
맥북 충전기 연결음 비활성화 명령어(Command to disable MacBook charger connection sound)
다음 명령어를 터미널창을 열고 타이핑 후 엔터키를 치세요.
Open a terminal window, type the following command and press Enter.
defaults write com.apple.PowerChime ChimeOnNoHardware -bool true; killall PowerChime
맥북 충전기 연결음 활성화 명령어(Command to enable MacBook charger connection sound)
defaults write com.apple.PowerChime ChimeOnAllHardware -bool true; open /System/Library/CoreServices/PowerChime.app &