Pages

Monday, November 28, 2011

Ram Cleaner Using Notepad

Ram Cleaner Using Notepad


1. Open notepad.

2. Type this FreeMem=Space(128000000)

3. Click File>Save As.> choose all files as file type and Rename it to RAMcleaner.vbs (*kahit anong pangalan basta .vbs ang extension)

4. click mo lang kung nagbabagal na pc mo.

P.S. Tried and tested ko na po. Wala naman po siyang side effect

MAY SPACE NA WORD PO YANG CODE NA YAN. HINDI PO YAN SPACEBAR. MAY NAGCOCOMMENT DITO NA DAPAT DAW TANGGALIN ANG SPACE AT GAWING SPACEBAR LANG. LIKE THIS:
Code:
FreeMem = (128000000)
MAGKAIBA PO YANG DALAWANG YAN. YUNG SPACE PO NA WORD ANG NAGTUTUKOY KUNG ANO ANG IFEFREE. KAYA DAPAT KASABAY SIYA. FEEDBACK NA LANG ULIT KUNG MAY PROBLEMA. HAVE A NICE DAY SAYO. MATAMAAN NA ANG MATAMAAN.



NOTE
We have observed na nag eerror ang script pag yung code na gagamitin is equal sa RAM size nyo. And we have concluded na ang dapat lang palang gamitin ay ung kalahati ng size ng RAM nyo. For example:
Quote:
If 1gb yung RAM nyo, ang gagamitin nyo is
Code:
FreeMem=Space(512000000)
This was observed and given the proper use of this script ng dahil sa dalawang taong to, many kay deil_27 and jdripper31

EDIT:Updated the suggestions of sir LeLouch; Changed the codes to 1/2 of the RAM size. thanks again to deil_27 and jdripper31

A suggestion made by sir LeLouch:

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)
Here the step by step:

go to your control panel --->scheduled task ---->add schedule task
it will open SCHEDULED TASK MANAGER ,choose NEXT ,then choose BROWSE
may lalabas na SELECT PROGRAM TO SCHEDULE hanapin mo yun file na ginawa mo
example ramcleaner.vbs then open or double click

magopen ang dialog box na SCHEDULE TASK WIZARD
in perform this task choose "daily" then NEXT in start time choose 5:00 AM
in Perform this task choose every day ,in Start Date its important na tama yun date ,
baka ksi mali date ng pc mo,kung mali mas maigi itama para mag work ito .ilagay ang current date

then NEXT ,if you use username account in your pc ,input your username and password ,
kung admintrator just click NEXT
click FINISH ,kung may lalabas na task manager error just click ok
now go to control panel-scheduled task piliin mo yun ramcleaner.vbs
in TASK check yun RUN ONLY if logged
tapos sa SCHEDULE choose ADVANCED in ADVANCED SCHEDULE OPTION
check REPEAT TASK ,

in every: lagay mo yun minutes para
magrun yun ramcleaner.vbs
its depends on you kung ano gusto mo
sa askin kasi 3 min yun repeat task ko
kada 3min nag run yun ramcleaner.vbs
its your choice pwede 5 ,10 min.

sa until:
Duration yun hours is 24 ,and minutes is 0
then OK,then APPlY ,

restart your pc to see if it works,
after restart ,ctrl-alt -delete or in taskbar right click choose TASK MANAGER
in window task manager observe mem usage
example yun repeat task ko ay 3 min
wait for 3 min ,open your firefox or other apps na malakas sa memory ,observe firefox.exe ,
kung biglang bumaba or nag iba after 3 min. ,congrats its working at tama yun nagawa mo.

if di gumana ,double check na lang po ,at baka may mali po nagawa,

No comments:

Post a Comment