Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  System / Utilities  |  Tweaks / Enhancements  |  RemoveDS_Store

RemoveDS_Store

RemoveDS_Store - 1.0

removes all un-wanted .DS_Store files at startup

All Time: Not rated (0.0)
This Version: Not rated (0.0)
Current Version: 1.0
Release Date: 2007-08-09
License: Freeware
Downloads (this version): 2,144
Downloads (all versions): 2,144

Information Related to Version:

Broken Link? Newer Version? Tell us!

Product Description:

This is a system StartupItem (applies to all users). At boot your computer will sort thru your entire drive, removing all ".DS_Store" files. Only some of you may find this to be a useful tool.

Be aware, the first run of this StartupItem may take a while to run (you can check on it in "Activity Monitor" as find). After first run, though, it should complete rather quickly

Operating System Requirements:

This product is designed to run on the following operating systems:

  • Mac OS X 10.4 Intel
  • Mac OS X 10.4 PPC

Additional Requirements:

  • Tiger (PPC, Intel)
    Admin account

Screenshots:

Download Links:

Your Installed Versions:


 

Feedback Summary:

This Version:
Overall Rating: Not rated (0.0) Features: Not rated (0.0) Support: Not rated (0.0)
Ease of Use: Not rated (0.0) Quality / Stability: Not rated (0.0) Price: Not rated (0.0)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

RemoveDS_Store Usage Tipusage caveats - Version: 1.0, 8/10/2007 03:09PM PST

sjk
Disclaimer: My intention is to be helpful by sharing a few opinions and a bit of knowledge, not provoke personal(ity) confrontations over disagreements anyone might have.

Re: Okay, so maybe you like your .DS_Store files.

It's not a matter of "liking" them or not, just that some people will probably appreciate being aware of their purposes before deleting them.

In general developers aren't responsible for user education, though I always appreciate when they're concerned enough to provide minimal usage caveats with "system behavior enhancing" software. It contributes to making a positive first impression and is something I look for when evaluating, choosing, and recommending products and developers.

Re: My machine is running as a server mostly.

Maybe you already know about this:

Mac OS X 10.4: How to prevent .DS_Store file creation over network connections

Not a complete solution though sometimes it has value.

Re: you can always edit the "RemoveDS_Store" Unix executable in /usr/bin

/usr/bin is typically considered off-limits for third party software installation on OS X.

Post a commentAlert Admin

RemoveDS_Store Developer NoteYeah, yeah - Version: 1.0, 8/10/2007 09:52AM PST

raymondlewisjones
Okay, so maybe you like your .DS_Store files. My machine is running as a server mostly. Those annoying .DS_Store files are always preventing me from doing stuff. Sometimes a get an error when I try to delete a folder that says "the .DS_Store file is too big and it cannot delete". Also, I do not want my windows to always be how the person before left them, so getting rid of these files helps everyone to view the folders without all the damn list views completely expanded which could slow down the Finder.

you can always edit the "RemoveDS_Store" Unix executable in /usr/bin. Change the part where there is a lonesome "/" all by itself. Add the full path to a specific directory instead of the default "/" which is the path to your startup disk. For that matter, duplicate the whole line and add as many custom paths as you want:

find /path/to/folder -name .DS_Store -delete
find /path/to/folder2 -name .DS_Store -delete
find /path/to/folder3 -name .DS_Store -delete
find /path/to/folder4 -name .DS_Store -delete
Post a commentAlert Admin

RemoveDS_Store Commentary… and Spotlight comments - Version: 1.0, 8/10/2007 12:37AM PST

(2 of 2 users found this comment useful)

sjk
In addition to what gslusher mentioned .DS_Store files can also contain Spotlight (Finder) comments that, for example, several third party file tagging apps rely on.

Hopefully the developer adds these kinds of caveat warnings about .DS_Store files somewhere obvious for anyone who's considering using this StartupItem. It might be tempting for some people to remove them before understanding the possible negative side effects.
Post a commentAlert Admin