<?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: Repair Network Connection in Windows XP</title>
	<atom:link href="http://www.tech-recipes.com/rx/554/repair-network-connection-in-windows-xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/554/repair-network-connection-in-windows-xp/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:01:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nostralz</title>
		<link>http://www.tech-recipes.com/rx/554/repair-network-connection-in-windows-xp/comment-page-1/#comment-39075</link>
		<dc:creator>Nostralz</dc:creator>
		<pubDate>Fri, 14 May 2010 21:18:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-39075</guid>
		<description>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>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: Nostralz</title>
		<link>http://www.tech-recipes.com/rx/554/repair-network-connection-in-windows-xp/comment-page-1/#comment-39074</link>
		<dc:creator>Nostralz</dc:creator>
		<pubDate>Fri, 14 May 2010 20:47:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-39074</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  )

copy and paste the following into notepad and save as Auto Repair Network Connection.vbs

MsgBox(“This application is provided without any warranty, either expressed or implied. * You run this application at your own risk! *”)
vB = MsgBox(“You are about to run ipconfig /renew (once) &amp; then netsh int ip reset vLog.log (every 60 second’s) in the background”,1)
Dim vS , vF
Set vS = WScript.CreateObject(“WScript.Shell”)
Set vF = CreateObject(“Scripting.FileSystemObject”)
If vB 1 Then
Set vF = Nothing
Set vS = Nothing
WScript.Quit(0)
Else
vS.Run “%Comspec% /c ipconfig /renew”, 0
WScript.Sleep 3000
Do
vS.Run “%Comspec% /c netsh int ip reset vLog.log”, 0
WScript.Sleep 60000
If vF.FileExists(“vLog.log”) then
vF.DeleteFile “vLog.log”
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  )</p>
<p>copy and paste the following into notepad and save as Auto Repair Network Connection.vbs</p>
<p>MsgBox(“This application is provided without any warranty, either expressed or implied. * You run this application at your own risk! *”)<br />
vB = MsgBox(“You are about to run ipconfig /renew (once) &amp; then netsh int ip reset vLog.log (every 60 second’s) in the background”,1)<br />
Dim vS , vF<br />
Set vS = WScript.CreateObject(“WScript.Shell”)<br />
Set vF = CreateObject(“Scripting.FileSystemObject”)<br />
If vB 1 Then<br />
Set vF = Nothing<br />
Set vS = Nothing<br />
WScript.Quit(0)<br />
Else<br />
vS.Run “%Comspec% /c ipconfig /renew”, 0<br />
WScript.Sleep 3000<br />
Do<br />
vS.Run “%Comspec% /c netsh int ip reset vLog.log”, 0<br />
WScript.Sleep 60000<br />
If vF.FileExists(“vLog.log”) then<br />
vF.DeleteFile “vLog.log”<br />
End if<br />
Loop<br />
end if</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/554/repair-network-connection-in-windows-xp/comment-page-1/#comment-38410</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 02 Apr 2010 11:24:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-38410</guid>
		<description>Isn&#039;t there any script that repairs internet connection automatically?</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t there any script that repairs internet connection automatically?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nostrals</title>
		<link>http://www.tech-recipes.com/rx/554/repair-network-connection-in-windows-xp/comment-page-1/#comment-27554</link>
		<dc:creator>nostrals</dc:creator>
		<pubDate>Mon, 02 Feb 2009 01:46:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-27554</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: Nostrals</title>
		<link>http://www.tech-recipes.com/rx/554/repair-network-connection-in-windows-xp/comment-page-1/#comment-27553</link>
		<dc:creator>Nostrals</dc:creator>
		<pubDate>Mon, 02 Feb 2009 01:21:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-27553</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>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 2/12 queries in 0.693 seconds using memcached
Object Caching 326/329 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 04:56:46 -->
