Mixed Computing: Stop Thumbs.db and .DS_Store files from Polluting Network Shares
Running in a mixed computer environment it is annoying to deal with all the little artifacts Windows and the MacOS leave behind. My networks shares are LITTERED with Thumbs.db and .DS_Store files. Here is how you prevent EACH OS from creating these annoying bread crumbs.
Prevent the creation of Thumbs.db in Windows:
- From “My Computer” click on the “Tools” menu item
- Click on “Folder Options”, and the folder options dialog will appear
- Click on the “View” tab
- Check the “Do not cache thumbnails” option
Prevent the creation of .DS_Store files on Network volumes in MacOS:
- Open the Terminal application from the Utilities folder which is nested in the Applications folder
- In the newly opened terminal type (all on one line)
defaults write com.apple.desktopservices DSDontWriteNetworkStores true - Restart the computer for the change to take effect
Now this doesn’t help you deleting the files that already may exist. To accomplish that you may be interested in BlueHarvest to scrub your network of .DS_Store files and you can do a simple find and replace on Windows.
For those of you who are scare to delete system files, the Thumbs.db and .DS_Store files are strictly cosmetic on network volumes and will have almost no impact on your computing experience.
