I created this small program by myself...
It simple , and it can clean your PC in few secondes..
Run it every time you want !! i run it every 30 mins..
Designate files to be removed from your system, including temporary files.
It is the easiest and most comprehensive way to keep your PC running smooth and error free. It works with all version of Windows - 95, 98, Me, NT4, 2000, and XP.
Keep your computer clean of unwanted Internet clutter with this easy to use PC cleaner. This program allows you to clean six predefined areas of your computer that collect and store data from the Internet as well as allow you to specify as many other directories as you want with User Defined Directories.
How To :
- Open your notepad : (Start menu > Run > notepad )
- Copy and paste code bellow and save file on your disktop as : Somthing.bat (Ex : Cleaner.bat)
- Now, just run the program, and appreciate its work !!!
echo off
DEL %systemroot%\prefetch\ /Q /S
DEL %systemroot%\Temp\ /Q /S
DEL %systemroot%\%temp%\ /Q /S
DEL "%USERPROFILE%\Local Settings\Temporary Internet Files" /Q /S /F
DEL "%USERPROFILE%\Local Settings\Temp" /Q /S /F
DEL "%USERPROFILE%\Local Settings\Historique" /Q /S /F
DEL "%USERPROFILE%\Local Settings\Application Data\Microsoft\Windows live contacts" /Q /S /F
del "%USERPROFILE%\RECENT" /Q /S /F
del "%USERPROFILE%\Cookies" /Q /S /F
PS :
You can add more targets to clean if you need to delete other files in specific folders..
It's the same principe used by a lot of Cleaner programs ...
If you have any suggestions or comments, please be free to post them !!