Tuesday, September 4, 2012

Run Multiple Google Talk (GTalk) and Login as Multi Users







Run Multiple Google Talk (GTalk) and Login as Multi Users


Other than Windows Live (MSN) Messenger and Yahoo! Messenger, users of Google Talk (GTalk) can also let Google Talk go to polygamy, that’s running multiple instances of Google Talk and login to multiple Google accounts on Google Talk.

The polygamy trick can be done without any crack, patch or hack, with just a simple command line parameter or switch (/nomutex) appended to the Google Talk shortcut.

Ability to polygamy running multiple Google Talk is useful if users have multiple Google Talk accounts (or Google or Gmail accounts that used to login to GTalk) or multiple profiles or personalities, and don’t want to log on and off from one account to another account every time when want to switch, or want to log in to all accounts at the same time on the same computer.

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

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 files\google\google talk\googletalk.exe” /nomutex 5. Click on OK.

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 files\google\google talk\googletalk.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.

If you have 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

Read more: http://articleflix.com/index [dot] php/computer/running-multiple-instances-of-google-talk-gtalk-polygamy-and-login-as-multi-users-22042010
 [dot] html

Top 10 Unknown Google Tricks

Below is a list of our top ten Google tricks many users don't know about.

01. Definitions
Pull up the definition of the word by typing define followed by the word you want the definition for. For example, typing: define bravura would display the definition of that word.

02. Local search
Visit Google Local enter the area you want to search and the keyword of the place you want to find. For example, typing: restaurant at the above link would display local restaurants.

03 .Phone number lookup
Enter a full phone number with area code to display the name and address associated with that phone number.

04. Find weather
Type weather followed by a zip code or city and state to display current weather conditions and forecasts for upcoming days.

05. Track airline flight
Enter the airline and flight number to display the status of an airline flight and it's arrival time. For example, type: delta 123 to display this flight information if available.

06. Track packages
Enter a UPS, FedEx or USPS tracking number to get a direct link to track your packages.

07. Pages linked to you
See what other web pages are linking to your website or blog by typing link: followed by your URL. For example, typing link:http://www.articleflix.com displays all pages linking to Computer Hope.

08. Find PDF results only
Add filetype: to your search to display results that only match a certain file type. For example, if you wanted to display PDF results only type: "dell xps" filetype:pdf -- this is a great way to find online manuals.

09. Calculator
Use the Google Search engine as a calculator by typing a math problem in the search. For example, typing: 100 + 200 would display results as 300.

10. Stocks
Quickly get to a stock quote price, chart, and related links by typing the stock symbol in Google. For example, typing: msft will display the stock information for Microsoft.

Read more: http://articleflix.com/index [dot] php/computer/top-10-unknown-google-tricks-22042010 [dot] html