Featured image of post 在macOS上避免自動產生.DS_Store的指令

在macOS上避免自動產生.DS_Store的指令

在 macOS 上避免自動產生 .DS_Store 的指令如下。 請在終端機中執行。

1
defaults write com.apple.desktopservices DSDontWriteNetworkStores true

執行指令後,請重新啟動 Finder。

1
killall Finder

如果要還原設定,請執行以下指令。

1
defaults delete com.apple.desktopservices DSDontWriteNetworkStores false

與上述相同,如果更改了設定,請重新啟動 Finder。

1
killall Finder
Licensed under CC BY-NC-SA 4.0
comments powered by Disqus
使用 Hugo 建立
主題 StackJimmy 設計