How to make a ram booster!!!



Every computer user (old computers) suffers from computer freezing.
I'll show you how to make a simple computer booster using notepad.
The steps are said to be simple,so lets begin:


Method 1

1)Open notepad

2)Type the following: 

MYSTRING="80000000"


3)Save it,and  name it  "ram booster.vbs"(i prefer to save it on desktop)

4)Now its done

Now every time your computer freeze you can double click it(2 or 3 times),and your computer will be boosted.

Method 2

1)Open notepad


2)Type the following code in Notepad.



FreeMem=Space(64000000)                   if your RAM is below 1GB
FreeMem=Space(51200000)                   if your RAM is 512 MB
FreeMem=Space(102400000)                 if your RAM is 1GB
FreeMem=Space(204800000)                 if your RAM is 2GB
FreeMem=Space(409600000)                 if your RAM is 4GB and so on.
3) Save the file with a VBS extension.
You can name it however you want as long as you append a .vbs extension to the file name as you save. In this case, we will name our file "Boost.vbs" and save it on the Desktop for easy navigation. The file should look like the one boxed with a red rectangular shape.

How does it work?

When you run the .vbs file in your computer, it forces the computer to clear the "idle" data stored in RAM or the data left by programs you recently used and terminated. With additional vacant RAM, you will now have more RAM to allot to programs you wish to run.

The cleared up idle data is not totally terminated. It is relegated to the "virtual memory" or swap file of the PC. A virtual memory is a portion of your PC's hard disk that is used by the operating system as if it was an extension of the RAM. Because hard disks have relatively slower access rates than the true physical RAM, it is not advisable to use excessive amounts of virtual memory for running programs as it bogs down the PC. In this case, because what we are trying to get rid of are data that are not essential for any presently running programs or processes, it is okay to utilize the virtual memory.

Tips Tricks & Warnings

  • This is very useful after you play a game or to Software that uses a lot of RAM.
  • This is like restarting your PC without restarting your PC.
  • This is particularly useful for old PCs with limited RAM resources.

Hope you like our work, do share with others too. Leave a comment below if you facing any problem at any step discussed above.


How to make a ram booster!!! How to make a ram booster!!! Reviewed by Haxbaba Tech on 04:44 Rating: 5

No comments:

Powered by Blogger.