Quick Cleanup: Automating Deletion of Files in Windows

Quick Cleanup: Automating Deletion of Files in Windows

Richard Lv11

Quick Cleanup: Automating Deletion of Files in Windows

We all know how easy it is to delete files and send them to the Recycle Bin. But wouldn’t it be great if Windows automatically emptied the bin for us? Fortunately, you can configure your system to do just that.

Let’s look at the different ways to auto-empty the Recycle Bin on Windows.

1. How to Automate the Recycle Bin Using the System Settings

It’s easy to configure Windows to empty the recycle bin automatically. All you need to do is open System settings, fiddle with a few things, and you’re done.

However, this feature applies only to the current user account. Other users on the same computer won’t have their Recycle Bin emptied automatically until they adjust this setting. In other words, if you’re using a shared computer, it won’t affect anyone else.

Here’s how to do it:

  1. Open the Settings window .
  2. From the left panel, select the System tab.
  3. Scroll down and click on Storage on the right-hand side. Here, you will find various computer data storage and management options.
    Stoage in System Settings
  4. Now, you will see a toggle switch under Storage Sense. If it’s turned off, click to switch it on. This feature enables Windows to delete no longer needed files automatically.
    Turn on Storage Sense
  5. Once Storage Sense is active, click the tiny arrow next to it to expand the options.
  6. On the next screen, you’ll find an option that says, Delete files in my recycle bin if they have been there for over. Click the drop-down menu beside this and select the duration, after which Windows should empty the recycle bin automatically.
  7. Select 1 day if you want Windows to delete these items daily. Or choose another option that suits your needs better.
    Configure Storage Sense
  8. You can also configure the system to delete downloaded files that haven’t been used for several days. To do so, click the Delete files in my Downloaded folder if they haven’t been opened for more than drop-down menu and select the desired option.

Once you’re done, close the Settings window. Windows will automatically empty your Recycle Bin from now on.

2. How to Automate the Recycle Bin Using the Task Scheduler

If you want more control over the process, you can use Windows Task Scheduler to empty your Recycle Bin. Here’s how:

  1. Press Win + R on your keyboard to open the Run window.

  2. Type taskschd.msc and hit Enter or click OK. Doing this opens the Task Scheduler program .

  3. On the left-hand side of the window, select Task Scheduler Library.

  4. Now, click Create Basic Task from the right-hand panel. It will open another window where you can configure your task settings.
    Create Basic Task

  5. Enter a name for your task (e.g., Empty Recycle Bin) and a brief description if you want. Then, click the Next button.

  6. The following window will ask you to select the frequency when Windows should empty your Recycle Bin. You can choose Daily, Weekly, Monthly, or One time only. Once you’ve chosen your preferred frequency, click Next.
    Create a Basic Task

  7. After that, set the start date and time for your task. Also, select Recur every to specify the total duration of each cleaning session. Then, click Next.
    Start Date and Time in Task Wizard

  8. You must specify what action Windows should perform when this task runs. Click on the Start a program option and click Next again.
    Start a program in Task Wizard

  9. In the Program/script box, type C:\Windows\System32\cmd.exe. Then, in the Add arguments (optional) field, type the following command:
    /c “echo Y|PowerShell.exe -NoProfile -Command Clear-RecycleBin”
    Write Program or Script in Task Wizard

  10. Running this command will delete your Recycle Bin content. Click Next to continue.

  11. Now, you can review your settings and tick Open the Properties dialog for this task when I click Finish if you want to make any changes. When done, hit the Finish button.
    Finish Task Wizard

Once you’re done, close the Task Scheduler window. From now on, Windows will empty your Recycle Bin according to your specified frequency.

Automate the Recycling Process on Windows

To keep your computer running smoothly, you must empty your Recycle Bin regularly. However, the process can be tedious and time-consuming. Fortunately, Windows provides some easy ways to automate this task, either through Windows Settings or Task Scheduler.

Let’s look at the different ways to auto-empty the Recycle Bin on Windows.

Also read:

  • Title: Quick Cleanup: Automating Deletion of Files in Windows
  • Author: Richard
  • Created at : 2024-06-25 17:07:23
  • Updated at : 2024-06-26 17:07:23
  • Link: https://win11-tips.techidaily.com/quick-cleanup-automating-deletion-of-files-in-windows/
  • License: This work is licensed under CC BY-NC-SA 4.0.