美文网首页
开启mac充电提示音

开启mac充电提示音

作者: CoderSimonWong | 来源:发表于2017-04-12 04:23 被阅读0次

废话

很多时候给iPhone充电,听到提示音才知道充电中。mac里面也可以有充电提示音。


操作

打开 「应用程序」-「实用工具」-「终端」

激活提示音命令:

defaults write com.apple.PowerChime ChimeOnAllHardware -bool true; open /System/Library/CoreServices/PowerChime.app

取消提示音命令:

defaults write com.apple.PowerChime ChimeOnAllHardware -bool false; killall PowerChime

相关文章

网友评论

      本文标题:开启mac充电提示音

      本文链接:https://www.haomeiwen.com/subject/pwupattx.html