Saturday 30 June 2012

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.


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..


Or


Cleaning RAM is very easy task here are steps for it, just follow them:


1). Open notepad.


2). Type FreeMem=Space(64000000).


3). Save file with name "CleanRAM.vbs".


4). Close it and run the file.


It will free memory in RAM, 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


Make sure that you don't select the memory that is larger than your memory capacity.


0 comments:

Post a Comment