My sister uses Windows 7 (yuck) and wants to have her recycling bin emptied periodically. I've looked around for something like this, but no results. She doesn't want the files to just delete themselves (which I can understand). So is there a way to do this or a task scheduler that would work? I also think this would be handy so is it possible on Ubuntu 10.10?
Empty Recycling Bin Periodically?
Archived thread 1723973 from Any Other OS. Markdown source: Any_Other_OS/thread_1723973_Empty_Recycling_Bin_Periodically.md
I'm sure there are programs out there that do just that.
I like ccleaner for cleaning up a computer, but that may be more than what she wants to clean. Look into the command line mode though and see if the switches will let you specify what to clean, then create a batch file and a scheduled task.
Our IT department has some stuff that does that, but I don't use it here. I'll see if I can find it and pass the word along.
Easy,
:P
In all seriousness, you can set diskcleanup to run as a scheduled task with empty recycle bin as an option.
But, she doesn't want them to 'just delete themselves', but wants it automatically? Contradictory, no?
I think the reason she doesn't want the files to be automatically deleted instead of going to the recycling bin is because if she accedently deleted an important file she would lose it permanently instead of being able to restore it.
Yeah, tell her to run CCleaner periodically, it removes other unwanted stuffs too (kind of like bleachbit)
dniMretsaM said: I think the reason she doesn't want the files to be automatically deleted instead of going to the recycling bin is because if she accedently deleted an important file she would lose it permanently instead of being able to restore it.
Then an auto-cleaner isn't really the answer. If she deletes *epicmemoirs* and the scheduler kicks in 5 minutes later, it's all gone. Still - a cron script would do it, as could a scheduled script in Windows, I'm sure.
Well, my sister is being stubborn and won't use that program because you have to download it (which I think is stupid) so I'm done helping her. Thanks for all the help though guys.