Several times the menu bar on my Mac has frozen and I've had to restart the whole computer. I know that there must be a better way to fix a frozen menu bar than restarting. How can I kill the menu bar via Terminal?
Tell me more
×
Ask Different is a question and answer site for
power users of Apple hardware and software. It's 100% free, no registration required.
|
SystemUIServer is the process responsible for the menu bar and any menu extras. You can restart it in Terminal using:
|
||||
|
|
|
In addition to the Terminal option @Nathan Greenstein gave, you can also force quit the SystemUIServer process using the Activity Monitor utility. BTW, SystemUIServer is only responsible for the menu items (i.e. the right side of the menu bar). If more than that is frozen, this may not do the trick. OTOH, if it is just SystemUIServer, you probably have a buggy menu item and should try to isolate which one is causing the problem and remove or update it. |
|||||
|