recent

Tuesday, 23 February 2016

How To Clean your RAM using Notepad

                   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.

1) Open Notepad (Start > Run > Notepad)
2) Type FreeMem=Space(10240000000)
3) You can change the value 1024 with any other value according to your RAM size (e.g: 512 if you have 512Mb of Memory)
4) Save it as “L2C.VBS
5) If you want to clean your RAM then Run the file you created in step 4.
Done!

After this final step your RAM will be free........

No comments :

Post a Comment