<?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>Skowronek.org &#187; Windows</title>
	<atom:link href="http://www.skowronek.org/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skowronek.org</link>
	<description>The official web site for the Skowronek family of South Jordan, Utah, USA</description>
	<lastBuildDate>Sat, 12 Jun 2010 23:21:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Delete a Windows Service</title>
		<link>http://www.skowronek.org/2008/05/13/how-to-delete-a-windows-service/</link>
		<comments>http://www.skowronek.org/2008/05/13/how-to-delete-a-windows-service/#comments</comments>
		<pubDate>Tue, 13 May 2008 23:31:54 +0000</pubDate>
		<dc:creator>Skowronek</dc:creator>
				<category><![CDATA[Off-Topic]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.skowronek.org/2008/05/13/how-to-delete-a-windows-service/</guid>
		<description><![CDATA[I have used the service controller command line tool for years. I have finally decided to write something up on it briefly since I have been working with various frameworks/systems that are not completely removing their services after uninstalling them. Open services applet/application: Start &#124; Programs &#124; Administrative Tools &#124; Services Locate offending Service Double-click [...]]]></description>
			<content:encoded><![CDATA[<p>I have used the service controller command line tool for years. I have finally decided to write something up on it briefly since I have been working with various frameworks/systems that are not completely removing their services after uninstalling them.</p>
<ol>
<li>Open services applet/application: Start | Programs | Administrative Tools | Services
<li>Locate offending Service
<li>Double-click OR Right-click | Properties
<li>Copy the &#8216;Display Name&#8217; property
<li>Stop the service
<li>Exit service information screen and services applet
<li>Start | Run | cmd | OK
<li>Type: cs delete &#8220;%PASTE OR TYPE THE SERVICE NAME HERE%&#8221;
<li>Hit enter key
<li>Service has been deleted
</ol>
<p>You may or may not be able to delete the service depending on it&#8217;s dependencies. You will need to follow the chain down to any child services if that is the case and delete them first. You may also be required to reboot.</p>
<p>Feedback welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skowronek.org/2008/05/13/how-to-delete-a-windows-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
