<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WEB-NES-BAY &#187; gtalk nomutex</title>
	<atom:link href="http://webnesbay.com/tag/gtalk-nomutex/feed/" rel="self" type="application/rss+xml" />
	<link>http://webnesbay.com</link>
	<description>Learn Tips and tricks on Linux, Hacking, linux, PHP, Perl, Web, Hardware</description>
	<lastBuildDate>Sun, 11 Apr 2010 05:12:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Running Multiple Instances of Google Talk</title>
		<link>http://webnesbay.com/running-multiple-instances-of-google-talk/</link>
		<comments>http://webnesbay.com/running-multiple-instances-of-google-talk/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 09:53:40 +0000</pubDate>
		<dc:creator>WEBNESBAY</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[chatting gtalk with more than one mail id]]></category>
		<category><![CDATA[Command Line Parameter]]></category>
		<category><![CDATA[Crack]]></category>
		<category><![CDATA[Gmail Account]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Talk]]></category>
		<category><![CDATA[Gtalk]]></category>
		<category><![CDATA[gtalk multiple instances]]></category>
		<category><![CDATA[gtalk nomutex]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Hacker]]></category>
		<category><![CDATA[Hex Editor]]></category>
		<category><![CDATA[Instances]]></category>
		<category><![CDATA[Multiple Personalities]]></category>
		<category><![CDATA[Profiles]]></category>
		<category><![CDATA[Program Exe]]></category>
		<category><![CDATA[Right Click Context Menu]]></category>
		<category><![CDATA[Shortcut Tab]]></category>
		<category><![CDATA[Syntax]]></category>
		<category><![CDATA[Target]]></category>
		<category><![CDATA[two gtalk at a time]]></category>

		<guid isPermaLink="false">http://webnesbay.com/?p=24</guid>
		<description><![CDATA[Users of Google Talk (GTalk) can also let GTalk 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 [...]


Related posts:<ol><li><a href='http://webnesbay.com/run-multiple-instances-of-gtalk/' rel='bookmark' title='Permanent Link: Run multiple instances of gtalk'>Run multiple instances of gtalk</a></li>
<li><a href='http://webnesbay.com/control-multiple-pcs-with-one-keyboardmouse/' rel='bookmark' title='Permanent Link: Control Multiple PCs With One Keyboard/Mouse'>Control Multiple PCs With One Keyboard/Mouse</a></li>
<li><a href='http://webnesbay.com/reveal-your-saved-or-remembered-passwords/' rel='bookmark' title='Permanent Link: Reveal your saved or remembered passwords'>Reveal your saved or remembered passwords</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Users of Google Talk (GTalk) can also let GTalk 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 <strong>/nomutex</strong> appended to the Google Talk shortcut.</p>
<p>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.</p>
<p>You can add the <strong>/nomutex</strong> switch or parameter to existing Google Talk shortcut, or create a new shortcut with the <strong>/nomutex</strong> command line parameter.</p>
<p><strong>To edit existing Google Talk shortcut:</strong></p>
<p><strong>1)</strong> Right click on the Google Talk shortcut.<br />
<strong>2)</strong> On the right click contextual menu, click on Properties.<br />
<strong>3)</strong> Go to Shortcut tab on Google Talk Properties window.<br />
<strong>4)</strong> On the Target textbox, add in the <strong>/nomutex</strong> 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).</p>
<p>Target:     <strong>&#8220;C:\Program Files\Google\Google Talk\googletalk.exe&#8221; /nomutex</strong></p>
<p><strong>5)</strong> Click on OK.</p>
<p><strong>To create a new shortcut for Google Talk:</strong></p>
<p><strong>1)</strong> Right-click on the desktop or anywhere you want to place the GTalk shortcut.<br />
<strong>2)</strong> Select New on the right click context menu.<br />
<strong>3)</strong> Then select Shortcut.<br />
<strong>4)</strong> Copy and paste the following line to the text box when prompted to type the location of the item:</p>
<p><strong>“C:\Program Files\Google\Google Talk\googletalk.exe” /nomutex</strong></p>
<p><strong>5)</strong> Click on Next.<br />
<strong>6)</strong> Give the shortcut a proper name such as Google Talk or Google Talk Multiple or Google Talk Polygamy.<br />
<strong>7)</strong> Click OK until you are done.</p>
<p>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 <strong>/nomutex</strong> switch is specified or not.</p>
<p>Launch hex editor and open googletalk.exe, then search for the following patterns in the hex editor:</p>
<p><strong>004536FD . 3BC6 CMP EAX,ESI</strong><br />
<strong>004536FF . 75 05 JNZ SHORT googleta.00453706</strong></p>
<p>Modify the string to look like the following:</p>
<p><strong>004536FD . 8BC1 MOV EAX,ECX</strong><br />
<strong>004536FF . EB 05 JMP SHORT googleta.00453706</strong></p>
<p><strong>How this Works?</strong><br />
The mutex is short for mutual exclusion object.<br />
A mutex is a program object that allows multiple program threads to share the same resource, but not simultaneously.</p>


<p>Related posts:<ol><li><a href='http://webnesbay.com/run-multiple-instances-of-gtalk/' rel='bookmark' title='Permanent Link: Run multiple instances of gtalk'>Run multiple instances of gtalk</a></li>
<li><a href='http://webnesbay.com/control-multiple-pcs-with-one-keyboardmouse/' rel='bookmark' title='Permanent Link: Control Multiple PCs With One Keyboard/Mouse'>Control Multiple PCs With One Keyboard/Mouse</a></li>
<li><a href='http://webnesbay.com/reveal-your-saved-or-remembered-passwords/' rel='bookmark' title='Permanent Link: Reveal your saved or remembered passwords'>Reveal your saved or remembered passwords</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://webnesbay.com/running-multiple-instances-of-google-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
