Biyernes, Nobyembre 4, 2011

Random Access Memory - Clean up through Notepad

Sometimes, we feel that our computers are slowing down. This problem normally occurs after you have executed
lots of application, browse many websites, open a lot of software. This operations are accommodated by our systems RAM.
To avoid this you may restart the computer to normally delete those files stored. In this tutorial, I will teach you
how to free up your RAM to maximize the full capability of your computer.

1. Open notepad and type the following
FreeMem=Space(64000000)



2. Save the file as "ClassRAM.vbs" on your desired location. I suggest save it on your desktop for easy access.

3. Run the file saved on your desktop and your RAM is now free.

Note: You can also change the value of space amount you want to free.
FreeMem=Space(1280000000)
FreeMem=Space(2560000000)
FreeMem=Space(5120000000)
FreeMem=Space(10240000000)
Increasing the number would mean greater amount of free space to be free.

Walang komento:

Mag-post ng isang Komento