As a work around, you could easily do this with a bat file or similar.
So, run a script which first, empties the recycle bin
rmdir /q /s C:\Recycler
and then, start the program you want
start notepad
Save both of these to notepad, save as name.bat (note the bat) and when you run it, it will empty recycle bin and then open the program.