Clean Junk Files without using Softwares

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.

1 comment:

  1. List of file types captured from cleaning tool if this helps

    Regards

    Brem69

    *.arf
    *.arv
    *.tmp
    *._detmp
    *.temp
    *._dd
    *.wbk
    *.sdi
    *.old
    *.gid
    *.db$
    *.chk
    *.$db
    *.$$$
    Thumbs.db
    system.1st
    suhdlog.dat
    scandisk.log
    twain???.mtx
    iebak.dat
    *.~*
    pspbrwse.jbf
    mscreate.dir
    *.cdr_
    *.*
    mscreate.dir;whatsnew.
    *;
    *.tmp;
    *.log
    *log.txt;
    *readme.txt;file_id.diz;tips.txt;
    *.bak;
    *.old;
    *.syd;
    *.prv;
    *.grp;
    *.gid;
    *.fts;
    *.cnt;
    *.~mp

    ReplyDelete