<?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>Dave Hildebrand.com &#187; prtg</title>
	<atom:link href="http://www.davehildebrand.com/tag/prtg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davehildebrand.com</link>
	<description>The IT Crowd</description>
	<lastBuildDate>Fri, 25 Dec 2009 18:52:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Remove a Windows Service</title>
		<link>http://www.davehildebrand.com/2009/05/06/remove-a-windows-service/</link>
		<comments>http://www.davehildebrand.com/2009/05/06/remove-a-windows-service/#comments</comments>
		<pubDate>Wed, 06 May 2009 14:25:47 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[prtg]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[virtulization]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/?p=230</guid>
		<description><![CDATA[Last night I moved my PRTG virtual machine to my newly installed ESXi server.  The move went well, but when I went to boot up the PRTG VM the service wouldn&#8217;t start.  PRTG was nice enough to tell me that I had another copy of the service running on the network and even [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I moved my <a href="http://www.paessler.com/prtg/">PRTG</a> virtual machine to my newly installed <a href="http://www.vmware.com/products/esxi/">ESXi</a> server.  The move went well, but when I went to boot up the PRTG <a href="http://en.wikipedia.org/wiki/Virtual_machine">VM</a> the service wouldn&#8217;t start.  PRTG was nice enough to tell me that I had another copy of the service running on the network and even gave me the command to find the PC it was running on.  </p>
<p>Turns out it was running on an old monitoring PC I had used years before that was still powered on.  Since I still use it for a couple of other monitoring apps I couldn&#8217;t just turn it off.  As a temp fix I stopped the service and set it to disabled.  Now the PRTG VM started up and began collecting data once again.</p>
<p>As the PRTG uninstaller did not remove the PRTG service from the old monitoring PC I still needed a way to pitch it even though I had disabled it.  A quick search turned up a couple of options, the easy way and the slightly more difficult way.</p>
<p>The Easy Way:</p>
<blockquote><p>
sc delete &#8220;<em>service_name</em>&#8221;</p>
<p>In my case the command was:<br />
sc delete PRTGService
</p></blockquote>
<p>The Slightly More Difficult Way:</p>
<blockquote><p>
<em>**Dislaimer: This process involves working in the Windows Registry.  Before deleting any file please make a backup in case of borking your system.</em></p>
<li>Run Regedit</li>
<li>Find the registry entry &#8220;HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services&#8221;</li>
<li>Look for the service there and delete it.</li>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/2009/05/06/remove-a-windows-service/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
