Saturday 9 November 2013

How to clean your RAM Memory

create a new text file on your desktop and call it  "RAMcleaner" or something...

Type

FreeMem=Space(64000000)

in this file and save it as RAMcleaner.vbs

 [ You may choose the "All Files" option when u save it ]

Run the file and ur RAM may be cleaned :>

Of course u can edit the code in the file for a greater "cleaning-progress".


FreeMem=Space(1280000000)

No comments:

Post a Comment

How to change Background color by selecting color from Listview

activitymain.xml file::> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"     xm...