One click to speed up your Windows system
By rockia on Aug 12, 2009 with Comments 0
- Finding your system slower and slower?
- Having too much junk in your system but you don’t know how to clean them?
- Don’t want to install extra software to clean the junk in your system?
Here is a small utility for you to clean the junk in your system. What you need to do is to download this file and double click to run it, it will do its job automatically.
>>Download<<
Want to know more about this little “application”? Well it’s just a couple of command line to clean all the junks in your system, here is the code:
@echo off
echo Cleaning system, please wait
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 Press any keys to continue
echo. & pause
If you want to do more, you can edit the code, but for simplicity, you can copy and past these command into your notepad and save as “***.bat” (Include your quotation and *** is any legal name you want to name your file.)
Filed Under: Operating Systems
