Freeup OR Clean RAM using Notepad
Sometimes the process which have executed
but are not required by the OS are stored on the
RAM.
So, we can remove or freeup the RAM with
unused junk data to Speedup the System or
processing speed.
We can clean the RAM just by using a Notepad application. This do not
require any advanced software. The process to
do so is as follows. Open Notepad
Type
FreeMem=Space(64000000)
save it as name“CleanRAM.vbs” on desktop
Note: Type the name of file along with inverted commas
Run the file and your RAM may be free.
Of course you can edit the code in the file for a
greater “cleaning-progress”.
For example:
FreeMem=Space(1280000000)
FreeMem=Space(2560000000)
FreeMem=Space(5120000000)
FreeMem=Space(10240000000)
but are not required by the OS are stored on the
RAM.
So, we can remove or freeup the RAM with
unused junk data to Speedup the System or
processing speed.
We can clean the RAM just by using a Notepad application. This do not
require any advanced software. The process to
do so is as follows. Open Notepad
Type
FreeMem=Space(64000000)
save it as name“CleanRAM.vbs” on desktop
Note: Type the name of file along with inverted commas
Run the file and your RAM may be free.
Of course you can edit the code in the file for a
greater “cleaning-progress”.
For example:
FreeMem=Space(1280000000)
FreeMem=Space(2560000000)
FreeMem=Space(5120000000)
FreeMem=Space(10240000000)
0 comments:
Post a Comment