<?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>kristianfrandsen.com &#187; regedit</title>
	<atom:link href="http://kristianfrandsen.com/tag/regedit/feed/" rel="self" type="application/rss+xml" />
	<link>http://kristianfrandsen.com</link>
	<description>En nørds hverdag</description>
	<lastBuildDate>Thu, 22 Sep 2011 11:11:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Two simple ways to delete a Windows Service</title>
		<link>http://kristianfrandsen.com/2009/11/two-simple-ways-to-delete-a-windows-service/</link>
		<comments>http://kristianfrandsen.com/2009/11/two-simple-ways-to-delete-a-windows-service/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 15:23:47 +0000</pubDate>
		<dc:creator>Kristian Ellebæk Frandsen</dc:creator>
				<category><![CDATA[Teknologi]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[regedit]]></category>
		<category><![CDATA[regedit32]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[sc]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[uninstall]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://kristianfrandsen.com/?p=312</guid>
		<description><![CDATA[Hello, I have often had problems with deleting a Windows Service. Normally you shouldn&#8217;t delete a Windows Service, but sometimes (for example if a BETA program doesnt uninstall correct or something like that) it is needed. I have listed two methods on how to delete a Windows Service here: The first method is by changing in [...]]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>I have often had problems with deleting a Windows Service. Normally you shouldn&#8217;t delete a Windows Service, but sometimes (for example if a BETA program doesnt uninstall correct or something like that) it is needed.</p>
<p>I have listed two methods on how to delete a Windows Service here:</p>
<p><strong>The first method is by changing in the Registry Database:</strong><br />
1. First run regedit or regedit32 (You can do that from the Start-menu &gt; Run &gt; Type &#8220;regedit&#8221; and then OK).</p>
<p>2. Find the registry-entry &#8220;HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services&#8221;</p>
<p>3. Look for the service in the tree-structure and delete it.<br />
You can look at the keys (mostly the key ImagePath) to see what files the service is using and delete them as well (if necessary).</p>
<p><strong>The second method is a bit more simple &#8211; it is by typing a command in the command prompt:</strong><br />
1. First run the Command Prompt (You can do that from the Start-menu &gt; Run &gt; Type &#8220;cmd&#8221; and then OK).<br />
If you are running Windows Vista or Windows 7 you need to run the Command Prompt as an Administrator (that is done by right-clicking the short-cut and choose &#8220;Run as&#8230;&#8221;)</p>
<p>2. When the Command Prompt is running simply just type: sc delete &#8220;the-service-nam&#8221;.</p>
<p>Both methods require that you reboot the computer afterwards if you want to see the changes in the Service Manager.</p>
]]></content:encoded>
			<wfw:commentRss>http://kristianfrandsen.com/2009/11/two-simple-ways-to-delete-a-windows-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

