A Windows application similar to Unlocker that can forcefully delete folders and files, especially those locked by other processes.
- Show Locking Processes: Display which processes are locking files/folders
- Kill Processes Option: Terminate processes that are locking files
- Silent Force Delete: Command-line mode for automation
- Context Menu Integration: Right-click option in Windows Explorer
- Windows 10/11
- .NET 8.0 Runtime (included in self-contained build)
- Administrator privileges (required for handle enumeration)
- Right-click on a file or folder in Windows Explorer
- Select "Delete with FolderDelete"
- View locking processes and unlock/kill as needed
FolderDelete.exe "C:\path\to\file" /S
/Sor-S: Silent mode (force delete without showing GUI)
dotnet build -c Release
dotnet publish -c Release -r win-x64 --self-contained trueThe application requires administrator privileges. To install the context menu:
- Run the application as administrator
- The context menu will be registered automatically