<?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: How To Uninstall a Failed Windows Service Installation</title>
	<atom:link href="http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/</link>
	<description>Articles on VB.NET and Software Development Team Leadership</description>
	<pubDate>Mon, 21 May 2012 18:14:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nirav Raval</title>
		<link>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/comment-page-1/#comment-1434</link>
		<dc:creator>Nirav Raval</dc:creator>
		<pubDate>Mon, 07 Dec 2009 08:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1434</guid>
		<description>karuna:

you need to run below command 
SC DELETE "your service name"</description>
		<content:encoded><![CDATA[<p>karuna:</p>
<p>you need to run below command<br />
SC DELETE &#8220;your service name&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Richardson</title>
		<link>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/comment-page-1/#comment-1425</link>
		<dc:creator>Kevin Richardson</dc:creator>
		<pubDate>Thu, 29 Oct 2009 02:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1425</guid>
		<description>THANK YOU! THANK YOU! THANK YOU! You just saved me on a production install gone bad.</description>
		<content:encoded><![CDATA[<p>THANK YOU! THANK YOU! THANK YOU! You just saved me on a production install gone bad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BASiQ</title>
		<link>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/comment-page-1/#comment-1389</link>
		<dc:creator>BASiQ</dc:creator>
		<pubDate>Wed, 02 Sep 2009 20:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1389</guid>
		<description>Thanks for this! Worked like a charm!</description>
		<content:encoded><![CDATA[<p>Thanks for this! Worked like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muthu</title>
		<link>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/comment-page-1/#comment-1369</link>
		<dc:creator>Muthu</dc:creator>
		<pubDate>Wed, 01 Jul 2009 04:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1369</guid>
		<description>Great post. Saved me loo of time.

Thanks a lot</description>
		<content:encoded><![CDATA[<p>Great post. Saved me loo of time.</p>
<p>Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/comment-page-1/#comment-1367</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 25 Jun 2009 17:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1367</guid>
		<description>Thanks for the GOLDEN KEY!</description>
		<content:encoded><![CDATA[<p>Thanks for the GOLDEN KEY!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Matthews</title>
		<link>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/comment-page-1/#comment-1361</link>
		<dc:creator>Rob Matthews</dc:creator>
		<pubDate>Sun, 07 Jun 2009 22:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1361</guid>
		<description>This is a great way to cleanup the mess left behind by the Conficker virus.  Most Anti-Virus programs will cleanup the threatening components of the Conficker virus, but there may be registry entries in HKLM\SYSTEM\CurrentControlSet\Services\... as well as rogue Services still appearing in the Services list.
This command will remove both.

Just a note:  use the Service name, not the Display name.

Hope it helps !!
Rob</description>
		<content:encoded><![CDATA[<p>This is a great way to cleanup the mess left behind by the Conficker virus.  Most Anti-Virus programs will cleanup the threatening components of the Conficker virus, but there may be registry entries in HKLM\SYSTEM\CurrentControlSet\Services\&#8230; as well as rogue Services still appearing in the Services list.<br />
This command will remove both.</p>
<p>Just a note:  use the Service name, not the Display name.</p>
<p>Hope it helps !!<br />
Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/comment-page-1/#comment-1255</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 25 Nov 2008 22:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1255</guid>
		<description>I was so frustrated... thx a lot.</description>
		<content:encoded><![CDATA[<p>I was so frustrated&#8230; thx a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ak</title>
		<link>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/comment-page-1/#comment-1237</link>
		<dc:creator>Ak</dc:creator>
		<pubDate>Mon, 10 Nov 2008 18:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1237</guid>
		<description>Great post. Saved me a lot of pain in trying to work the registry to delete a ghost service. Thanks.</description>
		<content:encoded><![CDATA[<p>Great post. Saved me a lot of pain in trying to work the registry to delete a ghost service. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vu.dao</title>
		<link>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/comment-page-1/#comment-1229</link>
		<dc:creator>vu.dao</dc:creator>
		<pubDate>Tue, 21 Oct 2008 07:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1229</guid>
		<description>Excellent! Thanks.</description>
		<content:encoded><![CDATA[<p>Excellent! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/comment-page-1/#comment-1201</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Tue, 09 Sep 2008 04:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1201</guid>
		<description>Thanks for posting this, saved me another headache</description>
		<content:encoded><![CDATA[<p>Thanks for posting this, saved me another headache</p>
]]></content:encoded>
	</item>
</channel>
</rss>

