Thursday 14 February 2013

Clean your RAM without any software

0 comments
RAM is the one of the main component of the computer that is responsible for the process of your Operating system. We know all the current running process are stored in the RAM, it makes the system slow. Instead of using any software to erase data present in the RAM. Here is a trick to clean your and increase your system speed.

                               Clean your RAM without any software

Process to follow:
-Open Notepad
-Type FreeMem=Space(64000000)
-Save it as "CleanRAM.vbs" on desktop

Note: Type the name of file along with inverted commas

Now Run the file and the RAM may be free.

You can edit the code to your suitable RAM

For Example:

 FreeMem=Space(1280000000)

FreeMem=Space(2560000000)

FreeMem=Space(5120000000)

FreeMem=Space(10240000000)


You May like:

Leave a Reply