<?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; registry</title>
	<atom:link href="http://www.davehildebrand.com/tag/registry/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>
		<item>
		<title>More Registry Goodies</title>
		<link>http://www.davehildebrand.com/2008/07/16/more-registry-goodies/</link>
		<comments>http://www.davehildebrand.com/2008/07/16/more-registry-goodies/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 17:06:56 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[Desktop Authority]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/?p=134</guid>
		<description><![CDATA[We are in the process of installing a policy and procedure management application at the hospital.  It has been setup so that users are not required to enter their user name and password to access the site, it is done via LDAP.  To get the single-sign-on benefits of the LDAP look ups we [...]]]></description>
			<content:encoded><![CDATA[<p>We are in the process of installing a policy and procedure management application at <a href="http://www.slmhc.on.ca/">the hospital</a>.  It has been setup so that users are not required to enter their user name and password to access the site, it is done via <a href="http://en.wikipedia.org/wiki/LDAP">LDAP</a>.  To get the single-sign-on benefits of the LDAP look ups we needed to add the domain name to the list of trusted sites in IE.  This can be done via <a href="http://en.wikipedia.org/wiki/Group_Policy">Group Policy</a>, but, my experiences with this group policy setting has been mixed.  Each time I configured this <a href="http://en.wikipedia.org/wiki/Group_Policy_Object">Group Policy Object</a> setting it turned off the option for the user to add sites.  Each new site needed to be added by me in to the GPO.  While I limit what my users can change and access I do not like getting calls for simple stuff like this.  What was I to do?</p>
<p><span id="more-134"></span></p>
<p><a href="http://www.scriptlogic.com/products/desktopauthority/">Desktop Authority</a> and registry settings to the rescue.  </p>
<p>I searched <a href="http://www.google.ca">Google</a> for the location of the registry key used to set the zones and came up with:</p>
<blockquote><p>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\<em>thedomainname.com</em>\<em>thesubdomain</em></p>
<p>Type: RED_DWORD<br />
Value: http<br />
Data: 1
</p></blockquote>
<p>I added my required site as a DWORD value in to DA, which can been seen below:</p>
<p><center><img src="http://www.davehildebrand.com/wp-content/uploads/2008/07/da_reg_local_sites1.jpg" alt="" title="da_reg_local_sites1" width="459" height="201" class="alignnone size-full wp-image-136" /></center></p>
<p>I then applied this policy to my users and the next time they log in the setting will be applied for them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/2008/07/16/more-registry-goodies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set the IE homepage via the registry</title>
		<link>http://www.davehildebrand.com/2008/07/11/ie-homepage-via-the-registry/</link>
		<comments>http://www.davehildebrand.com/2008/07/11/ie-homepage-via-the-registry/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 16:27:01 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[Desktop Authority]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/?p=132</guid>
		<description><![CDATA[We just got in a batch of HP desktops and so far they look to be a good investment.  There isn&#8217;t much crap/bloat ware installed on it, so we can get them out the door to our users quite quickly.  We have had only 1 minor issue with them.  For each new [...]]]></description>
			<content:encoded><![CDATA[<p>We just got in a batch of <a href="http://h10010.www1.hp.com/wwpc/us/en/sm/WF05a/12454-12454-64287-321860-3328896-3658082.html?jumpid=reg_R1002_USEN">HP desktops</a> and so far they look to be a good investment.  There isn&#8217;t much crap/bloat ware installed on it, so we can get them out the door to our users quite quickly.  We have had only 1 minor issue with them.  For each new user who logs in, the system sets the IE homepage to an HP/AOL site, not our corporate intranet.  Instead of emailing our users instructing them on how to set the  homepage back to our intranet site I logged into our <a href="http://www.scriptlogic.com">Desktop Authority</a> server and added a new option under the registry settings.</p>
<p><span id="more-132"></span></p>
<p>They registry key to use is:</p>
<blockquote><p>[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]<br />
&#8220;Start Page&#8221;=&#8221;http://www.howtogeek.com/&#8221;</p></blockquote>
<p>Here is a screen cap of the DA settings I used:<br />
<a href='http://www.davehildebrand.com/wp-content/uploads/2008/07/da_reg_ie_settings.jpg'><img src="http://www.davehildebrand.com/wp-content/uploads/2008/07/da_reg_ie_settings.jpg" alt="Desktop Authority Registry Settings" title="Desktop Authority Registry Settings" width="464" height="207" class="aligncenter size-full wp-image-133" /></a></p>
<p>After replicating this to our domain controllers each user who logs in will have their homepage set to http://<a href="http://www.microsoft.com/Sharepoint/default.mspx">sharepoint</a>/. </p>
<p>NOTE:  The above procedure was used because my <a href="http://en.wikipedia.org/wiki/Group_Policy">GPO</a> for setting the default homepage was not working on these HP desktops.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/2008/07/11/ie-homepage-via-the-registry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
