Pages

Subscribe:

Ads 468x60px

Friday, September 3, 2010

How to Speed up your Computer deleting Unnecessary Files

There is no alternative of high configuration RAM to speed up the computer. But many people may have low configuration RAMs. So what will be with them? They need solution for such situation. Again only high configured RAM can not ensure you the high performance of your PC.

Because if you do not keep your PC neat and clean or install too many programs the same problem will also arise to you in spite of having high configured RAM.
When you continuously work with your computer many unnecessary files are gathered in Temp and Recent. These files slow up your computer. For this reason you must have to delete these files everyday if you want to get good performance.

To manually delete all these temporary files everyday is a boring work. But you can get rid of it using notepad. Just open a notepad from here:

Start Menu > All Programs > Accessories > Notepad

Now write the following codes on it:

@del /F/S/Q %temp%
@del /F/S/Q %windir%\temp
@del /F/S/Q "C:\Documents and Settings\user name\Recent"
@Echo off
Echo.
Echo Complete
Echo.
pause
exit

In the above code replace the user name with your computer's user name.
Now save this notepad as Delete unnecessary.bat file. From now just double click on this file to delete unnecessary files from temp and recent folder.

To speed up your computer you can also use another trick. Just open Run from start menu. Write tree in the text field and press Enter 10-15 time continuously. This process will speed up your computer too.

0 comments:

Post a Comment