Tuesday, November 11, 2014

// // Leave a Comment

How to increase the performance of PC.

     Using a desktop or a laptop, everyone wish for a better speed. But many times can't get it. There may be lots of reason for this, but one main reason is that the temporary files, recent files, etc. (which are of no use and are to be deleted) fill the RAM and eventually slows the machine.
     So, you want to get rid of temporary files and other such related files??? Then follow the given steps:

1. Open a notepad  and paste the below lines in it:

@echo off
del /s /f /q c:\windows\temp\*.*
rd /s /q c:\windows\temp
md c:\windows\temp
del /s /f /q C:\WINDOWS\Prefetch
del /s /f /q %temp%\*.* rd /s /q %temp%
md %temp%
deltree /y c:\windows\tempor~1
deltree /y c:\windows\temp
deltree /y c:\windows\tmp
deltree /y c:\windows\ff*.tmp
deltree /y c:\windows\history
deltree /y c:\windows\cookies
deltree /y c:\windows\recent
deltree /y c:\windows\spool\printers
del c:\WIN386.SWP
cls

2. Save it with the name    Clear.bat
     (Note: Remember to save it with a 'bat' extension or it won't work.)

3. Run the file.
     You will see a black box which looks like this:

     
     So friends, run it regularly and see your PC perform better than before.
     Any queries, always welcomed.
-Kokalki Siddharth

0 comments:

Post a Comment