on Friday 20 April 2012
Ok,

Today I am going to tell you funny thing about VBScript .

First of all VBScript is an active script known as Visual Basic Script . It has been installed by default in every windows version.

Now , we are going to see funny tricks.





[1] Make Your Computer speak like a robot......

1) First of all create file having .vbs extension.
    Then copy/paste following code.

2)Dim speaks, speech
  speaks="Welcome Sir Have a Nice day."
  Set speech=CreateObject("sapi.spvoice")
  speech.Speak speaks


3)Now save it.
  Then just doubled clicked on it.


[2] Automatically typing by Computer....

1) First of all create file having .vbs extension.
    Then copy/paste following code.


2)Set wshshell = wscript.CreateObject("WScript.Shell")
Wshshell.run "Notepad"
wscript.sleep 400
wshshell.sendkeys "H"
wscript.sleep 100
wshshell.sendkeys "i"
wscript.sleep 200
wshshell.sendkeys " "
wscript.sleep 200
wshshell.sendkeys "G"
wscript.sleep 100
wshshell.sendkeys "u"
wscript.sleep 100
wshshell.sendkeys "Y"
wscript.sleep 100
wshshell.sendkeys "s"
wscript.sleep 500
wshshell.sendkeys "."
wscript.sleep 500
wshshell.sendkeys " "
wscript.sleep 500
wshshell.sendkeys "."
wscript.sleep 500
wshshell.sendkeys "{Backspace}"
wscript.sleep 500
wshshell.sendkeys "{Backspace}"
wscript.sleep 500
wshshell.sendkeys "{Enter}"
wscript.sleep 500
wshshell.sendkeys "I"
wscript.sleep 100
wshshell.sendkeys " "
wscript.sleep 600
wshshell.sendkeys "a"
wscript.sleep 100
wshshell.sendkeys "m"
wscript.sleep 200
wshshell.sendkeys " "
wscript.sleep 600
wshshell.sendkeys "S"
wscript.sleep 100
wshshell.sendkeys "a"
wscript.sleep 100
wshshell.sendkeys "r"
wscript.sleep 100
wshshell.sendkeys "J"
wscript.sleep 100
wshshell.sendkeys "U"
wscript.sleep 100
wshshell.sendkeys " "
wscript.sleep 600
wshshell.sendkeys "H"
wscript.sleep 200
wshshell.sendkeys "a"
wscript.sleep 100
wshshell.sendkeys "n"
wscript.sleep 100
wshshell.sendkeys "s"
wscript.sleep 100
wshshell.sendkeys "a"
wscript.sleep 100
wshshell.sendkeys "L"
wscript.sleep 100
wshshell.sendkeys "i"
wscript.sleep 100
wshshell.sendkeys "y"
wscript.sleep 100
wshshell.sendkeys "A"
wscript.sleep 100
wshshell.sendkeys " ."
wscript.sleep 600
wshshell.sendkeys "{enter}"
wscript.sleep 100


3)Now save it.
  Then just doubled clicked on it.and just see what happen.

[3] Disco light on keyboard.....

1) First of all create file having .vbs extension.
    Then copy/paste following code.

2)Set WshShell = wscript.CreateObject ("WScript.Shell")
   do
   WScript.Sleep 500
   wshshell.sendkeys "{NumLock}"
   WScript.Sleep 500
   wshshell.sendkeys "{CapsLock}"
   WScript.Sleep 500
   wshshell.sendkeys "{ScrollLock}"
   loop


3)Now save it.
Then just doubled clicked on it.and just see what happen on keyboard.
To see result of this trick Make sure you must have LED of 'Capslock','Scrolllock','Numlock'.Because now-a-days in many laptop they haven't LED.

NOTE: To terminate this process goto TaskManager and terminate wscript.exe process.

If you enjoyed it then plz comment and share this...............
Have a Nice Day...................
on Thursday 19 April 2012
Today I am going to tell you one interesting fact about windows.

Do You know you can't make folder named "con" ?
You can try now.

Why it is so?

 Because In windows special device files are available to aid in certain tasks such as clearing screen etc.in order to maintain this version of windows up to 7 are refused to create folder/file with these reserved device name.

"CON" is one of them.CON incidentally is device file used to capture whatever printed on screen .
There are following reserved keywords.
CON , PRN , AUX , NUL etc.

So here is the trick to create folder named "con".

1. Create Folder.

2.Named it "con"  Don't press enter.

3.Now after writing "con" press "ALT+255".
       NOTE: To write "255" make sure you are using numpad .Function keys are not working in this   trick.
4.Then press ENTER.

It's Created!!!!!!!!!!!!!!!!

Proof of it.

I wish you enjoyed this....................
on Tuesday 17 April 2012
Today, I am going to tell you one interesting trick of IDM (Internet Download Manager).

I see most of people who use internet are finding trick to pass through registration of IDM without crack or purchasing it online.

Here is the steps.
  1. First find "etc" directory in drive in which you installed windows.                Here is path:C:\Windows\System32\drivers.  
  2.  Now in "etc" directory there is  "Hosts" file.Change it permission by Right click on file->Properties.
  3. Now in properties go into "security" tab next to the "General" tab.Now in security tab select "users" under "Group and username." Click on "Edit" button.Then again select "users" under "Group and username." Give full control under "Permission of users" . 
  4. Click OK...
  Here is snapshot.

Now , open "Hosts" file in notepad.And add following lines to end of the file.

127.0.0.1 tonec.com
127.0.0.1 www.tonec.com
127.0.0.1 registeridm.com
127.0.0.1 www.registeridm.com
127.0.0.1 secure.registeridm.com
127.0.0.1 internetdownloadmanager.com
127.0.0.1 www.internetdownloadmanager.com
127.0.0.1 secure.internetdownloadmanager.com
127.0.0.1 mirror.internetdownloadmanager.com
127.0.0.1 mirror2.internetdownloadmanager.com 

After editing file like this.


After that
Enter registration detail in IDM.
In 'Name' enter your good name.
In 'Last name' enter your last name whatever it is.
In 'Email' enter your email address(Original or fake).
In 'Serial no.' enter serial no. from following.

RLDGN-OV9WU-5W589-6VZH1
HUDWE-UO689-6D27B-YM28M
UK3DV-E0MNW-MLQYX-GENA1
398ND-QNAGY-CMMZU-ZPI39
GZLJY-X50S3-0S20D-NFRF9
W3J5U-8U66N-D0B9M-54SLM
EC0Q6-QN7UH-5S3JB-YZMEK
UVQW0-X54FE-QW35Q-SNZF5
FJJTJ-J0FLF-QCVBK-A287M

NOTE: During this process net should not be connected..

I wish you enjoy it...........
You can change icon for open/close default folder,hard drive,ram drive etc. in windows by editing into registry.

-->First of all backup registry for safety...

1.   Windows : Start->Run->regedit.exe press Enter.
      For Windows 7 : Start->type "regedit"->press enter

2.   Now In "File" Menu click "Export".

3.  Once the Export Registry File window appears,choose location to save the registry backup file to. 

     Note: You want to be able to easily find this file if you need to restore the registry backup so be     sure to choose someplace easy to get to, like the Desktop.

4.  Enter a name which u want to backup registry.

 Ok Now,

-->Step to Change Folder Icon.
  1. Open Registry.
  2. Go to
    HKEY_LOCAL_MACHINE-->Software--> Microsoft-->Windows-->Current Version-->Explorer-->"Shell Icons" If you don't have "Shell Icons" Key then create by Right Click on Explorer on the Left Pane -> New ->Key.
  3. In the right pane of the Shell Icons keys.Right Click -> New -> String Value.For the new value created give the name “3″ and press enter.Here "3" is for closed folder.Below there are more options.
  4. Now right click on "3" and modify it.Give your full path of icon which u want.
    NOTE :Icon size should be 256*256 pixel.
  5. Now restart your computer.
Here is the snapshot.




Here is more options.
0= Unknown file type
3= Closed Folder
4= Open Folder
7= Removable Drive
8= Hard Drive
11= CD-ROM Drive
29= Shortcut Arrow
Enjoy it ..............................
on Sunday 15 April 2012

So now what is "God mode" in windows?

Well, for starters, it's not really a mode.It is one type of secret feature of windows.

Although its name suggests perhaps even grander capabilities, Windows enthusiasts are excited over the discovery of a hidden "God Mode" feature that lets users access all of the operating system's control panels from within a single folder.

To make this folder just make "new folder" give it any name and then after name add "." and
{ED7BA470-8E54-465E-825C-99712043E01C}
Ex.-->Anyname.{ED7BA470-8E54-465E-825C-99712043E01C}
It is given in following image 

After going into that folder you will see all kinds of controls.

There are also some another folder Listed below which I found till now.
 For "Home Group"
{67CA7650-96E6-4FDD-BB43-A8E774F73A57}

"Library"
{896664F7-12E1-490f-8782-C0835AFD98FC}

"Search Result"
{9343812e-1c37-4a49-a12e-4b2d810d956b}

"Recycle Bin"
{645FF040-5081-101B-9F08-00AA002F954E}

"Don't want to open folder "
{1531d583-8375-4d3f-b5fb-d23bbd169f22}

Speech Recognition
{58E3C745-D971-4081-9034-86E34B30836A}

You can also use this folder to lock your private folder by putting your content into your private folder then rename to upward listed folder which u want.

NOTE: It may be different for different operating system but you can find above code for your os from registry .