Today i want to share a great PC Tips that name is Speed Up Your PC With A Simple Notepad File.
This will guide you on how you can speed up the processes on you PC.
How?
It will clean up your RAM. Your RAM is very essential for the PC's performance
What do we need?
Notepad
What OS does it apply?
windows XP, VIsta, 7, 8 , 8.1
- Code:
- 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 or higher
Working Steps:
1. Know your PC RAM by looking at the properties of your computer.
2. Find the appropriate code from above code for your PC
3. Copy the code
4. Open notepad
5. Paste the code on notepad
6. Save file as .vbs for example : myfile.vbs
7. Now Run this file and your work is done.
Example:
Your PC RAM is 512 MB. Then open the notepad and paste only the code in the blank notepad
- Code:
- FreeMem=Space(51200000)