Introduzione

I portatili Mac più recenti hanno l'USB-C al posto del MagSafe o MagSafe 2 per la ricarica. Quando si inserisce l'adattatore di alimentazione USB-C nel portatile Mac con una porta USB-C si sente un segnale acustico di ricarica che verifica che il portatile Mac sia in carica. I portatili Mac più vecchi senza USB-C non hanno questa funzione. Puoi attivare questo avviso sonoro di ricarica con questo semplice comando dal terminale.

PS: L'avviso di ricarica sui più recenti computer portatili Mac è esattamente lo stesso utilizzato per verificare la ricarica anche su iPhone e iPad.

  1. KDPiAsQUBrcHHSDm
    • Scollega l'alimentatore MagSafe/MagSafe 2.

    • Tramite l'app spotlight cerca il Terminale. Apri Terminal facendo doppio clic nell'area dei risultati.

    • Incolla il seguente comando nella finestra del Terminale e premi invio

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

    • Il terminale può avviare automaticamente il comando. Questo può variare a seconda delle circostanze.

    • Fatto! Ricollegando l'alimentatore MagSafe/MagSafe 2 dovresti sentire il segnale acustico di ricarica

    • Il volume deve essere alzato per poter sentire la suoneria.

    excellent. it worked exactly how it said after i raised the volume without having to restart

    Ajay Koonuru -

Conclusione

Per disattivare l'avviso di carica, basta cambiare "-bool true;" nel suddetto comando in "-bool false;".

[deleted]

Membro da: 28/08/18

26295 Reputazione

3 commenti

This is cool, thank you!

Ryan Koenigsman -

how to DISABLE THIS SOUND ? :)

Mars is flat too... -

Hey there! You are able to turn off the chime by simply changing the command:

Turn on:

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

Turn off:

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

Difference is that the ‘on’ command states true and the off command states ‘false’

Try to attempt this, it may not work depending on your mac

EB R -