Skip to content

Instantly share code, notes, and snippets.

@antonellopasella
Created April 5, 2013 07:46
Show Gist options
  • Save antonellopasella/5317373 to your computer and use it in GitHub Desktop.
Save antonellopasella/5317373 to your computer and use it in GitHub Desktop.
Disable the creation of .DS_store files on network drives #osx #tip #defaults #write
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool TRUE
To revert
defaults delete com.apple.desktopservices DSDontWriteNetworkStores
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment