Tuesday, 14 August 2012

Funny Computer Tricks

Here I am going to show few funny computer tricks.


1. Are you getting bore with black and white command prompt? Then don't worry here is solution.
Just open your command prompt and type following command,
>color 1
Here number shows text color.
>color 12
Here first number shows color of background and second number shows color of text.
For help you can type,
>color 100


2. You can create .bat file for opening command prompt.For that create file with .bat extension and add following lines in that file,

@echo off
command.com
pause

Now you can double click this file to open command prompt.

3. It is fun with notepad.
    a. Open notepad.
    b. Write "Q33N".
    c. Change font to "Wingdings".
    d. Increase font size.

4. Try to create folder named "con" in your windows OS. It will not allow you to create such folder. In order to create such folder type following command on command prompt.
>mkdir \\.\c:\con
It will create con folder on your c drive

5. Creating shutdown shortcut,
   a. Right click on desktop.
   b. Select shortcut.
   c. Now in browse field type [shutdown -s -t 5 -c "System crash"].
   d. Click next and give some name to shortcut.
   e. Double click on shortcut.

6. For word here is one trick,
   a. Open word and go to "word option" -> proofing -> Autocorrect.
   b. In this tab you will find "Replace text as you type" option.
   c. In that fill some text in "Replace" text box Ex. the and type something in "With" text box Ex. why.
   d. Now if you type word "the" it will be replaced with "why".

7. If you want to maintain LOG in your notepad file then simply add following line in your notepad,
".LOG"
Note that this must be the very first line in your notepad.
Now every time when you will open your file, time stamp will be added to file automatically.

Note : Do things carefully. I am giving it for just fun.

1 comment: