Disturb by temporary files? Get Rid of it now with just a click : windows 10

Disturb by temporary files? Get Rid of it now with just a click : windows 10

If you are a Window operating user/ your system runs on window operating system you will notice that your system keeps creating caches which most times is annoying.

This is because this files that are generated temporarily consume a lot of space on our system thereby creating extra load on the system as they pile up most especially when it’s not deleted manually or by any other means.

But deleting your files manually is no doubt stressful, the process of doing this often or everyday can be a pain or burden to us.

Have you thought of an automated process by which all files are cleared at one point in time? Yes it’s possible with some line of codes. If implemented properly you won’t have any worries about your junk files and cache anymore.

So what are you waiting for? Let’s dive in.

Steps to Clear the Windows Temporary Files at a Single Click

Note: files that are currently used by your system won’t be deleted, in fact they will skipped.

First option :

There is a script that we have created, this script is highly recommended by our team. Just follow the link and get it downloaded here

Second option: There is an option for you to manually create a script your self using our guide. Remember that you will still achieve the same objective at the end of the day.

In your system, just open your note pad and get the below code pasted

@echo off
del /s /f /q c:\windows\temp\*.*
rd /s /q c:\windows\temp
md c:\windows\temp
del /s /f /q C:\WINDOWS\Prefetch
del /s /f /q %temp%\*.*
rd /s /q %temp%
md %temp%
deltree /y c:\windows\tempor~1
deltree /y c:\windows\temp
deltree /y c:\windows\tmp
deltree /y c:\windows\ff*.tmp
deltree /y c:\windows\prefetch
deltree /y c:\windows\history
deltree /y c:\windows\cookies
deltree /y c:\windows\recent
deltree /y c:\windows\spool\printers
cls

1) Locate the file or simple go to to files and, there you have to click on “Save As“.

2) Name the file you have just created and add “.bat” just at the end of the name and in the option “Save as type:” select as “All types(*.*)“.

3) Finally you are to click on “Save”, this is the last step, once done your script should be ready to deploy.

Get get to the main task, just simply open this script you have just created to get it wipe or clear all your junk files and cache with one touch.

There is also a possibility that this script could be programme to execute the delete process alongside each time the system is powered on.

If you take your time to study the script you discover an option called “Storage Sense” although we will try as much as possible to explain this in our coming tutorial while we give you a link to that.

We hope that the script works perfectly? If yes don’t hesitate to drop a review or any challenges you encounter.

Leave a Comment