打开终端,输入以下代码 :
开启:
defaults write com.apple.PowerChime ChimeOnAllHardware -bool true; open /System/Library/CoreServices/PowerChime.app
关闭:
defaults write com.apple.PowerChime ChimeOnAllHardware -bool false; killall PowerChime
defaults write com.apple.PowerChime ChimeOnAllHardware -bool true; open /System/Library/CoreServices/PowerChime.app
defaults write com.apple.PowerChime ChimeOnAllHardware -bool false; killall PowerChime