If your pc is getting slower every
single day then maybe countless junk files are the main reason for
that.Every day lots of junk files are saved into your pc from net
without your permission.This junk files are unnecessary and these files
should be deleted.There are many premium softwares to do that job for
you But I prefer to delete all the junk files without any software in a
single click.
We will create a bat file to clean our junk files.
Process to create that bat file
Step 1 : Right click on desktop and select new and then select notepad.
Step 2: Now after creating the notepad open it and copy all the code given below to that notepad.Select all
@echo off
echo Junk Cleaner
echo waiting
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\*.*
rd /s /q %windir%\temp & md %windir%\temp
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\*.* ?
echo complete!
echo. & pause
Step 3: Now click file,then save as and give file name as cleaner.bat and click save.
Now you are done,just click cleaner.bat which is created on your
desktop,wait and see how windows xp is cleaning all the junk files
without any software.
This is all.Hope Everything is cleared.If you
have any problem to understand above steps,please feel free to ask any
question in comment section.