But now, thanks to dodgeunhappineson Reddit over the weekend, you can enable the little chime to sound when plugging in your MacBook using your terminal. Here are the steps to get that iconic sound you know and love on your MacBook:
- Open Terminal.
- Type (or copy and paste) the following command into the Terminal console.
defaults write com.apple.PowerChime ChimeOnAllHardware -bool true; open /System/Library/CoreServices/PowerChime.app
Now, restart your Mac, then let your MacBook deplete passed 100%, then plug it in. You’ll here that little addicting chime found in iOS indicating your MacBook is charging. If you wish to not hear the chime any longer, just follow these steps:
- Open Terminal.
- Type (or copy and paste) the following command into the Terminal console.
- defaults write com.apple.PowerChime ChimeOnAllHardware -bool false; open /System/Library/CoreServices/PowerChime.app
Now all your Macs can sound like your iOS devices when they charge! Note that this tip is obviously undocumented and future OS X updates may stop this from working. For now though, it’s been tested on OS X Yosemite 10.10.3 and later as well as the current OS X El Capitan beta.
You must log in to post a comment.