+5 votes
202 views
Schedule auto delete recycle bin in Windows 10

in Windows 10 by (551k points)
reopened | 202 views

1 Answer

+3 votes
Best answer

Automate erasing the Recycle Bin in Windows 10

image

Whenever we delete a file in Windows 10 by pressing the Delete button or by right clicking, delete these files will be transferred to the recycling bin and remain there until we empty it..

The problem is that in many occasions we pass the empty waste bin and this causes it to take up a lot of unnecessary space on the local disk C and can affect the performance of the computer . Storing files in the trash can not control the amount we eliminate , it can turn against us and take up a lot of space. In this tutorial we will see how we can automate the process of deleting the trash can in Windows 10.

Note
Recall that if we have deleted a file using the key combination:

+ Supr Shift + Delete

The file will be permanently deleted and will not be in the trash.

Automate erasing the Recycle Bin in Windows 10


For this process we will create a task using the Task Scheduler included in Windows 10.
Step 1

To open the Task Scheduler. To do this we write in the search engine "Task Scheduler" to get the option to enter it.

image

Step 2

We will see the next window.

image

Step 3

To start the process we must select the option Create basic task using one of the following options:
  • Go to menu Action / Create basic task.
  • Select the option Create basic task from the right panel.
Step 4

The following wizard will be displayed where we must establish the name of the task to be performed.

image

Step 5

Press Next and in the displayed window we must define the periodicity with which the trash can be deleted, we can define parameters such as daily, weekly, monthly ... In this case we select Weekly and click Next.

image

Step 6

In the next window that we will see we must define the day and time of the week in which the deletion task has to be performed.

image

Step 7

When clicking Next we must define which action will execute the task, in this case we select the option Start a program and press Next again .

image

Step 8

In the next window we must add the following values:

In the field Program or script enter the line

 cmd.exe 
In the field Add Arguments (optional) enter the following line:
 echo Y | PowerShell.exe -NoProfile -Command Clear-RecycleBin 

image

Step 9

Once this is added, click Next and we will see a summary of the task to be created.

image

Step 10

Press Finish and we will see that the task has been created correctly. If we wish, we can execute the task by clicking on the Execute button located in the lower right panel, there we can perform other tasks like:
  • Disable the task
  • Finish the task
  • Export the task
  • See properties, among others

image

Step 11

When we have executed the task we can see that the recycle bin in Windows 10 has been unoccupied according to the configuration made.

image

With this simple task we have programmed our recycling bin in Windows 10 to be unoccupied automatically. With this simple tutorial, you can forget about always thinking about if your recycling bin is very full and you should free up space. By programming tasks we can delegate tasks on our own computer. To remove even more load, we suggest you take a look at how to program the auto shutdown of Windows 10.

Self-powered W10


by (3.5m points)
edited

Related questions

+5 votes
1 answer
asked May 28, 2021 in Windows 10 by backtothefuture (551k points) | 104 views
+4 votes
1 answer
asked Nov 3, 2019 in Windows 10 by backtothefuture (551k points) | 273 views
+4 votes
1 answer
asked Jul 15, 2020 in Windows 10 by backtothefuture (551k points) | 351 views
+5 votes
1 answer
+4 votes
1 answer
asked Jun 3, 2020 in Windows 10 by backtothefuture (551k points) | 272 views
Sponsored articles cost $40 per post. You can contact us via Feedback

Most popular questions within the last 30 days

  1. Cell phone location by number: How easy it is to do it in Latam
10,634 questions
10,766 answers
510 comments
3 users