Monday 15 October 2012

Clean PC Junk Files in Windows Without any Software Completely Free



  • Create a new notepad on your desktop
  •  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

  • 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 easyknowledgehub@gmail.com or ask your question via comment box.
Enjoy your free junk file cleaner software.

No comments:

Post a Comment

How to Use a Single Mouse and Keyboard Across Multiple Computers

If you’ve got multiple computers at your desk, you probably know that it’s a pain to use more than one keyboard and mouse. Here’s how to u...

Popular posts