|
After closing an application Windows still stores residues (e.g. program libraries, DLL files) in memory. It assumes that such data will propably be needed by other programs. The more programs you load and use, the more memory is eaten. Put a stop to it! But dont use Memory Cleaner that will cost you at least 20 Dollars, use our free script - it does not have a fancy user interface but it does the job of freeing as much system memory as you want.
1. Right-click on a free space of your desktop and select New/Text Document. You might call it Free system memory (but this is entirely up to you). Double-click on this text file and enter FreeMem = Space(32000000).

2. Click File/Save as... and select All files (*.*) from Save as type. Save it under the name Free system memory.VBS. While you can select the file name yourself, you must assure that the file extension .VBS is present.
|