<?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>Fnode Networks &#187; Tips</title>
	<atom:link href="http://www.fnode.com/category/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fnode.com</link>
	<description>A Network Systems &#38; Technology Blog</description>
	<lastBuildDate>Mon, 16 Aug 2010 11:27:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>DNS Cache Poisoning Bug</title>
		<link>http://www.fnode.com/2008/08/dns-cache-poisoning-bug/</link>
		<comments>http://www.fnode.com/2008/08/dns-cache-poisoning-bug/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 11:52:39 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[DNS bug]]></category>

		<guid isPermaLink="false">http://www.nishv.com/?p=324</guid>
		<description><![CDATA[When a Name Server looks up a domain for the IP address, it stores the information into the cache so it doesn’t have to look it up every single time a request is made. For example, if someone looks for www.nishv.com the DNS server will look up the domain and stores the IP address 72.52.178.35 [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>When a Name Server looks up a domain for the IP address, it stores the information into the cache so it doesn’t have to look it up every single time a request is made. For example, if someone looks for www.nishv.com the DNS server will look up the domain and stores the IP address 72.52.178.35 into the cache for a given time so it doesn’t have to look up that domain again for a given period of time.</p>
<p>DNS cache poisoning (also known as DNS cache pollution) is a maliciously created or unintended situation that provides data to a DNS Server that did not originate from authoritative DNS sources.</p>
<p>It happens when an attacker sends malicious data in response to a DNS query. For example, DNS query for www.nishv.com can be redirected to another website.</p>
<p>This method is taking the phishing scam to another level, you might be visiting your bank’s website but without you realising it, you will actually be putting in all the login information into some hackers servers which made it look exactly like the bank’s website. Yes, this is very serious!</p>
<p><strong>How do you patch it?</strong></p>
<p>On the client side (we are talking about Microsoft Windows here), your machines should have been patches automatically if you set the Auto-Update option. If not, I recommend you check the available updates and patch it as soon as possible.</p>
<p>If you use a DNS Server, my recommendation is to use the following command to figure out whether it has been patched or not. If it is not, STOP using it and have a look at this post on <a href="http://www.fnode.com/2008/03/opendns/" target="_self">OpenDNS</a> for more info.</p>
<p><strong>Use the following DIG command on UNIX</strong></p>
<p><code><br />
dig +short @{name-server-ip} porttest.dns-oarc.net txt<br />
dig +short @ns1.example.com porttest.dns-oarc.net txt<br />
dig +short @208.67.222.222 porttest.dns-oarc.net txt<br />
</code></p>
<p>and you should get a result similar to this&#8230;</p>
<p><code><br />
nishv@nishv.com [~]# dig +short @208.67.222.222 porttest.dns-oarc.net txt<br />
porttest.y.x.w.v.u.t.s.r.q.p.o.n.m.l.k.j.i.h.g.f.e.d.c.b.a.pt.dns-oarc.net.<br />
"208.67.217.8 is GREAT: 26 queries in 2.1 seconds from 26 ports with std dev 20119"<br />
</code><br />
Or something like this&#8230;<br />
<code><br />
nishv@nishv.com [~]# dig +short @4.2.2.2 porttest.dns-oarc.net txt<br />
porttest.y.x.w.v.u.t.s.r.q.p.o.n.m.l.k.j.i.h.g.f.e.d.c.b.a.pt.dns-oarc.net.<br />
"209.244.4.25 is GOOD: 26 queries in 1.9 seconds from 26 ports with std dev 3880"<br />
</code></p>
<p>If you don’t get <strong>GREAT</strong> or <strong>GOOD</strong> and gets something like <strong>POOR</strong>, you should immediately stop using it.</p>
<p>If you manage that DNS server, patch it or decommission it!</p>
<p><strong>This is how to check on Windows</strong></p>
<p>Open up command prompt by going <strong>Start</strong> --&gt; <strong>Run</strong> --&gt; <strong>CMD</strong> or on Vista typing <strong>CMD</strong> on the <em>Start Search</em> box</p>
<p><code><br />
nslookup -type=txt -timeout=30 porttest.dns-oarc.net<br />
nslookup -type=txt -timeout=30 porttest.dns-oarc.net ns1.your-isp.com<br />
nslookup -type=txt -timeout=30 porttest.dns-oarc.net NS-SERVER-IP<br />
</code></p>
<p>You must see the <strong>GREAT</strong> or <strong>GOOD</strong>, if not your DNS Server is compromised.</p>
<p style="text-align: center;"><a href="http://www.fnode.com/wp-content/uploads/nslookup1.jpg"><img class="size-medium wp-image-362 aligncenter" title="nslookup1" src="http://www.fnode.com/wp-content/uploads/nslookup1-300x150.jpg" alt="" width="300" height="150" /></a></p>
<p style="text-align: center;">
<p>You can see Dan Kaminsky&#8217;s presentation below&#8230;</p>
<p style="text-align: center;"><span class="youtube">
<object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/B0dHDD9fFM4&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=1" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/B0dHDD9fFM4&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="355"></embed>
<param name="wmode" value="transparent" />
</object>
</span><p><a href="http://www.youtube.com/watch?v=B0dHDD9fFM4">www.youtube.com/watch?v=B0dHDD9fFM4</a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2008/08/dns-cache-poisoning-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get Sky Broadband Login Info from the Router (Username &amp; Password etc)</title>
		<link>http://www.fnode.com/2007/10/how-to-get-sky-broadband-login-info-from-the-router-username-password-etc/</link>
		<comments>http://www.fnode.com/2007/10/how-to-get-sky-broadband-login-info-from-the-router-username-password-etc/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 23:20:09 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.nishv.com/2007/10/12/how-to-get-sky-broadband-login-info-from-the-router-username-password-etc/</guid>
		<description><![CDATA[Sky Broadband is aimed for home users thus a few features like SSH (Port 22), VPN and other tunneling are disabled by the router (NETGEAR DG834GT) they provide. If you want to use these features, you have two choices&#8230; Use another Router Re-flash the firmware of the Sky Router (NETGEAR DG834GT) Re-flashing the router is [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Sky Broadband is aimed for home users thus a few features like SSH (Port 22), VPN and other tunneling are disabled by the router (NETGEAR DG834GT) they provide. If you want to use these features, you have two choices&#8230;</p>
<ul>
<li>Use another Router</li>
<li>Re-flash the firmware of the Sky Router (NETGEAR DG834GT)</li>
</ul>
<p>Re-flashing the router is risky and I am sure it is against Sky’s Terms and Conditions, because as far as I’m aware, that router is a property of Sky. If you are thinking of doing it, then Good Luck!</p>
<p>Using another router is the smartest thing to do, But for you to use another router, you do need the Sky Username and Password.</p>
<p>This is how you get the Sky Username and Password&#8230;</p>
<p>Open up your browser and Copy and paste the following URL to the Address Bar. (Make sure its in one line, not two!)</p>
<p><code></p>
<p>http://192.168.0.1/setup.cgi?todo=ping_test&amp;c4_IPAddr=%26/bin/grep+ppoa_+/tmp/nvram+%3E+/www/netgear.cfg</p>
<p></code><br />
It will ask for Username and Password, use the follwoing unless you have changed your Router Login info, then use that.</p>
<p><strong>Username:</strong>admin<br />
<strong> Password:</strong> sky</p>
<p>You will get a page that reads &#8220;Usage: ping [OPTION]&#8230; host&#8221;</p>
<p>Now Copy and paste the following URL to the Web Browser&#8217;s Address Bar.</p>
<p><code>http://192.168.0.1/netgear.cfg</code></p>
<p>This will then download a config file, &#8220;<strong>netgear.cfg</strong>&#8221;</p>
<p>Open the file with wordpad or any other Text Editor.</p>
<p>You should see some text like this below :<br />
<code><br />
pppoa_username=001122aabbcc@skydsl<br />
pppoa_password=a0b1c2d4e5<br />
pppoa_idle=0<br />
pppoa_ipaddr=<br />
</code></p>
<p>That’s it, Use those above info with another router, and you should be able to connect to Sky Broadband.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2007/10/how-to-get-sky-broadband-login-info-from-the-router-username-password-etc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to gain ROOT access to a Linux Box within 10 Seconds</title>
		<link>http://www.fnode.com/2007/09/how-to-gain-root-access-to-a-fedora-box-within-10-seconds/</link>
		<comments>http://www.fnode.com/2007/09/how-to-gain-root-access-to-a-fedora-box-within-10-seconds/#comments</comments>
		<pubDate>Sat, 08 Sep 2007 22:49:23 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://www.nishv.com/2007/08/14/how-to-gain-root-access-to-a-fedora-box-within-10-seconds/</guid>
		<description><![CDATA[It is pretty easy when it comes to gaining root password to any Linux System as long as you have physical access. This is how to change Fedora&#8217;s ROOT Password. When your box starts up, You will see the GRUB screen… What you need to do is, press the a Key instead of Enter You [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>It is pretty easy when it comes to gaining root password to any Linux System as long as you have physical access.</p>
<p>This is how to change Fedora&#8217;s ROOT Password.</p>
<p>When your box starts up, You will see the GRUB screen…</p>
<p>What you need to do is, press the <strong>a</strong> Key instead of <strong>Enter</strong></p>
<p>You will see something like the following…</p>
<p><code>kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/ acpi=on rhgb quiet</code></p>
<p>Add 1 at the end of that… So it looks like the following…</p>
<p><code>kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/ acpi=on rhgb quiet 1</code></p>
<p>This will make the box boot into Runlevel 1</p>
<p>You simply type</p>
<p><code>passwd</code></p>
<p>Enter the new ROOT password and reboot the machine.</p>
<p>Same thing goes for Any Linux System as welll… All you got to do is, add the following kernel argument…</p>
<p><code>init=/bin/bash</code></p>
<p>And then just change the password…</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2007/09/how-to-gain-root-access-to-a-fedora-box-within-10-seconds/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Make BisonCam work on Windows Vista</title>
		<link>http://www.fnode.com/2007/06/make-bisoncam-work-on-windows-vista/</link>
		<comments>http://www.fnode.com/2007/06/make-bisoncam-work-on-windows-vista/#comments</comments>
		<pubDate>Sat, 02 Jun 2007 23:45:52 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.nishv.com/2007/06/02/make-bisoncam-work-on-windows-vista/</guid>
		<description><![CDATA[I had a problem installing the BisonCam Driver on my ASUS Laptop running Windows Vista, The XP driver didn&#8217;t work at all and I expected that&#8230; This is how I got it working&#8230; Download the driver in the following location and install it. http://www.fnode.com/drivers/Bison_Camera_Vista32_NB.zip Then you need to Reboot. Do NOT avoid to reboot because [...]]]></description>
			<content:encoded><![CDATA[<p></p><p class="MsoNormal">I had a problem installing the BisonCam Driver on my ASUS Laptop running Windows Vista, The XP driver didn&#8217;t work at all and I expected that&#8230;</p>
<p class="MsoNormal">This is how I got it working&#8230;</p>
<p class="MsoNormal">Download the driver in the following location and install it.</p>
<p class="MsoNormal"><a href="http://www.fnode.com/drivers/Bison_Camera_Vista32_NB.zip">http://www.fnode.com/drivers/Bison_Camera_Vista32_NB.zip</a></p>
<p class="MsoNormal">Then you need to <strong>Reboot</strong>. Do <strong>NOT</strong> avoid to reboot because you are too lazy, otherwise it won&#8217;t work!</p>
<p class="MsoNormal">After that, you need to make some registry modifications. Easy way to do it is to copy the registry code into notepad and save it as a <strong>.reg</strong> file. After that, just double click the <strong>.reg</strong> file and apply the registry modification. (Copy the code in between <strong>Registry Info</strong> tag)</p>
<p class="MsoNormal">You can also download the <strong>.reg</strong> file <a title="Cam Registry File" href="http://www.fnode.com/drivers/cam.reg" target="_blank">Here</a>.</p>
<p class="MsoNormal">The Cam might show the picture as upside down, <span class="content">All you got to do is a Verticle Flip, Its on the Option ==&gt; Video Capture Filter ==&gt; Rotation</span></p>
<p><code><br />
Windows Registry Editor Version 5.00</code></p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cam5603D]<br />
&#8220;SensorType&#8221;=dword:0000000a<br />
&#8220;LensType&#8221;=dword:0000000c<br />
&#8220;ImageSize&#8221;=dword:00000001<br />
&#8220;ViewSize&#8221;=dword:00000a50<br />
&#8220;SnapItem&#8221;=dword:00000000<br />
&#8220;MPTest&#8221;=dword:00000000<br />
&#8220;RGB24&#8243;=dword:00000000<br />
&#8220;WideScreen&#8221;=dword:00000000<br />
&#8220;DeviceOffOn&#8221;=dword:00000000<br />
&#8220;CpuUsage&#8221;=dword:00000000<br />
&#8220;DcOffset&#8221;=dword:00000000<br />
&#8220;AeTable&#8221;=dword:00000000<br />
&#8220;PCB_SIZE&#8221;=dword:00000001<br />
&#8220;PropShowItem&#8221;=dword:00000000<br />
&#8220;SXGASize&#8221;=dword:00000001<br />
&#8220;BlockS3S4&#8243;=dword:00000000<br />
&#8220;AETarget&#8221;=dword:00000000<br />
&#8220;FlikerLim&#8221;=dword:00000000<br />
&#8220;InterpolationMethod&#8221;=dword:00000000<br />
&#8220;ADC&#8221;=dword:00000000<br />
&#8220;DC_Level&#8221;=dword:00000000<br />
&#8220;Gama_Offset&#8221;=dword:00000000<br />
&#8220;ImageEffect&#8221;=dword:00000000<br />
&#8220;ChkPacketHdr&#8221;=dword:00000000<br />
&#8220;SaBase&#8221;=dword:00000006<br />
&#8220;SaDivitor&#8221;=dword:00000006<br />
&#8220;SensorYUYV&#8221;=dword:00000000<br />
&#8220;AvgAE&#8221;=dword:00000000<br />
&#8220;Timer1&#8243;=dword:0000000a<br />
&#8220;Timer2&#8243;=dword:0000005a<br />
&#8220;PowerDown&#8221;=dword:00000000<br />
&#8220;DoXPC3&#8243;=dword:00000001<br />
&#8220;Do2KC3&#8243;=dword:00000001</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\BisonCam]<br />
&#8220;AgcGainType&#8221;=dword:00000000</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\WebCam\M2000]<br />
&#8220;StillImage&#8221;=dword:0000000a<br />
&#8220;MultiLangID&#8221;=dword:00000009</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2007/06/make-bisoncam-work-on-windows-vista/feed/</wfw:commentRss>
		<slash:comments>102</slash:comments>
		</item>
		<item>
		<title>Start XP with Number Lock ON</title>
		<link>http://www.fnode.com/2007/05/start-xp-with-number-lock-on/</link>
		<comments>http://www.fnode.com/2007/05/start-xp-with-number-lock-on/#comments</comments>
		<pubDate>Sun, 27 May 2007 23:09:50 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.nishv.com/2007/05/27/start-xp-with-number-lock-on/</guid>
		<description><![CDATA[Starting Windows XP with Number Lock ON is a pretty simple registry tweak. All you got to do is the following&#8230; Click Start ==&#62; Run and Type REGEDIT Navigate to the following Registry tree KEY_USERS/.DEFAULT/Control Panel/Keyboard Change the value of the key InitialKeyboardIndicators to 2 (initially is it set to 0) That&#8217;s it, When you [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Starting Windows XP with Number Lock ON is a pretty simple registry tweak.  All you got to do is the following&#8230;</p>
<p>Click <strong>Start</strong> ==&gt; <strong>Run</strong> and Type <strong><em>REGEDIT</em></strong></p>
<p>Navigate to the following Registry tree</p>
<p><strong><em>KEY_USERS/.DEFAULT/Control Panel/Keyboard</em></strong></p>
<p>Change the value of the key <strong>InitialKeyboardIndicators</strong> to <strong>2</strong> (initially is it set to 0)</p>
<p>That&#8217;s it, When you reboot XP again, Number Lock should be on!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2007/05/start-xp-with-number-lock-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AdobeUpdater.exe CPU Resource Hog</title>
		<link>http://www.fnode.com/2007/05/adobeupdaterexe-cpu-resource-hog/</link>
		<comments>http://www.fnode.com/2007/05/adobeupdaterexe-cpu-resource-hog/#comments</comments>
		<pubDate>Sun, 13 May 2007 01:26:13 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.nishv.com/2007/05/13/adobeupdaterexe-cpu-resource-hog/</guid>
		<description><![CDATA[I have been experiencing some strange issue with Adobe software, when I launch it, there will be a program called AdobeUpdater.exe will automatically executes. This .exe will use about 99% of the CPU runtime and will not be able to kill it via Process Kill, which means a reboot is eminent. I have tried two [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I have been experiencing some strange issue with Adobe software, when I launch it, there will be a program called AdobeUpdater.exe will automatically executes.</p>
<p>This .exe will use about 99% of the CPU runtime and will not be able to kill it via Process Kill, which means a reboot is eminent.</p>
<p>I have tried two methods, one worked, one didn&#8217;t</p>
<p>I Renamed <strong>updater.api</strong> under <strong>C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins</strong></p>
<p>That didn&#8217;t work at all&#8230;</p>
<p>Than I tried renaming <strong>AdobeUpdater.exe</strong> to <strong>AdobeUpdater2.exe</strong> under</p>
<p><strong>C:\Program Files\Common Files\Adobe\Updater5</strong></p>
<p>Which seems to work and hence this is a temporary solution.</p>
<p>According to my research, Adobe is aware of this problem so, I guess they will be releasing a patch soon&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2007/05/adobeupdaterexe-cpu-resource-hog/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Disabling livecall.exe on Windows Live Messenger (WLM)</title>
		<link>http://www.fnode.com/2007/05/disabling-windows-live-call-on-windows-live-messenger-wlm/</link>
		<comments>http://www.fnode.com/2007/05/disabling-windows-live-call-on-windows-live-messenger-wlm/#comments</comments>
		<pubDate>Fri, 11 May 2007 17:34:17 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.nishv.com/2007/05/11/disabling-windows-live-call-on-windows-live-messenger-wlm/</guid>
		<description><![CDATA[Windows Live Call is a resource hog, unless you use this feature there is no need to have it. And it takes about 40 MB of the RAM. Removing Live Call will make the Live Messenger sign in much faster. Before starting, Shutdown Live Messenger and make sure it is not running. (make sure the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Windows Live Call is a resource hog, unless you use this feature there is no need to have it. And it takes about 40 MB of the RAM. Removing Live Call will make the Live Messenger sign in much faster.</p>
<p>Before starting, Shutdown Live Messenger and make sure it is not running. (make sure the icon is not on the taskbar)</p>
<p>You should first remove all the Windows Live Messenger Shortcuts. Here are the common places where you would have a Messenger Shortcut.</p>
<p>Desktop: If you have other user account, its worth deleting it.</p>
<p><strong>Program List: C:\Documents and Settings\USERNAME\Start Menu\Programs</strong></p>
<p>Then go to the Windows Live Messenger Install Directory, <strong>C:\Program Files\MSN Messenger</strong></p>
<p>And remove the following Files and move them into a Directory of your choice. (just make one into the WLM install Directory)</p>
<p><code><br />
htc.8.1.0178.00.dll<br />
livecall.exe<br />
pcsexeps.dll<br />
softphone.dll<br />
softphoneps.dll<br />
softphoneres.dll<br />
</code><br />
Now, you can create your shortcut again manually, It should stop Live Messenger from repairing the files. Follow this link on creating shortcuts http://support.microsoft.com/kb/140443</p>
<p>NB: I have also removed and recreated the following registry, I don&#8217;t think there is a need to do it, but If <strong>livecall.exe</strong> starts again, you can try this method again…</p>
<p><strong>Software\Microsoft\Windows\CurrentVersion\Run</strong></p>
<p>You can either use Startup Control Panel or follow the instructions on this URL <a href="http://support.microsoft.com/kb/270035" title="http://support.microsoft.com/kb/270035" target="_blank">http://support.microsoft.com/kb/270035</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2007/05/disabling-windows-live-call-on-windows-live-messenger-wlm/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
