8

Asepsis is currently not working under Mavericks. It's, in my knowledge, the only single-purpose app existing for this job. Therefore, what is the less intrusive solution to prevent .DS_Store creation after the update to Mavericks?

3 Answers 3

8

Asepsis updates have been officially released for Mavericks compatibility - http://asepsis.binaryage.com/

I've personally tested it, working like a charm!

4

The free app TinkerTool 5.0, which has many functions, can be used on Mavericks to disable creating .DS_Store files on network volumes, but I do not believe this has any effect on .DS_Store files on your local Mac.

enter image description here

2
  • 4
    The setting can also be enabled with defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true, but it only disables creating .DS_Store files on network volumes. Commented Nov 3, 2013 at 13:42
  • Actually what TinkerTool does is to provide a GUI that generates many different defaults write files. It also keeps track of the ones that it creates, and it can de-install all of them using the Reset button, which puts all customizations back to their pre-TinkerTool state. This is very useful because otherwise if you create a lot of your own defaults write files, you may not remember what they all are and how to reset things back the way they were. Commented Nov 3, 2013 at 22:51
1

BlueHarvest does not prevent the creation of .DS_Store files, but it can delete them automatically.

You can also delete .DS_Store files by using find:

find / -name .DS_Store -delete 
1
  • This is actually the closest solution to what I'm looking for. However, there is a quiet important delay between the creation of a given .DS_Store file and it detection by BlueHarvest for removal. In the situation, for example, where you're a creating an archive for a windows user, this can be annoying... Commented Nov 6, 2013 at 20:37

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.