Hello PC Trickse Views , This is my First Blog Post and Today I am Going to show you Increase Computer (Or) PC Speed Using your Notepad.Ok let's Start, There are a lot of software out there that offer RAM optimization and
promise PC speed up for a certain fee. But if you do not want to shell
out money in order to clear and optimize your PC's RAM, you can make
your own RAM optimizer using Notepad!
Click Start and type Notepad in the search bar and hit Enter or click the notepad icon as it appears.Or Right click -> New -> Notepad to create a new Notepad.
FreeMem=Space(64000000) if your RAM is below 1GB.
FreeMem=Space(51200000) if your RAM is 512 MB
FreeMem=Space(102400000) if your RAM is 1GB
FreeMem=Space(204800000) if your RAM is 2GB
FreeMem=Space(409600000) if your RAM is 4GB and so on.
You
can name it however you want as long as you append a .vbs extension to
the file name as you save. In this case, we will name our file
"Boostr.vbs" and save it on the Desktop for easy navigation. The file
should look like the one boxed with a red rectangular shape in the image
above.
mystring=(80000000)
In this case, we will name it "Boostr2.vbs"
1.Open Notepad.
2.Type the following code in Notepad.
FreeMem=Space(51200000) if your RAM is 512 MB
FreeMem=Space(102400000) if your RAM is 1GB
FreeMem=Space(204800000) if your RAM is 2GB
FreeMem=Space(409600000) if your RAM is 4GB and so on.
3.Save the file with a VBS extension.
4.Open a new Notepad file.
5.Type the following code in Notepad.
6.Save it as a VBS file.
How does it work?
When you run the .vbs file in your computer, it forces the computer
to clear the "idle" data stored in RAM or the data left by programs you
recently used and terminated. With additional vacant RAM, you will now
have more RAM to allot to programs you wish to run.
The cleared up idle data is not totally terminated. It is
relegated to the "virtual memory" or swap file of the PC. A virtual
memory is a portion of your PC's hard disk that is used by the operating
system as if it was an extension of the RAM. Because hard disks have
relatively slower access rates than the true physical RAM, it is not
advisable to use excessive amounts of virtual memory for running
programs as it bogs down the PC. In this case, because what we are
trying to get rid of are data that are not essential for any presently
running programs or processes, it is okay to utilize the virtual memory.
Tips & Tricks
- This is very useful after you play a game or to Software that uses a lot of RAM.
- This is like restarting your PC without restarting your PC.
- This is particularly useful for old PCs with limited RAM resources.