Friday 22 July 2016

CLEAN UP MEMORY (RAM) THROUGH NOTEPAD APPLICATION

Clean Up Memory (RAM) Through Notepad Application

  • Sometimes unused files are saved in our ram (read only memory)
  • When we close programs it remains on ram.
  • So the problem is that how can we clean it to regain our memory.
  • It is useful to free up more memory and speed up your system.
  • We can do this by just executing a command in notepad.
  • It Does not require a advanced program


Steps To Clean Memory Through Notepad Application:


  1. Type
  2. FreeMem=Space(64000000)
  3. save it as “CleanRAM.vbs” on desktop
  4. Note: Type the name of file along with inverted commas
  5. Run the file and your RAM may be free.
  6. Of course you can edit the code in the file for a greater “cleaning-progress”.
  7. For example:
  8. FreeMem=Space(1280000000)
  9. FreeMem=Space(2560000000)
  10. FreeMem=Space(5120000000)
  11. FreeMem=Space(10240000000)

No comments:

Post a Comment