September 16, 2013
HOWTO Remove .DS_store files on OSX
Learn how a simple macOS terminal command can streamline network storage performance while supporting advanced communications for hybrid work environments.
From the terminal:
# defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool TRUE
