Broom keeps your computer clean 
Broom is a free utility deleting old and useless files from your computer.
To start download
Broom.zip. There is no need to setup the software,
unzipping the file and running
Broom.exe is enough. On your computer .NET Framework 3.5 is required.
The file
Broom.exe.config contains configuration parameters; it is a text file you can edit with
Notepad.
Arrows indicate the 3 Broom parameters.
The first one
Paths contains the folder paths where the old files will be deleted, in this case
C:\Windows\Temp.
Between
<string></string> you can add other folder paths.
The
Temp folder of your Windows user profile usually is full of useless files that can fill your hard disk,
so the old files of this folder, although not configured in
Paths, will be always deleted.
The
DeleteEmptyFolders parameter set to
True means that empty folders will be deleted.
If you do not like this behavior, replace
True with
False.
Finally
Age set to 3 means that files not changed in the last 3 days will be deleted.
You can set the number of days you want.
You should run Broom at least once a day; so you could use Windows
Task Scheduler.
Each run Broom updates the text file
log.txt with the operation log.