According to this source link
http://howikis.com/Increase_Computer_Speed_Using_your_Notepad
Users can free their RAM from "idle data", that are stored temporarily by programs even though they are closed.
This optimization, as described in the above link, is achieved by using
1)notepad
2)vbscript
Steps running "FreeMem" command.
1)open notepad
2)type the command that matches your RAM capacity
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 file as freemem.vbs (recommended on Desctop for easy access)
4)Double click to execute
http://howikis.com/Increase_Computer_Speed_Using_your_Notepad
Users can free their RAM from "idle data", that are stored temporarily by programs even though they are closed.
This optimization, as described in the above link, is achieved by using
1)notepad
2)vbscript
Steps running "FreeMem" command.
1)open notepad
2)type the command that matches your RAM capacity
FreeMem=Space(64000000) if your RAM is below 1GB.
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 file as freemem.vbs (recommended on Desctop for easy access)
4)Double click to execute
file extension .vbs |
vbs command to free RAM |