LoginSignup
21
22

More than 5 years have passed since last update.

macメニューバーのspotlightアイコンを非表示に

Last updated at Posted at 2012-12-26

terminalから以下のコマンドを実行し、macをログオフあるいは再起動。

sudo chmod 600 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search

再度表示する場合は

sudo chmod 755 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search

アイコンを非表示にしてもfinder等から検索出来ます。

21
22
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
21
22