How to Optimize Computer System

Posted by elise in Blog Knowledge Base on March 30th, 2009 | Leave a comment

Are you fed up with slow PC performance? In fact, more that 90% of the individual PC users are not utilizing their computer’s full speed. Most of people spend lot of money on purchasing latest software, in order to accelerate PC speed. If all those software do not work well, let me show you a simple tip to optimize computer. It is not a tough task, but you have to spend some time with your computer.

At the bottom left of your PC screen, click “Start”->”Programs”->”Accessories”->”Notepad” and copy & paste the following information on the notepad; and then click “Safe As” to save the notepad onto your desktop. On the “File Name” blank, select “All File” and fill in the title “Clean up System LJ.bat” in the blank. Please note that the suffix name must be .bat

Please copy and paste the following information onto the notepad:

@echo off
echo is cleaning up system junk files, 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 system cleaning is finished!
echo. & pause

Then you would have your own junk file cleaner made successfully. Double-click on the junk file cleaner to proceed. When the screen notes that the system cleaning is finished, you will get a “slim” PC system once again.