ANDROIDXPLORE.COM

Xplore The Best of Androidandroid xplore. www.androidxplore.com Android lovers dont miss it
Showing posts with label NOTEPAD. Show all posts
Showing posts with label NOTEPAD. Show all posts

Sunday, May 8, 2011

INCREASE YOUR RAM SPEED

RAM – Random Access Memory

is one of the main component of computer that is responsible for the process of the operating system.

Since all the Operating systems support Multiprocessing, hence require a good RAM speed.

Since all the current running processes are stored onto the RAM, it slows the system speed. Sometimes the process which have executed but are not required by the OS are stored on the RAM. So, here is a tricks to increase your RAM speed

We can clean the RAM just by using Notepad .

yes using notepad & no need to buy any software for that

The process is as follows.

Open Notepad

Type

FreeMem=Space(64000000)

save it as “CleanRAM.vbs” on desktop

Note: Type the name of file along with inverted commas

Run the file and your RAM may be free.
Of course you can edit the code in the file for a greater “cleaning-progress”.
For example:

FreeMem=Space(1280000000)

FreeMem=Space(2560000000)

FreeMem=Space(5120000000)

FreeMem=Space(10240000000)

NOTEPAD TRICKS

Notepad Secrets



Text becomes unreadable

Open Notepad
On the very first line, type in "dont eat the donut" (without quotes) then save and close the file. Note: the file should have only one line of the text above.
Now, open the same file. You'll notice the text becomes unreadable squares. (try this with different text with the same format and length).

Create a log

Open Notepad
On the very first line, type in ".LOG" (without quotes) then press Enter for a new line
Now you can type in some text if you want, then save the file.
Next time when you open the file, notice its contents. Notepad automatically adds a time/date log everytime you open the file.