☣ How to Make A Memory Optimizer in VBScript / VBS FreeMyMind.vbs



☣ How to Make A Memory Optimizer in VBScript / VBS FreeMyMind.vbs

☣ How to Make A Memory Optimizer in VBScript  / VBS FreeMyMind.vbs

You will need to Open Notepad.
Enter the following:

BrandonsMemoryIsTooFull = Space(512000000)
BrandonsMemoryIsTooFullA = Space(512000000)

Save the File as FreeMyMind.vbs
you can run the program by double clicking it.

Add an additional line for every 512 Megs of ram you want to free. Don’t do more than about 50% of the amount of ram you have or you might crash your computer. If you are only going to run it when you have nothing else running you could use up to 75% of the amount of memory you have.

You can use numbers lower than 512 if you like as well.

Comments are closed.