Subscribe to our RSS Feeds
Showing posts with label automation. Show all posts
Showing posts with label automation. Show all posts

Windows tip: Automatically delete files in Recycle Bin - two solutions

0 Comments »

February 3, 2009

This is very useful windows tip. It works with Windows XP,Vista and 7 and it is economical way to use the Recycle Bin. If you like to automatically delete files sent to the recycle bin, do the following:

First solution:
  1. Right click on the recycle bin icon
  2. Choose Properties
  3. Choose Global
  4. Check the Remove files immediately upon delete
Second solution:

Insert following lines:
CD\Recycled
Echo Y | Del *.*
CD\
in your AUTOEXEC.BAT file. This way every time you restart your computer your recycling bin is cleaned.

, 11:57 AM