<?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; Desktop Authority</title>
	<atom:link href="http://www.davehildebrand.com/tag/desktop-authority/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davehildebrand.com</link>
	<description>The IT Crowd</description>
	<lastBuildDate>Thu, 02 Feb 2012 19:12:29 +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>More Registry Goodies</title>
		<link>http://www.davehildebrand.com/tech-help/more-registry-goodies/</link>
		<comments>http://www.davehildebrand.com/tech-help/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 needed to [...]]]></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/tech-help/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/tech-help/ie-homepage-via-the-registry/</link>
		<comments>http://www.davehildebrand.com/tech-help/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 user who logs [...]]]></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' rel="lightbox[132]" title="Desktop Authority Registry Settings"><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/tech-help/ie-homepage-via-the-registry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

