Index: apps/plugins/disktidy.c =================================================================== --- apps/plugins/disktidy.c (revision 17427) +++ apps/plugins/disktidy.c (working copy) @@ -297,7 +297,8 @@ if ((system == TIDY_WIN) || (system == TIDY_ALL)) { /* remove windows files*/ - if ((rb->strcmp(entry->d_name, "Thumbs.db") == 0)) + if ((rb->strcmp(entry->d_name, "Thumbs.db") == 0) || \ + (rb->strncmp(entry->d_name, "Desktop.ini", 2) == 0)) { *removed += 1; /* increment removed files counter */