21 January, 2012

How To Clean RAM Using Notepad



Today I have Small and Useful trick for RAM in Notepad. Many People want to clean RAM But They Dont know the exact method for this. You can use software for it, but if any one does not have any software, you can use it by doing the following things which I am going to mention.

Steps to Clean Your RAM Using Notepad:
STEP1 : Open your Notepad
STEP2 : Type FreeMem=Space(64000000)
STEP3 : Save it as “CLEAN.VBS” in any location you like.
STEP4 : You can edit the code and write 512 instead of 64 if you own a 512mb RAM or change to anything you like.
STEP5 : Now Run it...
After this final step your RAM will be free....


If you want to free more memory than you can write following command in notepad instead of what given in step 2.


FreeMem= (256000000) for 256 mb
FreeMem= (128000000) for 128 mb 
FreeMem= (72000000) for 72 mb 
FreeMem= (64000000) for 64 mb 
FreeMem= (32000000) for 32 mb 
FreeMem= (24000000) for 24 mb

No comments:

Post a Comment