banner Expire 10 May 2025
adv exp at 20 January 2025
Rescator cvv and dump shop
Money Club cc shop
Patrick Stash
banner expire at 13 August 2024
Kfc Club
BidenCash Shop
Luki Crown
Wizard's shop 2.0
Trump cc shop
Blackstash cc shop
Yale lodge shop
UniCvv
Carding.pw carding forum

How to clean the Process in RAM using Notepad?

Mr.Tom

TRUSTED VERIFIED SELLER
Staff member
All of us know about RAM is important for system. RAM is known as Random Access Memory(temporary memory for system). RAM stores data or process which are running currently now. But the stored data will be alive until the system is turned on. Once you turned off the system data will be erased from system.


This is one of the part that decide the speed of the system. Because program are stored in RAM then only transfer to processor. So if the RAM is big in size, the process will fast. If you want to great speed ,you can buy high capacity RAMs.

Here is the trick to use your low capacity RAM efficiently. As i told the program will stored in RAM temporarily. But sometime unwanted process will stored in RAM. We need to remove or clean that process from Memory. I am going to give you the simple Visual Basic Script (vbs) code.

Code:

FreeMem=Space(64000000)

  • copy this to notepad.
  • Save with .vbs extension (for eg: ramclean.vbs).
  • Whenever you want to clean the RAM memory.
  • Double click the file.
 
Top