ENCRO The description of what this iRemove Applescript does is totally inaccurate. .DS_Store files are created by the Finder and store custom attributes of a folder such as the position and size of the window and icons and also the choice of a background image. They also contain Spotlight Comments and other metadata. Where the problem lies with .DS_Store files is that they are only used by the Finder, pollute folders and network shares with potential security risks. The Finder will create a .DS_Store file in every folder that you visit even if you haven't made custom changes. To disable .DS_Store File Creation on Network Shares use the following command in Terminal.app: defaults write com.apple.desktopservices DSDontWriteNetworkStores true (Version 1.3) |