Friday, June 18, 2010

Create Multiple Instances of Google Talk

After my previous post on Multi Yahoo Messenger I am going to present an article on Multi Google Talk. This article will help you that how we can create multiple instances of google talk. If any user have multiple gmail account and he/she want to use their multiple account on single machine at time then follow these simple steps to make google talk polygamy. After this user can use multiple google talk accounts, gmail emails, multiple profiles on the same computer at the same time

You can add the /nomutex switch or parameter to existing Google Talk shortcut, or create a new shortcut with the /nomutex command line parameter.

Method 1

To edit existing Google Talk shortcut:

  1. Right click on the Google Talk shortcut.
  2. On the right click contextual menu, click on Properties.
  3. Go to Shortcut tab on Google Talk Properties window.
  4. On the Target textbox, add in the /nomutex to the end of the line so that it looks like below (or you can simply copy and paste the below syntax and replace the original).

    “c:program filesgooglegoogle talkgoogletalk.exe” /nomutex

  5. Click on OK.

Method 2

To create a new shortcut for Google Talk:

  1. Right-click on the desktop or anywhere you want to place the GTalk shortcut.
  2. Select New on the right click context menu.
  3. Then select Shortcut.
  4. Copy and paste the following line to the text box when prompted to type the location of the item:

    “c:program filesgooglegoogle talkgoogletalk.exe” /nomutex

  5. Click on Next.
  6. Give the shortcut a proper name such as Google Talk or Google Talk Multiple or Google Talk Polygamy.
  7. Click OK until you are done.

Method 3

If you have any hex editor, you can act like a hacker and modify the bits in Google Talk program so that it will always allow multiple instances of GTalk to be launched whether the /nomutex switch is specified or not.

Launch hex editor and open googletalk.exe, then search for the following patterns in the hex editor:

004536FD . 3BC6 CMP EAX,ESI
004536FF . 75 05 JNZ SHORT googleta.00453706

Modify the string to look like the following:

004536FD . 8BC1 MOV EAX,ECX
004536FF . EB 05 JMP SHORT googleta.00453706

No comments:

Post a Comment