Creating .DS_Store Files to Prevent Icon Previews

finder

I'm interested in knowing if there are any ways to intentionally create a .DS_Store for use in preventing the display of icon previews?

Basically I have a network volume with lots of images and movies on it, so naturally browsing it is a nightmare in the Finder due to how slow everything is, however I don't really want each user's Finder storing .DS_Store files all over the place.

Instead I'd like to be able to just create or copy a custom .DS_Store file of my own into image/movie heavy folders in order to disable icon previews.

I've tried using a .DS_Store file that I know has the correct settings, but copying it into a new location just doesn't seem to work, presumably the file contains some reference to the folder it belongs to, so the Finder is just ignoring it.

Are there any tools out there that can be used to create and manipulate .DS_Store files, preferably programmatically, and even better if they can be run by a shell script on other unix platforms.

Best Answer

I had a similar situation, I wanted all of my folders containing images to be set the same way under Show View Options. I used Automator: choose "Application" for document type, then select "Set Folder View". Name the app, then you can drop any number of folders on top of it and it will set the view options to whatever you've selected.

Related Question