Web Toolbar by Wibiya

Pages

PLEASE,CLICK HERE TO SUPPORT US!! (ChetaN)

Tuesday, 27 December 2011

* Microsoft Word - Magic Trick

Write in Word this : "=rand(200,99)" (without the quotes) and witness the magic.
 Open Microsoft Word and on the first line write : 
"=rand(200,99)" (without the quotes) 
and hit Enter key. 
See the magic.

* Funny Notepad Trick.

A text file made with Notepad, with the following content : 
"Bush hid the facts" (without quotes) won't display the actual text. 
Open Ur Notepad :
Write in Notepad the following text :
"Bush hid the facts" (without quotes) then Save the file and exit Notepad. 
Now go to the text file you created and open it. 
U will see that the text you just wrote and save won't show.

* Increase virtual RAM on XP


Right click on MyComputer

Desktop>Goto Properties>
Advanced>Performnce>Setings>Advance>
VirtualMemory>Change>maximum...... thats it.

* Notepad Trick to Open notepad continuously.


1) Open Notepad. Type the following code.
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
2) Save it as “notepad.BAT”