Select the items older than X days in the recycle bin and remove them.
RecycleBinHelper <days> [-s | --silent]
<days>
REQUIRED. The items older than<days>
days will be selected and removed.- [-s | --silent] OPTIONAL. No confirm dialogs. Delete files directly.
Examples
RecycleBinHelper 0
remove all the itemsRecycleBinHelper 7 -s
remove the items older than one week
- Bug avoided: replace Shell32.Shell.Namespace method