Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 570 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 570 Bytes

Recycle Bin Helper

Select the items older than X days in the recycle bin and remove them.

Usage

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 items
  • RecycleBinHelper 7 -s remove the items older than one week

Update

V0.1.2-alpha

  • Bug avoided: replace Shell32.Shell.Namespace method