<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: XP/2003: Reset or Reinstall to Correct a Bad TCP/IP Stack</title>
	<atom:link href="http://www.tech-recipes.com/rx/449/xp2003-reset-or-reinstall-to-correct-a-bad-tcpip-stack/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/449/xp2003-reset-or-reinstall-to-correct-a-bad-tcpip-stack/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 18:18:34 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: onur</title>
		<link>http://www.tech-recipes.com/rx/449/xp2003-reset-or-reinstall-to-correct-a-bad-tcpip-stack/comment-page-1/#comment-5491</link>
		<dc:creator>onur</dc:creator>
		<pubDate>Tue, 25 Nov 2008 09:47:50 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-5491</guid>
		<description>Cuma, Şubat 08, 2008&lt;br&gt;İnternete bağlanamama sorunu&lt;br&gt; &lt;br&gt;Bir süredir masaüstü bilgisayarım internete bağlanmıyordu. Bayağı uğraşmama rağmen, neden kaynaklandığını bulamıyordum. Sonunda az önce sorunun sebebini buldum. Eğer benzer bir probleminiz olursa diye buraya not ediyorum.&lt;br&gt;&lt;br&gt;Benim bilgisayarımın (Win XP) ağ bağlantısı ayarlarında sorun yoktu, çünkü ağdaki diğer bilgisayarlara ping atabiliyordum. Fakat sonradan anladım ki, bilgisayarımın TCP/IP stack&#039;i bir şekilde, bir program tarafından bozulmuş. Bunu düzeltmek için şunu yaptım:&lt;br&gt;Başlat &gt; Çalıştır &gt; &lt;br&gt;netsh int ip reset c:resetlog.txt&lt;br&gt;komutunu verdim. Bu komutun sonucunda TCP/IP stack sıfırlandı. Sonra bağlantımı sağ tıklayıp, &quot;tamir et&quot; komutunu verdim. Sorun düzeldi.&lt;br&gt;Internete bağlanma sorunu yaşarsanız şu iki yazıyı okumanızı tavsiye ederim:</description>
		<content:encoded><![CDATA[<p>Cuma, Şubat 08, 2008<br />İnternete bağlanamama sorunu</p>
<p>Bir süredir masaüstü bilgisayarım internete bağlanmıyordu. Bayağı uğraşmama rağmen, neden kaynaklandığını bulamıyordum. Sonunda az önce sorunun sebebini buldum. Eğer benzer bir probleminiz olursa diye buraya not ediyorum.</p>
<p>Benim bilgisayarımın (Win XP) ağ bağlantısı ayarlarında sorun yoktu, çünkü ağdaki diğer bilgisayarlara ping atabiliyordum. Fakat sonradan anladım ki, bilgisayarımın TCP/IP stack&#39;i bir şekilde, bir program tarafından bozulmuş. Bunu düzeltmek için şunu yaptım:<br />Başlat &gt; Çalıştır &gt; <br />netsh int ip reset c:resetlog.txt<br />komutunu verdim. Bu komutun sonucunda TCP/IP stack sıfırlandı. Sonra bağlantımı sağ tıklayıp, &#8220;tamir et&#8221; komutunu verdim. Sorun düzeldi.<br />Internete bağlanma sorunu yaşarsanız şu iki yazıyı okumanızı tavsiye ederim:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davak</title>
		<link>http://www.tech-recipes.com/rx/449/xp2003-reset-or-reinstall-to-correct-a-bad-tcpip-stack/comment-page-1/#comment-457</link>
		<dc:creator>davak</dc:creator>
		<pubDate>Wed, 25 Aug 2004 04:52:58 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-457</guid>
		<description>&lt;em&gt;Related submission from mikejc:&lt;/em&gt;

When viewing the list of components for a network interface, you may notice that the Uninstall button is disabled when Internet Protocol (TCP/IP) is selected. In Windows XP, the TCP/IP stack is considered a core component of the operating system; therefore, it is not possible to uninstall TCP/IP in Windows XP. 

In extreme cases, reinstalling the Internet Protocol stack may be the most appropriate solution. With the NetShell utility, you can now reset the TCP/IP stack back to a pristine state, to the same state as when the operating system was installed. 

The NetShell utility ( netsh ) is a command-line scripting interface for the configuring and monitoring of Windows XP networking. This tool provides an interactive network shell interface to the user. 

In Windows XP, a reset command is available in the IP context of the NetShell utility. When this command is executed, it rewrites pertinent registry keys that are used by the Internet Protocol (TCP/IP) stack to achieve the same result as the removal and the reinstallation of the protocol. 


mike</description>
		<content:encoded><![CDATA[<p><em>Related submission from mikejc:</em></p>
<p>When viewing the list of components for a network interface, you may notice that the Uninstall button is disabled when Internet Protocol (TCP/IP) is selected. In Windows XP, the TCP/IP stack is considered a core component of the operating system; therefore, it is not possible to uninstall TCP/IP in Windows XP. </p>
<p>In extreme cases, reinstalling the Internet Protocol stack may be the most appropriate solution. With the NetShell utility, you can now reset the TCP/IP stack back to a pristine state, to the same state as when the operating system was installed. </p>
<p>The NetShell utility ( netsh ) is a command-line scripting interface for the configuring and monitoring of Windows XP networking. This tool provides an interactive network shell interface to the user. </p>
<p>In Windows XP, a reset command is available in the IP context of the NetShell utility. When this command is executed, it rewrites pertinent registry keys that are used by the Internet Protocol (TCP/IP) stack to achieve the same result as the removal and the reinstallation of the protocol. </p>
<p>mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>
