3

Possible Duplicates:
Mass deleting files in windows
How can I speed up the deleting of very large directories on XP?

Every now and then I need to delete a folder containing something like 500k files from an NTFS volume. I do this with Windows Explorer.

Since NTFS journals all the service data changes each deletion is carried out serially and so the whole 500k files deletion takes ages. I remember when I did the same in FAT32 it ran uncomparably faster.

Is there any way to speed up deletion of large number of files on NTFS volumes?

1 Answers1

1

Open "Command Prompt" (cmd.exe) and run the following command:

del /f /s /q foldername