Stop icons from getting back in the menu bar ?

Joined
Feb 16, 2009
Messages
23
Reaction score
0
Hi !

Is there a way to permanent way to remove icons from the menu bar. I know how to do this with cmd + drag away. But after a reboot they come back and it's bugging me.

Thing i want to remove:
Cardsymbol
Ejectsymbol
etc

Regards
Daniel
 
edge_of_sarcasm said:
Hi !

Is there a way to permanent way to remove icons from the menu bar. I know how to do this with cmd + drag away. But after a reboot they come back and it's bugging me.

Thing i want to remove:
Cardsymbol
Ejectsymbol
etc

Regards
Daniel

The eject symbol re-appears every time you connect a USB CD/DVD drive. As for the Card symbol I just uninstalled the card reader drivers as I don't use any cards with my aspire one (the only memory card I have is my w810's and I have the dc60 cable for it so I don't need to take the card out the cellphone) and the Power off something kept re-appearing on the menubar which really pissed me off because it looked ugly there. As long as you have the card drivers it won't desappear because the kext loads at the startup telling it to be on the menubar.
 
Unfortunately i use the SD-Card reader. So isn't there any way to get these icon to disappear for good without uninstall drivers and stuff ?

Regards
Daniel
 
Yes there is a way. Open terminal, type sudo -s ........ then enter your password. Then type cd /System/Library/CoreServices/Menu\ Extras/ and press enter. Then whatever menu item you want to remove type
(for example if i want to remove PPP.menu)

"mv PPP.menu /"

This moves the menu item to the root of your hard drive. Now open activity monitor and quit "System UI Server"

it will no longer be in ure menu bar :)
 
so just to help you both. to get rid of cardsymbol you'd type

mv PCCard.menu /

for eject symbol you'd type

mv Eject.menu /
 
Back
Top