Notepad Trick : Freeup RAM using Notepad

By Unknown Wednesday, May 8, 2013 0 comments
Free Up RAM Memory

RAM - Random Access Memory is one of the main components of the team that is responsible for operating system process. Since all operating systems support multiprocessing, therefore, requires a good speed of RAM.

Since all the current running processes are stored in RAM, it slows the system speed. Sometimes the process which have executed but are not required by the operating system are stored in RAM. Therefore, we are able to eliminate or FREEUP RAM with garbage data that is not used to accelerate the speed of the system or process.

We can clean the RAM just by using a Notepad application. This donot require any advanced software. The process for doing this is as follows.

Now Open Notepad Then type

FreeMem=Space(64000000)
save it as “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)
Sharing is sexy

Related posts

0 comments for this post

Leave a reply