nmtysh.log

Tech系のネタや日々の独り言などを書いています。

Macの調子が悪いので、クリーンインストールした時の再設定メモ

Macの調子が悪いので、クリーンインストールした時の再設定メモ

・Finderで隠しファイルを表示する

$ defaults write com.apple.finder AppleShowAllFiles true
$ killall Finder


・ネットワークドライブに .DS_Store ファイルを作らない

$ defaults write com.apple.desktopservices DSDontWriteNetworkStores true
$ killall Finder