Article explains how to prevent OS X from creating new .DS_Store files when opening folders on remote volumes mounted using SMB/CIFS, AFP, NFS, and WebDAV. The creation of .DS_Store files (and more so, ._AppleDouble files which are not covered in this hint) is frequently the source of complaints against Mac users, who often leave a trail of these files scattered throughout the file system when “visiting” a Windows computer. Even with this hint in place, the .DS_Store files will continue to be created on local Mac volumes (which is a good thing).
To prevent the creation of these files, open the Terminal and type:
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
It may be necessary to log out and back in, or even to restart the computer (which is what the article states), for the change to take effect.
macosxhints.com - Prevent .DS_Store file creation on network volumes
0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment