Sunday, September 5, 2010

Speed up your computer by cleaning RAM

RAM ,the Random access memory ,the primary memory of system which is capable of receiving and holding a copy of the software instructions and data necessary for processing. It is the place where the computer holds current programs and data that are in use.
Ram is most important for Multi programming . Higher the Ram higher will be the processing speed and system speed.
When you are working with multiple Programs if your computer becomes slow though your Ram is More ,it may be due to the leftout pieces of program bits in Ram

If you can erase or delete those unnecessary pieces of information, your computer RAM will be cleaned and your computer will be speed up.
Here is a simple procedure for cleaning RAM
Follow these steps
*Open notepad.
*Type FreeMem=Space(64000000).
*Save file with name "CleanRAM.vbs".
*Close it and run the file.

It will free memory in RAM, if you want to free more memory than you can write following command in notepad in step 2.

FreeMem= (256000000) for 256 mb
FreeMem= (128000000) for 128 mb
FreeMem= (72000000) for 72 mb
This trick will significally increase your speed of ram,as of the day you bought .
Use this Trick at your own risk and make sure that you don't select the memory that is larger than your memory capacity(RAM)

No comments:

Post a Comment