Wednesday, October 13, 2010

Cleanup RAM using notepad

     Since all the Operating systems support Multiprocessing, hence require a good RAM speed.
Since all the current running processes are stored onto the RAM, it slows the system speed. So, we need to  freeup the RAM from unused junk data to Speedup the System or processing speed.
Its very easy.

1) Open notepad and type FreeMem=64000000

2) Save it as “CleanRAM.vbs” on desktop.


Note: Type the name of file along with inverted commas

Run the file and your RAM may be free.
      You can this edit the code in the file for a greater “cleaning-progress”.

For Eg.
FreeMem=1280000000
FreeMem=2560000000
FreeMem=5120000000
FreeMem=10240000000

0 comments:

Post a Comment