Best Blogger Tips

CLEAN UP RAM USING NOTEPAD

RAMRandom Access Memory Is one of the main component of computer that is responsible for the process of the operating system. Since all the Operating systems support Multiprocessing, for that its require a good RAM speed.


Since all the current running processes are stored onto RAM, it slows the system speed. Sometimes the process which have executed but are not required by the OS are stored on the RAM. So, we can remove or free up the RAM with unused crap data to Speedup the System or processing speed.

We can clean the RAM just by using a Microsoft Notepad. The good is This ain't  require any software.



FOLLOW THIS STEP:

1) Open Notepad

-Type

  FreeMem=Space(64000000)

-save it as “CleanRAM.vbs” on you desktop

Note: Type the name of file along with inverted commas

-Run the file and your Tadaa your RAM feels good again.


In advance you can edit the code in the file for a greater “cleaning-progress”.
For example:

FreeMem=Space(1280000000)
FreeMem=Space(2560000000)
FreeMem=Space(5120000000)
FreeMem=Space(10240000000)

Do you Like this Article?

Get Free Email Updates Daily!

Follow us!

By Dude