0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

macOS: 新規Finderウインドウを開いたとき表示するディレクトリを設定するコマンド

Posted at

Finderで新規ウインドウを開いたとき、どのディレクトリを表示するかはFinderの環境設定で変更できます。

CleanShot 2022-09-01 at 05.42.55@2x.png

この設定をdefaultsコマンドで変更するには、com.apple.finderNewWindowTargetPathに、ディレクトリのパスを指定します:

defaults write com.apple.finder NewWindowTargetPath -string "file://${HOME}/Desktop"
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?