Free up your RAM using Notepad
RAM is a Random Access Memory. It is used to take the variables of a program. The data in the RAM gets erased when it is in out of power i.e. when you switch off your PC.
When you work with more programs, more data gets dumped in the RAM and makes your computer to become slow. You can create a free “RAM cleaner” by copying the below code into Notepad. This can Speed up your computer.
FreeMem=Space(64000000)
Save your notepad file as “RAMCleaner.vbs“. It’s time to execute the file. So, Double click it to open.
After execution, your RAM will be cleaned. You can also try for higher memory spaces.
After execution, your RAM will be cleaned. You can also try for higher memory spaces.
Eg:
FreeMem=Space(1280000000)
FreeMem=Space(2560000000)
FreeMem=Space(5120000000)
FreeMem=Space(10240000000)
0 comments:
Post a Comment