Huwebes, Abril 14, 2011

How to clean and speed up your RAM/MEMORY without using utilities?

To clean your RAM, You don't need to buy and install any utilities or application. All you need is a NOTEPAD

INTRUCTIONS : 

 1. Open notepad.

 2. Type this Syntax : FreeMem=Space("Your RAM Capacity")
for example :  FreeMem=Space(128000000)

 3. Click File>Save As.> choose all files as file type and Rename it to RAMcleaner.vbs (*Any name. Be sure that the file extension is .vbs)

 4. Find the file and open it everytime you want to clean your RAM.
 Don't worry. It doen't have any side effects. Tried and Tested.

Just copy the codes for your corresponding RAM sizes.

FOR 64 MB RAM
Code:
FreeMem=Space(32000000)
FOR 128 MB RAM
Code:
FreeMem=Space(64000000)
FOR 256 MB RAM
Code:
FreeMem=Space(128000000)
FOR 512 MB RAM
Code:
FreeMem=Space(256000000)
FOR 1024 MB RAM
Code:
FreeMem=Space(512000000)
FOR 2048 MB RAM
Code:
FreeMem=Space(1024000000)
FOR 4096 MB RAM
Code:
FreeMem=Space(2048000000)
FOR 8192 MB RAM
Code:
FreeMem=Space(4096000000)

Walang komento: