Dev/Mac모닝
맥북 충전기 연결시 나는 소리 끄기
healthyryu
2023. 8. 4. 12:13
맥북을 충전기에 연결할때 '띵' 하고 나는 소리가 난다. 이게 은근히 신경쓰이는 소리라고 생각한다.
해당 소리를 끄기 위해서 아래와 같은 명령어를 Terminal 에 입력
올바른 명령어
defaults write com.apple.PowerChime ChimeOnNoHardware -bool true;killall PowerChime
가끔 아래와 같은 명령어를 알려주는 글도 꽤 있는데 잘못된 명령어이다
잘못된 명령어
defaults write com.apple.PowerChime ChimeOnAllHardware -bool false;killall PowerChime
반응형