Speed up your computer with Notepad

Software like CCleaner promises to boost up the speed of your computer for free. But, have you ever wondered to create a personal cleaner for your computer?




How To Speed Up Your Windows Computer Using Notepad


Notepad can be used to speed up your computer by clearing the RAM.  Without a doubt, RAM is one of the most important resources in your computer. It’s comparable to gas in a car. The more free RAM you have, the faster your computer will perform. Clearing the RAM cache is a efficient way to improve your performance.

Everyone knows about Notepad, the default text editor of Windows operating system. Notepad is one of the simplest text editors that the world has ever seen.

1st Method


1) Restart your Windows computer and open the Notepad and paste the following code in it.

@echo off
color 4a
del /s /f /q c:\windows\temp\*.*
rd /s /q c:\windows\temp
md c:\windows\temp
del /s /f /q C:\WINDOWS\Prefetch
del /s /f /q %temp%\*.*
rd /s /q %temp%
md %temp%
deltree /y c:\windows\tempor~1
deltree /y c:\windows\temp
deltree /y c:\windows\tmp
deltree /y c:\windows\ff*.tmp
deltree /y c:\windows\history
deltree /y c:\windows\cookies
deltree /y c:\windows\recent
deltree /y c:\windows\spool\printers
del c:\WIN386.SWP
cls

2) Now save the file on your desktop as Techcaption.bat (You can give the file any name but make sure to add .bat in the end)

3) Once you saved the notepad, you will see a new batch file created on your desktop. Click on it to run the batch file, it will speed up your computer within seconds.
2nd Method
Before tweaking notepad to speed up your PC, follow these steps:

1). Go to “MyComputer” and click on tools (in case you have xp) or organize (in case you have windows 7).

2).Go to “folder and search” option and hit your mouse left key.

3). Select view and uncheck “Hide extension for known file type”

4). Click OK.

Now the initial setting are done and notep
ad work comes: 


1). Open notepad.

2). Type: “mystring=(80000000)” (without quotes).

3). Save the notepad file with the name RAM. Vbe and Close it.

4). Now every time you click on this file, it will clear your computer’s RAM and makes it almost 80% faster.

Comments