A small tool to remove certain files from Windows recycle bin, based on your input.
You can enter a list of filenames in UserSettings.json
and run RecycleBinCleaner.exe
to delete all filles with matching filenames from the recycle bin.
For the list of filenames you enter, there are these options:
True
/ False
.True
/ False
.True
/ False
.UserSettings
folder and open UserSettings.json
.Important: File names must be in double-quotes and seperated by a comma.
RecycleBinCleaner.exe
.Logs.json
to view the results.It is possible to automate the process of starting RecycleBinCleaner by using the Windows built-in tool: Task Scheduler.
Windows 10:
Task Scheduler
and open it.Task Scheduler Library
by left clicking it. This step is important.Task Scheduler
and select the option New Folder
. Give your folder a meaningful name such as 'MyTasks'.Create basic task
.Action
. Here you want to select RecycleBinCleaner.exe
as the action to be performed. Leave the optional fields blank.Finish
tab, you can check Open the Properties dialog for this task when I click Finish
checkbox to further customize the task once it's created.