<?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>Software Warlock &#187; Windows</title>
	<atom:link href="http://softwareblog.morlok.net/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://softwareblog.morlok.net</link>
	<description></description>
	<lastBuildDate>Sat, 24 Dec 2011 16:06:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Forcibly Removing a Windows Service</title>
		<link>http://softwareblog.morlok.net/2009/01/06/forcibly-removing-windows-service/</link>
		<comments>http://softwareblog.morlok.net/2009/01/06/forcibly-removing-windows-service/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 15:41:55 +0000</pubDate>
		<dc:creator>Warlock</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[services]]></category>

		<guid isPermaLink="false">http://softwareblog.morlok.net/?p=60</guid>
		<description><![CDATA[Occasionally you run across the need to remove a Windows service when there isn&#8217;t a straightforward way to remove the software that installed it. The most frequent reason I&#8217;ve encountered is the installer that installed the service was run to &#8230;<p class="read-more"><a href="http://softwareblog.morlok.net/2009/01/06/forcibly-removing-windows-service/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p> Occasionally you run across the need to remove a Windows service when there isn&#8217;t a straightforward way to remove the software that installed it.  The most frequent reason I&#8217;ve encountered is the installer that installed the service was run to install only under a specific user, and that user is not the person who wants to remove the service (this is bad &#8212; services should not be installed under a specific user).</p>
<p>Anyway, various forums have quite a few tools to help with the removal process, but none that I&#8217;ve seen so far come from Microsoft, and it makes me nervous to run randomly downloaded utilities on our servers.  The best way that I&#8217;ve been able find so far is to remove the service from the registry and reboot the server.</p>
<p>Information about services on the local machine is stored a this location:</p>
<pre>
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
</pre>
<p>Locate the key for the service in question, delete it and all sub-keys and values, and reboot the computer.  After that, the service should be gone.</p>
<p>This information courtesy of <a href="http://cxliv.org/2005/02/03/manually_remove_a_windows_service.php">this</a> blog post.</p>
]]></content:encoded>
			<wfw:commentRss>http://softwareblog.morlok.net/2009/01/06/forcibly-removing-windows-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

