Many friends of me ask where can I download a software which can keep my RAM free? And I found these software are nothing but using some lines of code which can be implemented by using notepad or any editor tool. So 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:
Step 1: Open Notepad
Step 2: Type FreeMem=Space(10240000000)
Step 3: Save it as “CLEANER.VBS” in any location you like.
Step 4: You can edit the code and write 512 instead of 1024 if you own a 512mb RAM or change to anything you like.
Step 5: Run it !
After this final step your RAM will be free.
Hope you enjoyed it. 🙂
Please Pass comments on it..
ya definitely change it to 2048 instead of 1024.. I will work out..
how do i know that after run my ram is free. Also i am getting error – overflow: 5120000000
Code 800A0006
Microsoft VBScript Runtime error
pooja the reason for this error is that the value is overflowed. So you please use this code “FreeMem=Space(102400000)” (without the quotes) I am definitely sure it will work..
It sounds so easy to clean Ram. Well, i should ask for help.
If you want to seek help @anna you can contact me sibun.123@gmail.com
i shocked to see 0000000 , it is 00000.
thnx ashraf..
shows error: expected statement
code: 800a0400
now its not sshowing any error but how can i know that my ram is free now?