CleanDownloads is a background utility that automatically deletes a file from the Downloads folder immediately after it is used for the first time
-
Download the exe file from the releases page (or compile it from the source code).
-
Run the exe file
- It installs itself in the
%LocalAppData%\CleanDownloadsfolder - Creates a shortcut in the Start Menu:
Clean Downloads - Registers an autostart entry for the current user via the
Windows Task Scheduler
- It installs itself in the
-
In the window that opens, you can select the file deletion mode:
- If you launch the application again while it is already running, the existing instance window (single instance) will open
- No icon in the tray: launch the window again by running the shortcut or exe file
To disable autostart only:
- Delete the
Clean Downloadsscheduled task (Task Scheduler>Task Scheduler Library). - Or from the terminal (
PowerShell/CMD):schtasks /Delete /TN "Clean Downloads" /F
To completely uninstall:
- Close the application (kill the
Clean Downloadsprocess inTask Manageror log out of the system) - Delete the
%LocalAppData%\CleanDownloadsfolder - Remove the shortcut in the Start menu, if it exists:
%ProgramData%\Microsoft\Windows\Start Menu\Programs\Clean Downloads.lnk - Remove the scheduled task (see above), if it still exists
Prerequisites:
.NET SDK 10.0Windows 10/11
Build and publish (single‑file and self‑contained):
dotnet publishThe published single‑file exe will be located in the Clean Downloads\bin\Release\net10.0\win-x64\publish folder

