Every single day numerous useless files are being downloaded into your pc from internet without having your authorization. This junk files are the root cause for slow internet surfing experience. So pointless junk files should be removed from your computer. You can find various types of paid applications to accomplish this job like ccleaner. However I would prefer to delete all the junk files without any software in a single click. Save your valuable money
.
We will create a script or software to clean that junk files.
Process:
1 > Create a new notepad on your desktop
2> Now paste the below code into that notepad
Select all @echo off echo Webhog Cleaner echo distributed by techtipsportal.com 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
3> Now you need to save that notepad as “cleaner.bat “. It means the file type must be .bat

Your job is done. To run the cleaner click on “cleaner.bat” which is already created on your desktop.
It is completely safe to run this software. However if you are still having any problem to understand the above steps then feel free to ask me via info@techtipsportal.com or ask your question via comment box.
Enjoy your free junk file cleaner software.




Awesome tutorial.I hope this will help me to speed my PC
I am a developer myself and this is a fine piece of code.Good to see its working in Windows 7 also.
Thank you its working.But Can you make it something like this for linux also ?