Come standard OS X attende 20 secondi prima di forzare l’uscita da un’applicazione che si è, probabilmente, inchiodata. Questo tempo può sembrare lunghissimo se decidete di spegnere il computer e uno o più programmi si sono inchiodati. Dopo 20 secondi di mancate risposte, il sistema operativo da per scontato che il programma si sia inchiodato e chiede all’utente se si vuole forzare l’uscita.
Per ridurre questo tempo, aprite il Terminate e battete, dando invio dopo ognuno.
[code]
sudo defaults write /System/Library/LaunchDaemons/c\ om.apple.coreservices.appleevents ExitTimeOut -int 5
sudo defaults write /System/Library/LaunchDaemons/co\ m.apple.securityd ExitTimeOut -int 5
sudo defaults write /System/Library/LaunchDaemons/c\ om.apple.mDNSResponder ExitTimeOut -int 5
sudo defaults write /System/Library/LaunchDaemons/c\ om.apple.diskarbitrationd ExitTimeOut -int 5
sudo defaults write /System/Library/LaunchAgents/com.apple.\ coreservices.appleid.authentication ExitTimeOut -int 5
[/code]
Questo riduce il tempo a 5 secondi. Cambiate il valore come meglio credete…
Lascia una risposta