Are you tired of watching explorer delete file by file when deleting big directories? This tool solves this problem by using rmdir instead of deleting files individually. I wanted to have a nice shell integration so when using this it will show a question prompt first. When it fails to delete the directory it shows the error from rmdir and also allows to retry the attempt.
- Open the registry and create a new Key under
HKEY_CLASSES_ROOT\Directory\shellcall itQuickFolderDelete. - Modify the
DefaultofComputer\HKEY_CLASSES_ROOT\Directory\shell\QuickFolderDeleteand set the value toQuick Delete - Create a new key called
commandunderComputer\HKEY_CLASSES_ROOT\Directory\shell\QuickFolderDelete - Set the
Defaultto"<PATH_TO_QUICKFOLDERDELETE>" %1, the it should look like following:"F:\Tools\QuickFolderDelete.exe" "%1"That's all. Now you should see a new menu when right clicking on folders calledQuick Delete
The project uses CMake, just invoke cmake . -B build in the root directory and it will create the Visual Studio project.