[Windows XP] How to clear RAM ?
Anyone know how to clear RAM without rebooting the PC? When I run several application, the PC experience slow-downs (even after closing the applications).
Solution
Open "Notepad" or any text editor.
Just type this line:
FreeMem = Space(24000000)
- In the case above, you will release 24MB of RAM.
- Now you must save this file with the ".VBS" format.
- Put this file (for example) in the "WINDOWS" directory , then create a shortcut on the desktop.
- Double clicking on this shortcut, will clear 24MB of RAM
Thanks to jdespe forn this tip.
See also
Knowledge communities.