<?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: Easily Repair a Corrupt Internet Connection</title>
	<atom:link href="http://www.emergingtechs.com/posts/easily-repair-a-corrupt-internet-connection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emergingtechs.com/posts/easily-repair-a-corrupt-internet-connection/</link>
	<description>A Weblog for Emerging Computer Technicians</description>
	<lastBuildDate>Sun, 25 Jul 2010 13:50:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Casey</title>
		<link>http://www.emergingtechs.com/posts/easily-repair-a-corrupt-internet-connection/comment-page-1/#comment-822</link>
		<dc:creator>Casey</dc:creator>
		<pubDate>Thu, 27 May 2010 01:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.caseytech.com/easily-repair-a-corrupt-internet-connection/#comment-822</guid>
		<description>Hi TheGift73,

I&#039;m glad you like my blog.  I&#039;m currently on hiatus because I started a computer consulting business, however, I hope to start it back up again soon.  So, keep checking back or sign up for the feed.

Thanks!
Casey</description>
		<content:encoded><![CDATA[<p>Hi TheGift73,</p>
<p>I&#8217;m glad you like my blog.  I&#8217;m currently on hiatus because I started a computer consulting business, however, I hope to start it back up again soon.  So, keep checking back or sign up for the feed.</p>
<p>Thanks!<br />
Casey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheGift73</title>
		<link>http://www.emergingtechs.com/posts/easily-repair-a-corrupt-internet-connection/comment-page-1/#comment-821</link>
		<dc:creator>TheGift73</dc:creator>
		<pubDate>Thu, 27 May 2010 01:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.caseytech.com/easily-repair-a-corrupt-internet-connection/#comment-821</guid>
		<description>Nice script.
On a separate point, is this site still going as it is a great place for useful articles.</description>
		<content:encoded><![CDATA[<p>Nice script.<br />
On a separate point, is this site still going as it is a great place for useful articles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nostrals</title>
		<link>http://www.emergingtechs.com/posts/easily-repair-a-corrupt-internet-connection/comment-page-1/#comment-799</link>
		<dc:creator>nostrals</dc:creator>
		<pubDate>Fri, 14 May 2010 21:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.caseytech.com/easily-repair-a-corrupt-internet-connection/#comment-799</guid>
		<description>heres a cut down version 

Dim vS , vF 
Set vS = WScript.CreateObject(&quot;WScript.Shell&quot;) 
Set vF = CreateObject(&quot;Scripting.FileSystemObject&quot;) 
vS.Run &quot;%Comspec% /c ipconfig /renew&quot;, 0 
WScript.Sleep 3000 
Do 
vS.Run &quot;%Comspec% /c netsh int ip reset vLog.log&quot;, 0 
WScript.Sleep 60000 
If vF.FileExists(&quot;vLog.log&quot;) then 
vF.DeleteFile &quot;vLog.log&quot; 
End if</description>
		<content:encoded><![CDATA[<p>heres a cut down version </p>
<p>Dim vS , vF<br />
Set vS = WScript.CreateObject(&#8220;WScript.Shell&#8221;)<br />
Set vF = CreateObject(&#8220;Scripting.FileSystemObject&#8221;)<br />
vS.Run &#8220;%Comspec% /c ipconfig /renew&#8221;, 0<br />
WScript.Sleep 3000<br />
Do<br />
vS.Run &#8220;%Comspec% /c netsh int ip reset vLog.log&#8221;, 0<br />
WScript.Sleep 60000<br />
If vF.FileExists(&#8220;vLog.log&#8221;) then<br />
vF.DeleteFile &#8220;vLog.log&#8221;<br />
End if</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nostrals</title>
		<link>http://www.emergingtechs.com/posts/easily-repair-a-corrupt-internet-connection/comment-page-1/#comment-798</link>
		<dc:creator>nostrals</dc:creator>
		<pubDate>Fri, 14 May 2010 21:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.caseytech.com/easily-repair-a-corrupt-internet-connection/#comment-798</guid>
		<description>heres a cut down version 

Dim vS , vF 
Set vS = WScript.CreateObject(&quot;WScript.Shell&quot;) 
Set vF = CreateObject(&quot;Scripting.FileSystemObject&quot;) 
vS.Run &quot;%Comspec% /c ipconfig /renew&quot;, 0 
WScript.Sleep 3000 
Do 
vS.Run &quot;%Comspec% /c netsh int ip reset vLog.log&quot;, 0 
WScript.Sleep 60000 
If vF.FileExists(&quot;vLog.log&quot;) then 
vF.DeleteFile &quot;vLog.log&quot; 
End if 
end if</description>
		<content:encoded><![CDATA[<p>heres a cut down version </p>
<p>Dim vS , vF<br />
Set vS = WScript.CreateObject(&#8220;WScript.Shell&#8221;)<br />
Set vF = CreateObject(&#8220;Scripting.FileSystemObject&#8221;)<br />
vS.Run &#8220;%Comspec% /c ipconfig /renew&#8221;, 0<br />
WScript.Sleep 3000<br />
Do<br />
vS.Run &#8220;%Comspec% /c netsh int ip reset vLog.log&#8221;, 0<br />
WScript.Sleep 60000<br />
If vF.FileExists(&#8220;vLog.log&#8221;) then<br />
vF.DeleteFile &#8220;vLog.log&#8221;<br />
End if<br />
end if</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nostralz</title>
		<link>http://www.emergingtechs.com/posts/easily-repair-a-corrupt-internet-connection/comment-page-1/#comment-797</link>
		<dc:creator>Nostralz</dc:creator>
		<pubDate>Fri, 14 May 2010 20:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.caseytech.com/easily-repair-a-corrupt-internet-connection/#comment-797</guid>
		<description>Here is the original script used to create the application from megaupload.com/?d=HJDU7Y9M
I have posted the code because the application was being reported as a virus.
I know it was never a virus and hope you accept my apologies.

Nostrals :o)

copy and paste the following into notepad and save as Auto Repair Network Connection.vbs

MsgBox(&quot;This application is provided without any warranty, either expressed or implied. * You run this application at your own risk! *&quot;)
vB = MsgBox(&quot;You are about to run ipconfig /renew (once) &amp; then netsh int ip reset vLog.log (every 60 second&#039;s) in the background&quot;,1)
Dim vS , vF
Set vS = WScript.CreateObject(&quot;WScript.Shell&quot;)
Set vF = CreateObject(&quot;Scripting.FileSystemObject&quot;)
If vB  1 Then
 Set vF = Nothing
 Set vS = Nothing
 WScript.Quit(0)
Else
vS.Run &quot;%Comspec% /c ipconfig /renew&quot;, 0
WScript.Sleep 3000
Do
 vS.Run &quot;%Comspec% /c netsh int ip reset vLog.log&quot;, 0
 WScript.Sleep 60000
 If vF.FileExists(&quot;vLog.log&quot;) then
 vF.DeleteFile &quot;vLog.log&quot;
 End if
Loop
end if</description>
		<content:encoded><![CDATA[<p>Here is the original script used to create the application from megaupload.com/?d=HJDU7Y9M<br />
I have posted the code because the application was being reported as a virus.<br />
I know it was never a virus and hope you accept my apologies.</p>
<p>Nostrals <img src='http://www.emergingtechs.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
<p>copy and paste the following into notepad and save as Auto Repair Network Connection.vbs</p>
<p>MsgBox(&#8220;This application is provided without any warranty, either expressed or implied. * You run this application at your own risk! *&#8221;)<br />
vB = MsgBox(&#8220;You are about to run ipconfig /renew (once) &amp; then netsh int ip reset vLog.log (every 60 second&#8217;s) in the background&#8221;,1)<br />
Dim vS , vF<br />
Set vS = WScript.CreateObject(&#8220;WScript.Shell&#8221;)<br />
Set vF = CreateObject(&#8220;Scripting.FileSystemObject&#8221;)<br />
If vB  1 Then<br />
 Set vF = Nothing<br />
 Set vS = Nothing<br />
 WScript.Quit(0)<br />
Else<br />
vS.Run &#8220;%Comspec% /c ipconfig /renew&#8221;, 0<br />
WScript.Sleep 3000<br />
Do<br />
 vS.Run &#8220;%Comspec% /c netsh int ip reset vLog.log&#8221;, 0<br />
 WScript.Sleep 60000<br />
 If vF.FileExists(&#8220;vLog.log&#8221;) then<br />
 vF.DeleteFile &#8220;vLog.log&#8221;<br />
 End if<br />
Loop<br />
end if</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nostralz</title>
		<link>http://www.emergingtechs.com/posts/easily-repair-a-corrupt-internet-connection/comment-page-1/#comment-795</link>
		<dc:creator>nostralz</dc:creator>
		<pubDate>Thu, 13 May 2010 14:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.caseytech.com/easily-repair-a-corrupt-internet-connection/#comment-795</guid>
		<description>the download from megaupload.com/?d=HJDU7Y9M is not a virus, avast shows the virus warning because it was scripted using vbscript, by default many anti-virus programs will alert due to the nature of the scripting language. all it does is send reset commands to netsh.exe every 60 seconds in the background</description>
		<content:encoded><![CDATA[<p>the download from megaupload.com/?d=HJDU7Y9M is not a virus, avast shows the virus warning because it was scripted using vbscript, by default many anti-virus programs will alert due to the nature of the scripting language. all it does is send reset commands to netsh.exe every 60 seconds in the background</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: realdeal</title>
		<link>http://www.emergingtechs.com/posts/easily-repair-a-corrupt-internet-connection/comment-page-1/#comment-601</link>
		<dc:creator>realdeal</dc:creator>
		<pubDate>Wed, 16 Sep 2009 04:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.caseytech.com/easily-repair-a-corrupt-internet-connection/#comment-601</guid>
		<description>The website in the above post popped up as a virus (trojan) in Avast:
megaupload.com/?d=HJDU7Y9M</description>
		<content:encoded><![CDATA[<p>The website in the above post popped up as a virus (trojan) in Avast:<br />
megaupload.com/?d=HJDU7Y9M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nostrals</title>
		<link>http://www.emergingtechs.com/posts/easily-repair-a-corrupt-internet-connection/comment-page-1/#comment-470</link>
		<dc:creator>nostrals</dc:creator>
		<pubDate>Mon, 02 Feb 2009 01:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.caseytech.com/easily-repair-a-corrupt-internet-connection/#comment-470</guid>
		<description>If your looking for a program to run the &quot;netsh int ip reset&quot; command automatically in the background.
Then download my Auto Repair Network Connection from megaupload.com/?d=HJDU7Y9M
100% Genuine
Enjoy!</description>
		<content:encoded><![CDATA[<p>If your looking for a program to run the &#8220;netsh int ip reset&#8221; command automatically in the background.<br />
Then download my Auto Repair Network Connection from megaupload.com/?d=HJDU7Y9M<br />
100% Genuine<br />
Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cw</title>
		<link>http://www.emergingtechs.com/posts/easily-repair-a-corrupt-internet-connection/comment-page-1/#comment-204</link>
		<dc:creator>cw</dc:creator>
		<pubDate>Tue, 07 Aug 2007 13:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.caseytech.com/easily-repair-a-corrupt-internet-connection/#comment-204</guid>
		<description>in XP/2003 you can also do this from the command-line

&quot;netsh int ip reset c:\resetlog.txt&quot;

documented here: http://support.microsoft.com/kb/299357

thanks</description>
		<content:encoded><![CDATA[<p>in XP/2003 you can also do this from the command-line</p>
<p>&#8220;netsh int ip reset c:\resetlog.txt&#8221;</p>
<p>documented here: <a href="http://support.microsoft.com/kb/299357" rel="nofollow">http://support.microsoft.com/kb/299357</a></p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
