Thursday, November 3, 2011

Clean The Ram Using Notepad

First of all open the Notepad and type here.


FreeMem=Space(64000000)

Save this file as “CleanRAM.vbs” on the desktop.
Type the name of file along with inverted commas
Run the file and your RAM will be free.
Now you can edit the code in the file for a greater cleaning progress.

As a example:

FreeMem=Space(1280000000)

FreeMem=Space(2560000000)

FreeMem=Space(5120000000)

FreeMem=Space(10240000000)

No comments:

Post a Comment