Clean Up Mac droppings on a Windows File System

One of the most annoying thing a Mac does when it connects to a Windows network share is leave a .DS_Store file (if the share is writable).  There’s no harm in deleting the files (to either Windows or OS-X), but finding and removing them can be tedious.

I made my life a little easier to clean those .DS_Store files off my disk by writing a batch file that you can downloads (in a 7z archive) via cleanup_afp.7z


separator

Related posts:

  • Automating Clean Manager in Windows Using clean manager on older versions of Windows (in particular) always requires setting the options, which isn’t hard, but makes it a little hard to...
  • Cleaning Up Windows Thumbs.db I just don’t understand why Windows litters thumbs.db files all over the disk. Yeah it might be quicker to get thumb nail images from that...
  • Automating Clearing Windows Temp I’ve never figured out why Windows and Windows applications don’t properly clear out the temporary directory, but they don’t and certainly a lot of “junk”...
  • File System Fragmentation All file systems suffer from fragmentation. Let me rephrase that more clearly in case you didn’t quite get it the first time. ALL FILE SYSTEMS...
  • Windows 7 – Clean Install One of the best ways to insure that your computer will have an optimal installation of Windows 7 is to do a clean installation.  Of...
  • Windows Component Clean Utility When you install Windows V6 SP2 you will also get the Component Clean Utility (compcln.exe). This utility will remove previous component versions from your computer,...
  • Revise Windows XP “Home” Directory Structure I gave this “tool” to a few of my friends a couple weeks ago and many of them thought it was kewl (a few even...
  • Microsoft Virtual Server and Virtual PC Windows Guest Optimization Keeping a Windows virtual machine running well using a Microsoft virtualization system is fairly simple, and here are the best practices that I’ve come up...
  • Cloning a VirtualBox Hard Disk Sure it’s easy to install an operating system from scratch in VirtualBox, but it’s much easier (and quicker) to keep a base library of OS...
  • Linux File System Fragmentation I’ve always found it hilarious that *nix bigots (particularly Linux bigots) asserted that their file systems, unlike those found in Windows, didn’t fragment. HA HA...

separator