平時在趕專案時,建議將山獅的通知中心暫時關閉,關閉方法可參考
該方法只能暫時關閉,明天就會自動打開。
但若你根本不想用「通知中心」,有沒有可能「永久」關掉它?
永久關閉通知中心方法
在終端機下指令
sudo defaults write /System/Library/LaunchAgents/com.apple.notificationcenterui KeepAlive -bool false
然後將通知中心關了
killall NotificationCenter
最後登出系統再重新登入
從此惱人的通知中心就消失了
那後悔了,想把通知中心找回來怎辦?
在終端機下指令
sudo defaults write /System/Library/LaunchAgents/com.apple.notificationcenterui KeepAlive -bool true
然後執行位於 /system/library/coreservices 下的「通知中心」
但這樣重開機,通知中心還是會消失。
這時要將通知中心加入登入項目中
這様就把「通知中心」加回來了。
沒有留言:
張貼留言