Hello All!
I have 10.6 and want to hide the spotlight icon. I was only able to find terminal code through googling that would hide the icon in 10.7.
My question is: will the code damage my OS if I use it, or will it work just the same? I don't know enough about OSes to know the answer.
The code is:
Then you do
to refresh.
The code was found here.
If anyone knows the answer to my question, I would be glad to know it!
Thanks in advance,
steiney
I have 10.6 and want to hide the spotlight icon. I was only able to find terminal code through googling that would hide the icon in 10.7.
My question is: will the code damage my OS if I use it, or will it work just the same? I don't know enough about OSes to know the answer.
The code is:
Code:
sudo chmod 600 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search
Then you do
Code:
killall SystemUIServer
The code was found here.
If anyone knows the answer to my question, I would be glad to know it!
Thanks in advance,
steiney