You may have noted sometime that you PC becomes slow, this is because sometimes their are some process running on your machine that are not required, these are stored on the RAM. So, by removing the JUNK from our ram, we can actually speedup our PC.
We can do this very easily by using a Notepad. You don't require any other software. So lets start

  • Open Notepad
  • Type "FreeMem=Space(64000000)"

  • and save the file with the name “CleanRAM.vbs” on your desktop  
    Note:
     Type the name of file along with inverted commas

  • Open the file and you are done :).

Additional Information:


You can edit the code in the file for a greater “cleaning-progress”.
For example you can use:
FreeMem=Space(1280000000)
FreeMem=Space(2560000000)
FreeMem=Space(5120000000)
FreeMem=Space(10240000000)