<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Pale Musings &#187; Windows</title>
	<atom:link href="http://blog.palehorse.net/category/operating-systems/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.palehorse.net</link>
	<description>Thoughts from a mind twisted by tech and sports</description>
	<lastBuildDate>Thu, 27 Oct 2011 23:59:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.palehorse.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Pale Musings &#187; Windows</title>
		<link>http://blog.palehorse.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.palehorse.net/osd.xml" title="Pale Musings" />
	<atom:link rel='hub' href='http://blog.palehorse.net/?pushpress=hub'/>
		<item>
		<title>Using an External Config File With log4net with ASP.NET 2.0 and IIS7</title>
		<link>http://blog.palehorse.net/2009/09/29/using-an-external-config-file-with-log4net-with-asp-net-2-0-and-iis7/</link>
		<comments>http://blog.palehorse.net/2009/09/29/using-an-external-config-file-with-log4net-with-asp-net-2-0-and-iis7/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 18:12:00 +0000</pubDate>
		<dc:creator>palehorse</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[IIS7]]></category>
		<category><![CDATA[log4Net]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://palehorse.wordpress.com/2009/09/29/using-an-external-config-file-with-log4net-with-asp-net-2-0-and-iis7/</guid>
		<description><![CDATA[I started a new project recently and set about adding log4net to it.&#160; I’d upgraded to a new Window 7 workstation over the past month whereas I’d previously been using XP, so the step up to IIS7 was exciting and and a bit anxious all at the same time.&#160; My first hurdle so far has [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.palehorse.net&amp;blog=56074&amp;post=289&amp;subd=palehorse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I started a new project recently and set about adding log4net to it.&#160; I’d upgraded to a new Window 7 workstation over the past month whereas I’d previously been using XP, so the step up to IIS7 was exciting and and a bit anxious all at the same time.&#160; My first hurdle so far has been using log4net.</p>
<p>I tend to be the type of person that likes to separate out the log4net configuration into it’s own file, usually log4net.config.&#160; Setting up this new project; however, I started running into a problem I’d never seen before.&#160; When trying to use the XmlConfiguratior to read my log4net.config, I would see this exception:</p>
<blockquote><p>[SecurityException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.] </p>
</blockquote>
<p>Searching for others with this problem has not yielded much success.&#160; I’ve seen articles stating that it’s an issue with medium trust security (on m local workstation trust was set to full) to problems with some sort of <a title="Log4net And External Configuration File in ASP.NET 2.0" href="http://haacked.com/archive/2006/08/08/Log4NetAndExternalConfigurationFileInASP.NET2.0.aspx" target="_blank">breaking code within log4net</a> itself.&#160; Most of these articles I suspect were not using IIS7, but it was hard to tell.</p>
<p>I ended up digging into the log4net source code to find out what was happening.&#160; The problem would occur on a line of code that tried to access the FullName property of a System.IO.FileInfo object.&#160; That property threw the exception worked fine it I tried to access it from my web project, but once it got down into the log4net guts, it would not.</p>
<p>After a lot of frustration, I finally started looking elsewhere.&#160; I ran across a <a title="Log4Net &quot;Could not find schema information&quot; messages" href="http://stackoverflow.com/questions/174430/log4net-could-not-find-schema-information-messages" target="_blank">comment on Stack Overflow</a> that stated they used .xml instead of .config files.&#160; I had dismissed it due since others claimed .config files where fine, but recalling what I’d seen there I decided to try it.&#160; <strong>*Poof*</strong> it worked!</p>
<p>I didn’t really want to leave the configuration in a file with the .xml extension since that could easily be downloaded from a server.&#160; The discovery told me that it was likely due to something IIS was doing with ASP.NET to hide files, but the odd thing was that it could read from the web.config, so I was a little perplexed.&#160; I started digging into how IIS7 handles these types of protected files.&#160; </p>
<p><a href="http://palehorse.files.wordpress.com/2009/09/image4.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;margin:0 10px 0 0;" title="IIS7 Manager" border="0" alt="IIS7 Manager" align="left" src="http://palehorse.files.wordpress.com/2009/09/image_thumb4.png?w=98&#038;h=124" width="98" height="124" /></a>It turns out that there’s a section in the hosting configuration that lists protected files under the name “requestFiltering”.&#160; Hmm…that was an interesting sounding name.&#160; Unfortunately all the entries were only by file extension, not by file name directly so there had to be something else.</p>
<p><a href="http://palehorse.files.wordpress.com/2009/09/image5.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;margin:0 0 0 10px;" title="Request Filtering" border="0" alt="Request Filtering" align="right" src="http://palehorse.files.wordpress.com/2009/09/image_thumb5.png?w=244&#038;h=105" width="244" height="105" /></a>I ended up in the IIS7 Manager application and found the Request Filtering area.&#160; I began to poke around in there and discovered another tab called <strong>Hidden Segments</strong> which had an entry for the web.config!&#160; I clicked the <strong>Add Hidden Segment</strong> link under Actions and added a new entry for log4net.config and viola, my application worked!</p>
<p>I know that most of the IIS7 configuration settings are stored in various config files, including the web.config, so I started looking in there and found this new element in the &lt;<strong>system.webServer&gt;</strong> section.</p>
<div style="border-bottom:silver 1px solid;text-align:left;border-left:silver 1px solid;line-height:12pt;background-color:#f4f4f4;width:61.48%;font-family:&#39;direction:ltr;height:134px;max-height:200px;font-size:8pt;overflow:auto;border-top:silver 1px solid;cursor:text;border-right:silver 1px solid;margin:20px 0 10px;padding:4px;" id="codeSnippetWrapper">
<div style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:58.37%;font-family:&#39;direction:ltr;height:114px;color:black;font-size:8pt;overflow:visible;border-style:none;padding:0;" id="codeSnippet">
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:94.94%;font-family:&#39;direction:ltr;height:16px;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span style="color:#606060;" id="lnum1">   1:</span> <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">security</span><span style="color:#0000ff;">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:95.64%;font-family:&#39;direction:ltr;height:16px;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span style="color:#606060;" id="lnum2">   2:</span>     <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">requestFiltering</span><span style="color:#0000ff;">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:95.66%;font-family:&#39;direction:ltr;height:16px;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span style="color:#606060;" id="lnum3">   3:</span>         <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">hiddenSegments</span><span style="color:#0000ff;">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:96.18%;font-family:&#39;direction:ltr;height:16px;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span style="color:#606060;" id="lnum4">   4:</span>             <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">add</span> <span style="color:#ff0000;">segment</span><span style="color:#0000ff;">=&quot;log4net.config&quot;</span> <span style="color:#0000ff;">/&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:&#39;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span style="color:#606060;" id="lnum5">   5:</span>         <span style="color:#0000ff;">&lt;/</span><span style="color:#800000;">hiddenSegments</span><span style="color:#0000ff;">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:96.14%;font-family:&#39;direction:ltr;height:16px;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span style="color:#606060;" id="lnum6">   6:</span>     <span style="color:#0000ff;">&lt;/</span><span style="color:#800000;">requestFiltering</span><span style="color:#0000ff;">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:94.59%;font-family:&#39;direction:ltr;height:16px;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span style="color:#606060;" id="lnum7">   7:</span> <span style="color:#0000ff;">&lt;/</span><span style="color:#800000;">security</span><span style="color:#0000ff;">&gt;</span></pre>
<p><!--CRLF--></div>
</div>
<p>I believe that including this section will allow the files to work.&#160; I even changed my trust level in my dev environment to Medium and it still ran just fine.</p>
<p>There may be other things that can cause this sort of problem, but this fixed my example.&#160; Hopefully this helps someone else out there as it was a bear to track down!</p>
<br />Posted in .NET, C#, Development, Windows Tagged: ASP.NET, IIS7, log4Net, Security, windows 7 <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/palehorse.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/palehorse.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/palehorse.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/palehorse.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/palehorse.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/palehorse.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/palehorse.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/palehorse.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/palehorse.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/palehorse.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/palehorse.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/palehorse.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/palehorse.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/palehorse.wordpress.com/289/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.palehorse.net&amp;blog=56074&amp;post=289&amp;subd=palehorse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.palehorse.net/2009/09/29/using-an-external-config-file-with-log4net-with-asp-net-2-0-and-iis7/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/52daff5fed12d353f8664d22fd980eec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">palehorse</media:title>
		</media:content>

		<media:content url="http://palehorse.files.wordpress.com/2009/09/image_thumb4.png" medium="image">
			<media:title type="html">IIS7 Manager</media:title>
		</media:content>

		<media:content url="http://palehorse.files.wordpress.com/2009/09/image_thumb5.png" medium="image">
			<media:title type="html">Request Filtering</media:title>
		</media:content>
	</item>
		<item>
		<title>How To Create Custom Libraries in Windows 7</title>
		<link>http://blog.palehorse.net/2009/09/17/how-to-create-custom-libraries-in-windows-7/</link>
		<comments>http://blog.palehorse.net/2009/09/17/how-to-create-custom-libraries-in-windows-7/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 14:45:08 +0000</pubDate>
		<dc:creator>palehorse</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://palehorse.wordpress.com/2009/09/17/how-to-create-custom-libraries-in-windows-7/</guid>
		<description><![CDATA[I recently discovered a cool little feature in Windows 7.&#160; I’d known about the libraries that come default, which include Documents, Music, Pictures and Videos.&#160; I thought that it was a nice idea that these libraries looked in multiple locations.&#160; While I hadn’t had much need for it yet, I can envision my home network [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.palehorse.net&amp;blog=56074&amp;post=275&amp;subd=palehorse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://palehorse.files.wordpress.com/2009/09/image.png" target="_blank"><img style="display:inline;border-width:0;margin:0 0 0 10px;" title="Default Windows 7 Libraries" border="0" alt="Default Windows 7 Libraries" align="right" src="http://palehorse.files.wordpress.com/2009/09/image_thumb.png?w=184&#038;h=118" width="184" height="118" /></a> I recently discovered a cool little feature in Windows 7.&#160; I’d known about the libraries that come default, which include Documents, Music, Pictures and Videos.&#160; I thought that it was a nice idea that these libraries looked in multiple locations.&#160; While I hadn’t had much need for it yet, I can envision my home network utilizing it once I start upgrading my home machines.</p>
<p>At work, I’m testing the 64-bit version of Windows 7 RTM as a developer workstation in our environment.&#160; One thing that I constantly kept doing while making sure my environment is set up correctly, is looking for an application in the C:\Program Files folder.&#160; Unfortunately, there are quite a few applications that are still 32-bit, so they get installed in C:\Program Files (x86) so I find that although I have a 50% chance to look in the right folder, I get it wrong about 90% of the time.&#160; Wouldn’t it be great if there was a library that included both!&#160; I decided to try it.</p>
<p><a href="http://palehorse.files.wordpress.com/2009/09/image16.png" target="_blank"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;margin:0 10px 0 0;" title="Custom Library Contents in Windows 7" border="0" alt="Custom Library Contents in Windows 7" align="left" src="http://palehorse.files.wordpress.com/2009/09/image16_thumb.png?w=184&#038;h=107" width="184" height="107" /></a> Right clicking in a blank spot in my libraries window gave me a New –&gt; Library option.&#160; Cool!&#160; After giving my library a name (Programs) I found there was nothing inside, I went back and right clicked on my new library and chose Properties.&#160; I was presented with a dialog that let me change a few things, such as adding folders the library should look into.&#160; I added my two Program Files locations, closed the dialog, opened the library and viola!&#160; There are all of my programs!&#160; Very cool!</p>
<p><a href="http://palehorse.files.wordpress.com/2009/09/image10.png" target="_blank"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;margin:0 0 0 10px;" title="Custom Windows 7 Library Options" border="0" alt="Custom Windows 7 Library Options" align="right" src="http://palehorse.files.wordpress.com/2009/09/image10_thumb.png?w=91&#038;h=124" width="91" height="124" /></a>One thing I will briefly note, if this library is for a type of files that you will be actually saving files into, you can select the folder that acts as the default location to save files.&#160; That way when you are in an application and you choose to save something, you can just click on the library and it will save in the default folder.&#160; That’s not something you’re likely to do with programs, but there are other file types.&#160; Another library I have added, for example, is Source Code.</p>
<p><a href="http://palehorse.files.wordpress.com/2009/09/image22.png" target="_blank"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;margin:0 10px 0 0;" title="Customized Windows 7 Library" border="0" alt="Customized Windows 7 Library" align="left" src="http://palehorse.files.wordpress.com/2009/09/image22_thumb.png?w=184&#038;h=107" width="184" height="107" /></a> They only thing that was disappointing at this point, was the fact that there was no option to assign a custom icon.&#160; I did a quick search on Bing (I did a quick Google on Bing?) and found this <a title="Add Custom Librarires to Windows 7 Explorer [How To]" href="http://mintywhite.com/windows-7/add-custom-libraries-windows-7-explorer/" target="_blank">guide</a> regarding custom libraries.&#160; It explained that libraries are really just XML files located in the special folder at C:\Users\&lt;User&gt;\AppData\Roaming\Microsoft\Windows\Libraries with some data describing the library.&#160; One of the elements you an add to the library is called &lt;iconReference&gt;&lt;/iconReference&gt; which simply takes a path to an .ico files.&#160; It does note that for the best results a 256&#215;256 icon should be used, or an icon with appropriate sizes all in one file; however, I found one at 128&#215;128 for my programs and it worked fine.</p>
<br />Posted in Operating Systems, Windows Tagged: customization, hacks, tips, Windows, windows 7 <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/palehorse.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/palehorse.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/palehorse.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/palehorse.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/palehorse.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/palehorse.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/palehorse.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/palehorse.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/palehorse.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/palehorse.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/palehorse.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/palehorse.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/palehorse.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/palehorse.wordpress.com/275/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.palehorse.net&amp;blog=56074&amp;post=275&amp;subd=palehorse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.palehorse.net/2009/09/17/how-to-create-custom-libraries-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/52daff5fed12d353f8664d22fd980eec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">palehorse</media:title>
		</media:content>

		<media:content url="http://palehorse.files.wordpress.com/2009/09/image_thumb.png" medium="image">
			<media:title type="html">Default Windows 7 Libraries</media:title>
		</media:content>

		<media:content url="http://palehorse.files.wordpress.com/2009/09/image16_thumb.png" medium="image">
			<media:title type="html">Custom Library Contents in Windows 7</media:title>
		</media:content>

		<media:content url="http://palehorse.files.wordpress.com/2009/09/image10_thumb.png" medium="image">
			<media:title type="html">Custom Windows 7 Library Options</media:title>
		</media:content>

		<media:content url="http://palehorse.files.wordpress.com/2009/09/image22_thumb.png" medium="image">
			<media:title type="html">Customized Windows 7 Library</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Windows 7 with Multiple Gateways (Routers) and DHCP</title>
		<link>http://blog.palehorse.net/2009/08/24/using-windows-7-with-multiple-gateways-and-dhcp/</link>
		<comments>http://blog.palehorse.net/2009/08/24/using-windows-7-with-multiple-gateways-and-dhcp/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 20:39:06 +0000</pubDate>
		<dc:creator>palehorse</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://palehorse.wordpress.com/2009/08/24/using-windows-7-with-multiple-gateways-and-dhcp/</guid>
		<description><![CDATA[Early last year we implemented a second Internet connection on our network.  We wanted to make it as easy as possible to switch between the two if the primary connection went down.  We are on a Windows domain and use DHCP from one of our domain controllers so it was easy to implement the 003 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.palehorse.net&amp;blog=56074&amp;post=258&amp;subd=palehorse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Early last year we implemented a second Internet connection on our network.  We wanted to make it as easy as possible to switch between the two if the primary connection went down.  We are on a Windows domain and use DHCP from one of our domain controllers so it was easy to implement the <strong>003 Router</strong> scope option with the two gateways and it worked great!</p>
<p>According to <a title="RFC2131 - Dynamic Host Configuration Protocol" href="http://tools.ietf.org/html/rfc2132" target="_blank">RFC2131 and the DHCP Options and BOOTP Vendor Extensions</a>;</p>
<blockquote><p>The router option specifies a list of IP addresses for routers on the client&#8217;s subnet.  Routers SHOULD be <strong>listed in order of preference</strong>.</p></blockquote>
<p>That last bit was the key for working in our situation.  Our Windows XP clients grabbed the multiple gateway addresses and modified the routing table like this:</p>
<pre>Active Routes: 
Network Destination  Netmask       Gateway    Interface  Metric
          0.0.0.0    0.0.0.0    172.16.0.1  172.16.0.40      20
          0.0.0.0    0.0.0.0  172.16.0.220  172.16.0.40      20</pre>
<p>Both entries have the metric of 20, which was <a title="An explanation of the Automatic Metric feature for Internet Protocol routes" href="http://support.microsoft.com/kb/299540/en-us" target="_blank">dynamically assigned by windows</a> based on the link speed, the first entry is the one that was used.</p>
<p>We recently began testing Windows 7 in our environment.  We are fairly happy with most of the new features, performance and the overall experience in the new OS.  One thing that, so far, has been a great improvement is the new network stack.  With Vista, there were several issues including problems with unexpected freezes while network requests are made and problems with notebooks when trying to close the lid.  In Windows 7 most of those issues seem to have went away.</p>
<p>One minor issue that we did run across seems to be a bug, in my opinion.  When our Windows 7 clients processed the same DHCP requests as our XP clients, the routing table looked like this:</p>
<pre>Active Routes:
Network Destination  Netmask       Gateway    Interface  Metric
          0.0.0.0    0.0.0.0    172.16.0.1  172.16.0.40      30
          0.0.0.0    0.0.0.0  172.16.0.220  172.16.0.40      30</pre>
<p>Very similar results, just slightly modified metric which I can only assume is due to an updated algorithm for calculating the dynamic metric.  The only problem is that the second entry was being used as the default gateway.  We verified this on multiple Windows 7 clients.  It seems like it goes against he “order of preference” bit of the RFC.</p>
<p>It took quite a while and a lot of research, but I found out that Microsoft implements a vendor specific extension, <strong>003 Microsoft Default Router Metric Base</strong> option.  The <a title="Default Router Metric Base" href="http://technet.microsoft.com/en-us/library/cc977349.aspx" target="_blank">documentation</a> for this value reads:</p>
<blockquote><p>This value is a specified router metric base to be used for all default gateway routes used at Windows 2000 DHCP-enabled client computers.</p>
<p>This value can be assigned as an integer cost metric ranging from 1 through 9,999. It is used in calculating the fastest, most reliable, and least expensive routes. If a value is not specified, a default of either one (1) or the currently set interface-specific metric is used.</p></blockquote>
<p>This is not very specific and for a while I did not think it would apply different metrics, but rather the same metric to all of the values in the <strong>003 Router</strong> option.  I decided to give it a try regardless of my doubts and it worked!  Now, my XP route table looks like this:</p>
<pre>Active Routes:
Network Destination  Netmask       Gateway    Interface  Metric
          0.0.0.0    0.0.0.0    172.16.0.1  172.16.0.40       1
          0.0.0.0    0.0.0.0  172.16.0.220  172.16.0.40       2</pre>
<p>And my Windows 7 route tables looks like this:</p>
<pre>Active Routes:
Network Destination  Netmask       Gateway    Interface  Metric
          0.0.0.0    0.0.0.0    172.16.0.1  172.16.0.40      31
          0.0.0.0    0.0.0.0  172.16.0.220  172.16.0.40      32</pre>
<p>It is still disappointing that the DHCP routing options seems to be broken in Windows 7 (IMHO), and I am sure there will be plenty of people having similar problems when they begin rolling out Windows 7 clients in their environments.  Hopefully this article will save someone a little time trying to configure their Windows 7 clients to use multiple gateways.</p>
<br />Posted in Networking, Operating Systems, Windows Tagged: Networking, Windows, windows 7 <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/palehorse.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/palehorse.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/palehorse.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/palehorse.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/palehorse.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/palehorse.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/palehorse.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/palehorse.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/palehorse.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/palehorse.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/palehorse.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/palehorse.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/palehorse.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/palehorse.wordpress.com/258/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.palehorse.net&amp;blog=56074&amp;post=258&amp;subd=palehorse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.palehorse.net/2009/08/24/using-windows-7-with-multiple-gateways-and-dhcp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/52daff5fed12d353f8664d22fd980eec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">palehorse</media:title>
		</media:content>
	</item>
		<item>
		<title>Fixing Windows Update on Windows XP</title>
		<link>http://blog.palehorse.net/2009/06/02/fixing-windows-update-on-windows-xp/</link>
		<comments>http://blog.palehorse.net/2009/06/02/fixing-windows-update-on-windows-xp/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 20:59:47 +0000</pubDate>
		<dc:creator>palehorse</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.palehorse.net/?p=252</guid>
		<description><![CDATA[On the 4/19 the virus software we use falsely detected the system file wmiprvse.exe as a virus/malware threat.  The specific detection reported the file as Backdoor.Win32.Agent.afqs.  This happened on at least three of our workstations.  Some research on the web shows that more than one virus company had the same problem at around the same [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.palehorse.net&amp;blog=56074&amp;post=252&amp;subd=palehorse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On the 4/19 the virus software we use falsely detected the system file wmiprvse.exe as a virus/malware threat.  The specific detection reported the file as Backdoor.Win32.Agent.afqs.  This happened on at least three of our workstations.  Some research on the web shows that more than one virus company had the same problem at around the same time which makes me wonder what happened.</p>
<p>While we were able to recover the file, some things just weren&#8217;t right.  The biggest problem ended up being with Windows Update.  When going to the site, it would simply hang on the part where it was checking your system for updates.</p>
<p>Investigation turned up mismatched versions of several of the wmi&#8230;. family of components.  Presumabl this was due to an incorrect file being restored by the system after the false positive event.  Trying to get it matched up correctly by had turned out to be problematic at best.</p>
<p>Finally I ran across an obscure post (sorry, I no longer have the link) where someone claimed that reinstalling a certain security patch from Microsoft fixed his problem.  After going through the re-installation of this patch on the first affected machine, it indeed worked!</p>
<p>The post referred to the <a title="MS09-12 Security Bulletin" href="http://support.microsoft.com/?kbid=956572">MS09-12 securyt bulletin from Microsoft</a>.  Most of the page refered to using Microsoft or Windows update to install the patch, which of course was not possible.  I was able to track down the <a title="Download details Security Update for Windows XP (KB956572)" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=73d2324f-be59-4b0c-b1ac-9876a13c2c03">direct download link</a> for the file and I thought I would post it here for posterity.</p>
<br />Posted in Operating Systems, Security, Windows  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/palehorse.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/palehorse.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/palehorse.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/palehorse.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/palehorse.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/palehorse.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/palehorse.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/palehorse.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/palehorse.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/palehorse.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/palehorse.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/palehorse.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/palehorse.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/palehorse.wordpress.com/252/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.palehorse.net&amp;blog=56074&amp;post=252&amp;subd=palehorse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.palehorse.net/2009/06/02/fixing-windows-update-on-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/52daff5fed12d353f8664d22fd980eec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">palehorse</media:title>
		</media:content>
	</item>
		<item>
		<title>Adventures in piping the line in to speakers in Vista</title>
		<link>http://blog.palehorse.net/2008/07/24/adventures-in-piping-the-line-in-to-speakers-in-vista/</link>
		<comments>http://blog.palehorse.net/2008/07/24/adventures-in-piping-the-line-in-to-speakers-in-vista/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 22:46:59 +0000</pubDate>
		<dc:creator>palehorse</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://palehorse.wordpress.com/?p=177</guid>
		<description><![CDATA[Yet another interesting change in the way Vista operations deals with the line in / microphone / various other possible audio input sources.  Vista apparently uses a software level driver to adjust itself for the source of the input.  One of the side effects of this is that the sound coming in from that source [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.palehorse.net&amp;blog=56074&amp;post=177&amp;subd=palehorse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_178" class="wp-caption alignright" style="width: 280px"><a href="http://palehorse.files.wordpress.com/2008/07/vista-line-in-monitor.png"><img class="size-medium wp-image-178" src="http://palehorse.files.wordpress.com/2008/07/vista-line-in-monitor.png?w=270&#038;h=300" alt="Playback Device Properties" width="270" height="300" /></a><p class="wp-caption-text">Playback Device Properties</p></div>
<p>Yet another interesting change in the way Vista operations deals with the line in / microphone / various other possible audio input sources.  Vista apparently uses a software level driver to adjust itself for the source of the input.  One of the side effects of this is that the sound coming in from that source will not play through the speakers or headphone jack by default.</p>
<p>I say by default, but it is a little more complicated than that.  In Windows XP there was a setting in the playback device properties that allowed you to monitor the input, effectively playing the sound from the line in through the speakers or headphones.  A quick look in Vista shows that this option is missing.</p>
<p>Thanks to <a title="Hearing Line-In input on Vista on Dell laptop" href="http://blogs.msdn.com/gduthie/archive/2007/11/22/hearing-line-in-input-on-vista-on-dell-laptop.aspx" target="_blank">this post</a> which pointed me to the <span style="text-decoration:line-through;">Dell Community website</span>, I was able to modify the registry.  My screen looks slightly different than the .NET Devhammer site, but the result is the same.</p>
<p><strong>[EDIT]</strong>: Dell changed their community site around and I can no longer find the thread from above directly.  Thanks to Google&#8217;s cache I&#8217;ve tracked it down again.  The key you need to find is:</p>
<blockquote><p>HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Class\{4D36E96C-E325-11CE-BFC1-08002BE10318}000\Settings\Filter\SpeakerHp\</p></blockquote>
<p><em>(note: there are many entries with that GUID, you will have to look through each of them until you find one with the 000\Settings\Filter\SpeakerHp sub key)</em></p>
<p>You just need to create a BinaryValue name EnableInputMonitor and set the value to 01.<strong>[/EDIT]</strong></p>
<p>One word of warning, after making this change you may experience serious feedback if you use a headset with a built in microphone.  I found that I must turn off the monitor function before plugging my headset in, otherwise it produces ear-splitting feedback that can be heard throughout my home.  I had not realized that headset could produce that many decibels!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/palehorse.wordpress.com/177/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/palehorse.wordpress.com/177/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/palehorse.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/palehorse.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/palehorse.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/palehorse.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/palehorse.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/palehorse.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/palehorse.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/palehorse.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/palehorse.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/palehorse.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/palehorse.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/palehorse.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/palehorse.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/palehorse.wordpress.com/177/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.palehorse.net&amp;blog=56074&amp;post=177&amp;subd=palehorse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.palehorse.net/2008/07/24/adventures-in-piping-the-line-in-to-speakers-in-vista/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/52daff5fed12d353f8664d22fd980eec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">palehorse</media:title>
		</media:content>

		<media:content url="http://palehorse.files.wordpress.com/2008/07/vista-line-in-monitor.png?w=270" medium="image">
			<media:title type="html">Playback Device Properties</media:title>
		</media:content>
	</item>
		<item>
		<title>Spelling is very important at Microsoft</title>
		<link>http://blog.palehorse.net/2008/07/14/spelling-is-very-important-at-microsoft/</link>
		<comments>http://blog.palehorse.net/2008/07/14/spelling-is-very-important-at-microsoft/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 22:20:56 +0000</pubDate>
		<dc:creator>palehorse</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://palehorse.wordpress.com/?p=174</guid>
		<description><![CDATA[While I am not saying that spelling is unimportant, indeed we should all try a little harder to improve our spelling and grammar, the update made available to me today in Vista just blows my mind. It&#8217;s not so much that Microsoft feels it necessary to push out an update with five&#8230;yes that is only [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.palehorse.net&amp;blog=56074&amp;post=174&amp;subd=palehorse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While I am not saying that spelling is unimportant, indeed we should all try a little harder to improve our spelling and grammar, the update made available to me today in Vista just blows my mind.</p>
<div id="attachment_176" class="wp-caption alignleft" style="width: 138px"><a href="http://palehorse.files.wordpress.com/2008/07/kb955020-info.png"><img class="size-thumbnail wp-image-176" src="http://palehorse.files.wordpress.com/2008/07/kb955020-info.png?w=128&#038;h=75" alt="Update for Windows Vista (KB995020)" width="128" height="75" /></a><p class="wp-caption-text">Update for Windows Vista (KB995020)</p></div>
<p>It&#8217;s not so much that Microsoft feels it necessary to push out an update with five&#8230;yes that is only 5&#8230; words to the English and German dictionaries, it is the fact that it is flagged as important and that it may require a reboot!  The last time I looked, checking spelling has the option to add a word that has been flagged as incorrect to your local dictionary.  One button click is required to do this.  Uno.  Eins.  That&#8217;s it!  Yet, if I accept this update, according to the informational dialog, I may need to reboot!?  C&#8217;mon Microsoft!</p>
<p>I decided to read the knowledge base article for KB955020.  It shows me that the five words that will be added to the dictionaries are:</p>
<ul>
<li>Friendster (Is that a real word?)</li>
<li>Nazr</li>
<li>Obama (Oh c&#8217;mon, that&#8217;s a proper name!  Surely we can add that manually?)</li>
<li>Racicot</li>
</ul>
<div id="attachment_175" class="wp-caption alignright" style="width: 61px"><a href="http://palehorse.files.wordpress.com/2008/07/kb955020-details.png"><img class="size-thumbnail wp-image-175" src="http://palehorse.files.wordpress.com/2008/07/kb955020-details.png?w=51&#038;h=96" alt="KB995020 Article" width="51" height="96" /></a><p class="wp-caption-text">KB995020 Article</p></div>
<p>Scrolling down in the article to the <strong>resolution</strong> section I see under <strong>Restart requirement</strong> that indeed I will have to reboot my computer.  Looking further down the page to the <strong>Workaround</strong> section shows me the <strong>Add to Dictionary</strong> method which I have already deduced.  The update itself just seems a bit unnecessary, don&#8217;t you agree?</p>
<p>In closing, beware of KB95502 from Microsoft Update as it may require you to reboot&#8230;.all in the name of proper spelling.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/palehorse.wordpress.com/174/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/palehorse.wordpress.com/174/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/palehorse.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/palehorse.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/palehorse.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/palehorse.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/palehorse.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/palehorse.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/palehorse.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/palehorse.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/palehorse.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/palehorse.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/palehorse.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/palehorse.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/palehorse.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/palehorse.wordpress.com/174/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.palehorse.net&amp;blog=56074&amp;post=174&amp;subd=palehorse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.palehorse.net/2008/07/14/spelling-is-very-important-at-microsoft/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/52daff5fed12d353f8664d22fd980eec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">palehorse</media:title>
		</media:content>

		<media:content url="http://palehorse.files.wordpress.com/2008/07/kb955020-info.png?w=128" medium="image">
			<media:title type="html">Update for Windows Vista (KB995020)</media:title>
		</media:content>

		<media:content url="http://palehorse.files.wordpress.com/2008/07/kb955020-details.png?w=51" medium="image">
			<media:title type="html">KB995020 Article</media:title>
		</media:content>
	</item>
		<item>
		<title>SigmaTel Sound Driver, Microphone and Vista.  How do I fix them?</title>
		<link>http://blog.palehorse.net/2008/05/19/sigmatel-sound-driver-microphone-and-vista-how-do-i-fix-them/</link>
		<comments>http://blog.palehorse.net/2008/05/19/sigmatel-sound-driver-microphone-and-vista-how-do-i-fix-them/#comments</comments>
		<pubDate>Mon, 19 May 2008 22:23:36 +0000</pubDate>
		<dc:creator>palehorse</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://palehorse.wordpress.com/2008/05/19/sigmatel-sound-driver-microphone-and-vista-how-do-i-fix-them/</guid>
		<description><![CDATA[My current laptop is a nice Dell Inspiron 1720. For the most part, I&#8217;m pretty happy with it. There are a few things that still get my dander up, if you will, but I attribute most of them to Vista(Free up Disk Space, recognizing CD burner). The recent issue has been my headset jack. For [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.palehorse.net&amp;blog=56074&amp;post=165&amp;subd=palehorse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My current laptop is a nice Dell Inspiron 1720.  For the most part, I&#8217;m pretty happy with it.  There are a few things that still get my dander up, if you will, but I attribute most of them to Vista(<a title="Free Disk Space in Vista" href="http://blog.palehorse.net/2008/03/20/are-you-wonder…fter-vista-sp1" target="_blank">Free up Disk Space</a>, <a title="Getting Vista to recognize m CD/DVD burner" href="http://blog.palehorse.net/2008/01/23/getting-vista-…y-cddvd-burnergetting-vista-to-recognize-my-cddvd-burner/" target="_blank">recognizing CD burner</a>).</p>
<p><a href="http://palehorse.files.wordpress.com/2008/05/audio-event-dialog.png"><img class="alignright size-thumbnail wp-image-166" style="float:right;" src="http://palehorse.files.wordpress.com/2008/05/audio-event-dialog.png?w=75&#038;h=96" alt="Audio Event Dialog" width="75" height="96" /></a>The recent issue has been my headset jack.  For a long time, each time I plugged something in to the microphone jack I would get the prompt from Vista asking what type of device was being connected.  I would always leave the &#8220;Never Ask&#8221; checkbox unchecked just so I would have the ability in the future to easily use some other device.</p>
<p>The problem started about 2 weeks ago.  I believe (although I don&#8217;t know for sure) that I accidentally checked the aforementioned option.  From that point on I was no longer able to get to that dialog, and in addition my microphone would not work with some applications.  Windows would indicate that it was hooked up and the level meter in the properties dialog would move suggesting that it was working; however, in applications like recording software and games using voice chat I would get no sound at all.</p>
<p>Searching around Google it turned out that many <a title="SigmaTel Drivers &amp; Vistal Part II" href="http://anythingdiscussions.com/2006/10/13/sigmatel-drivers-vista-part-ii/" target="_blank">other</a> <a title="Microphone doesn't work when plugged in in Windows Vista" href="http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.windows.vista.music_pictures_video&amp;tid=fe85321c-0f09-4579-9b32-7b687c517ed5&amp;p=1" target="_blank">people</a> have had the <a title="Lost the pop-up dialog box when microphone jack is plugged in" href="http://www.vistax64.com/vista-hardware-devices/114456-lost-pop-up-dialog-box-when-microphone-jack-plugged.html" target="_blank">same</a> <a title="Vista Microphone and Line-In Issues?" href="http://www.miguelcarrasco.net/miguelcarrasco/2006/12/vista_microphon.html" target="_blank">problem</a>.  The disturbing thing was that there are a lot of solutions (see the links) that solve the problem for some and not the others.</p>
<p>I tried most of the suggestions that I found with no luck.  The one that sounded like it <em>should</em> work involved a check box that tells the driver to reset all popup alerts.  That was a no-go as well.</p>
<p><a href="http://palehorse.files.wordpress.com/2008/05/getting-to-device-manager.png"><img class="alignleft size-thumbnail wp-image-167" style="float:left;" src="http://palehorse.files.wordpress.com/2008/05/getting-to-device-manager.png?w=114&#038;h=96" alt="Getting to Device Manager" width="114" height="96" /></a>In the end, there was a comment that suggested that reinstalling the driver would do the trick.  I downloaded the latest from Dell (which was the version I already had installed), went into Device Manager (Control Panel -&gt; Hardware and Sound -&gt; Device Manager) including telling it to remove all files and rebooted.  After doing so, Vista did detect my sound card and reinstalled the software.  The next time I plugged in, viola!  There was my dialog!</p>
<p><a href="http://palehorse.files.wordpress.com/2008/05/uninstall.png"><img class="alignright size-thumbnail wp-image-168" style="float:right;" src="http://palehorse.files.wordpress.com/2008/05/uninstall.png?w=71&#038;h=96" alt="Uninstalling the Sound Driver" width="71" height="96" /></a>I don&#8217;t know if it is a Vista problem or a SigmaTel problem, but it is one that should be addressed.  If you&#8217;ve found your way to this page and the reinstallation method does not work for you, try some of the other links from above.  There are a lot of potential solutions, one of them may be right for you.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/palehorse.wordpress.com/165/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/palehorse.wordpress.com/165/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/palehorse.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/palehorse.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/palehorse.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/palehorse.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/palehorse.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/palehorse.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/palehorse.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/palehorse.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/palehorse.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/palehorse.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/palehorse.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/palehorse.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/palehorse.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/palehorse.wordpress.com/165/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.palehorse.net&amp;blog=56074&amp;post=165&amp;subd=palehorse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.palehorse.net/2008/05/19/sigmatel-sound-driver-microphone-and-vista-how-do-i-fix-them/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/52daff5fed12d353f8664d22fd980eec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">palehorse</media:title>
		</media:content>

		<media:content url="http://palehorse.files.wordpress.com/2008/05/audio-event-dialog.png?w=75" medium="image">
			<media:title type="html">Audio Event Dialog</media:title>
		</media:content>

		<media:content url="http://palehorse.files.wordpress.com/2008/05/getting-to-device-manager.png?w=114" medium="image">
			<media:title type="html">Getting to Device Manager</media:title>
		</media:content>

		<media:content url="http://palehorse.files.wordpress.com/2008/05/uninstall.png?w=71" medium="image">
			<media:title type="html">Uninstalling the Sound Driver</media:title>
		</media:content>
	</item>
		<item>
		<title>How to fix the Outlook To Do Bar stuck loading problem</title>
		<link>http://blog.palehorse.net/2008/04/15/how-to-fix-the-outlook-to-do-bar-stuck-loading-problem/</link>
		<comments>http://blog.palehorse.net/2008/04/15/how-to-fix-the-outlook-to-do-bar-stuck-loading-problem/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 17:28:19 +0000</pubDate>
		<dc:creator>palehorse</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://palehorse.wordpress.com/2008/04/15/how-to-fix-the-outlook-to-do-bar-stuck-loading-problem/</guid>
		<description><![CDATA[Just the other day a co-worker of mine asked me if our Exchange Server was having problems. It was not so I asked why he was asking about that. It turned out that his To Do bar in Outlook was just a big gray box with the message &#8220;Loading&#8221; displayed. He had left it for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.palehorse.net&amp;blog=56074&amp;post=163&amp;subd=palehorse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just the other day a co-worker of mine asked me if our Exchange Server was having problems.  It was not so I asked why he was asking about that.  It turned out that his To Do bar in Outlook was just a big gray box with the message &#8220;Loading&#8221; displayed.  He had left it for literally hours, restarted Outlook and rebooted his machine all to no avail.</p>
<p><a href="http://palehorse.files.wordpress.com/2008/04/image-thumb.png" target="_blank"><img class="alignright alignnone size-medium wp-image-162" style="border:0 none;float:right;" src="http://palehorse.files.wordpress.com/2008/04/image-thumb.png?w=244&#038;h=148" alt="Outlook To-Do Bar example" width="244" height="148" /></a>My previous experiences with<a title="Outlook Ate My Favorite Shortcuts" href="http://blog.palehorse.net/2007/09/26/outlook-ate-my-favorite-shortcuts/"> Outlooks shortcuts and calendar lists disappearing</a> popped to mind so I had him exit Outlook and rename his Outlook.XML file.  Sure enough, it worked!  When he restarted Outlook his To Do bar came back to life.  He had to reset it to show the items he wanted, but everything has been fine since.</p>
<p>This is just another example of Outlook frequently corrupting a file it uses for UI settings.  I still do not know why it seems to be so fragile.  I have submitted my experiences to Microsoft but I do not know if there are any plans to make the process a little more robust.  Given the importance of Outlook in today&#8217;s business world (for many companies at least) I hope that this issue will get the attention that it deserves.  There are some in my company that are greatly affected by Outlook problems.</p>
<p>If you happen to see any weird Outlook UI issues, first thing to try, in my opinion, is renaming (and therefore rebuilding) the Outlook.XML.  Good luck to all!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/palehorse.wordpress.com/163/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/palehorse.wordpress.com/163/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/palehorse.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/palehorse.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/palehorse.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/palehorse.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/palehorse.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/palehorse.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/palehorse.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/palehorse.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/palehorse.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/palehorse.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/palehorse.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/palehorse.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/palehorse.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/palehorse.wordpress.com/163/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.palehorse.net&amp;blog=56074&amp;post=163&amp;subd=palehorse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.palehorse.net/2008/04/15/how-to-fix-the-outlook-to-do-bar-stuck-loading-problem/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/52daff5fed12d353f8664d22fd980eec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">palehorse</media:title>
		</media:content>

		<media:content url="http://palehorse.files.wordpress.com/2008/04/image-thumb.png" medium="image">
			<media:title type="html">Outlook To-Do Bar example</media:title>
		</media:content>
	</item>
		<item>
		<title>Are you wondering how to free up disk space after Vista SP1?</title>
		<link>http://blog.palehorse.net/2008/03/20/are-you-wondering-how-to-free-up-disk-space-after-vista-sp1/</link>
		<comments>http://blog.palehorse.net/2008/03/20/are-you-wondering-how-to-free-up-disk-space-after-vista-sp1/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 16:07:38 +0000</pubDate>
		<dc:creator>palehorse</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://palehorse.wordpress.com/2008/03/20/are-you-wondering-how-to-free-up-disk-space-after-vista-sp1/</guid>
		<description><![CDATA[I suppose that I wasn&#8217;t looking that specifically after installing SP1 for Vista; however, it did seem like my disk space was dwindling faster than I thought it should have. Just this morning I went through my installed programs list and removed some that I was no longer using.&#160; It did free up some space.&#160; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.palehorse.net&amp;blog=56074&amp;post=158&amp;subd=palehorse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I suppose that I wasn&#8217;t looking that specifically <em>after</em> installing SP1 for Vista; however, it did seem like my disk space was dwindling faster than I thought it should have.</p>
<p><img style="border-width:0;" border="0" alt="PreSp1Clean" align="right" src="http://palehorse.files.wordpress.com/2008/03/presp1clean.png?w=240&#038;h=123" width="240" height="123"> Just this morning I went through my installed programs list and removed some that I was no longer using.&nbsp; It did free up some space.&nbsp; Although I had plenty of space after this time I found an article from <a href="http://coolthingoftheday.blogspot.com/">Greg&#8217;s Cool [Insert Clever Name] of the Day</a>.&nbsp; The title read &#8220;<a href="http://coolthingoftheday.blogspot.com/2008/03/don-think-you-need-to-uninstall-vista.html">Don&#8217;t think you&#8217;ll need to uninstall Vista SP1? Want to recover up to a gig of drive space? Then check out the Vista SP1 File Removal Tool.</a>&#8220;</p>
<p>At times I have to wonder what the odds are that the very thing I am doing or looking for shows up on someone&#8217;s blog post&#8230;but I digress.</p>
<p><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" border="0" alt="PostSpiClean" align="right" src="http://palehorse.files.wordpress.com/2008/03/postspiclean.png?w=240&#038;h=123" width="240" height="123"> Greg cited the post <a href="http://blogs.msdn.com/nicold/default.aspx">NicolBlog</a> &#8211; <a href="http://blogs.msdn.com/nicold/archive/2008/03/20/window-vista-sp1-file-removal-tool-aka-how-to-recover-disk-space-after-vista-sp1-installation.aspx">&#8220;Window Vista SP1 File Removal Tool&#8221; AKA &#8220;how to recover disk space after Vista SP1 installation&#8221;</a> . which described how to use the Windows Vista SP1 File Removal tool (Vsp1cln.exe).&nbsp; After reading about the tool and running the instructions, I reclaimed almost 1GB of space as Greg suggested.&nbsp; Thanks Greg!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/palehorse.wordpress.com/158/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/palehorse.wordpress.com/158/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/palehorse.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/palehorse.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/palehorse.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/palehorse.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/palehorse.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/palehorse.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/palehorse.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/palehorse.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/palehorse.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/palehorse.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/palehorse.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/palehorse.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/palehorse.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/palehorse.wordpress.com/158/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.palehorse.net&amp;blog=56074&amp;post=158&amp;subd=palehorse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.palehorse.net/2008/03/20/are-you-wondering-how-to-free-up-disk-space-after-vista-sp1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/52daff5fed12d353f8664d22fd980eec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">palehorse</media:title>
		</media:content>

		<media:content url="http://palehorse.files.wordpress.com/2008/03/presp1clean.png" medium="image">
			<media:title type="html">PreSp1Clean</media:title>
		</media:content>

		<media:content url="http://palehorse.files.wordpress.com/2008/03/postspiclean.png" medium="image">
			<media:title type="html">PostSpiClean</media:title>
		</media:content>
	</item>
		<item>
		<title>Fixing the Background Intelligent Transfer Service (BITS)</title>
		<link>http://blog.palehorse.net/2008/02/13/fixing-the-background-intelligent-transfer-service-bits/</link>
		<comments>http://blog.palehorse.net/2008/02/13/fixing-the-background-intelligent-transfer-service-bits/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 16:11:21 +0000</pubDate>
		<dc:creator>palehorse</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://palehorse.wordpress.com/?p=149</guid>
		<description><![CDATA[First off, I&#8217;d like to get the joke out of the way that BITS is a bit of an oxymoron sort of like Army Intelligence&#8230;.ba dah ba! OK, now that I&#8217;ve got that out of my system, I have to say that this has been one heck of a problem to solve, and that the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.palehorse.net&amp;blog=56074&amp;post=149&amp;subd=palehorse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>First off, I&#8217;d like to get the joke out of the way that BITS is a bit of an oxymoron sort of like Army Intelligence&#8230;.ba dah ba!</p>
<p>OK, now that I&#8217;ve got that out of my system, I have to say that this has been one heck of a problem to solve, and that the search-ability of this topic is fairly low.</p>
<p>My problem arose a while back when my Windows Automatic Updater stopped updating automatically.  At first it was not a big deal, I would simply use my browser to go to the <a href="http://www.update.microsoft.com/microsoftupdate/v6/" title="Microsoft Update" target="_blank">Microsoft Update</a> site on a regular basis.  While this is a fine solution for me, I realize that for a large majority it is not.</p>
<p>I recently decided to install the <a href="http://pack.google.com/intl/en/pack_installer_new.html?hl=en&amp;gl=us&amp;ciNum=11" title="Google Pack - Free Essential Software" target="_blank">Google Pack</a> since I wanted some of the Google Software it contained and did not feel like tracking down the stand alone installers.  After installing the &#8220;Google Updater&#8221; the software would tell me that the &#8220;Background Intelligent Transfer Service failed to start&#8221;.  Looking in the Event Viewer I was presented with this information from the System log.</p>
<blockquote><p><code>Event Type:    Error<br />
Event Source:    Service Control Manager<br />
Event Category:    None<br />
Event ID:    7023<br />
Date:        2/13/2008<br />
Time:        7:21:39 AM<br />
User:        N/A<br />
Computer:    JOEL2<br />
Description:<br />
The Background Intelligent Transfer Service service terminated with the following error:<br />
The system cannot find the file specified.</code></p></blockquote>
<p>Not very  informative and, unfortunately, searching for that event ID and other bits of information was not very fruitful.</p>
<p>I finally came across the post <a href="http://www.castlecops.com/postitle106642-0-0-.html" class="maintitle">How To Fix Windows Update (BITS/AU)</a> after quite a bit of searching.  Reading through this fine article by Mike I quickly realized just how many things can go wrong with BITS.</p>
<p>I began going through the list of things to try, of course verifying first if I needed to do a particular step.  In step 2 there is a registry file to down and merge to try to fix the problem.  I opened the file and looked through each setting to see if I needed to do it.  It turned out that there was 1 setting I was missing.  Parameters key was missing completely.  Here is the part of the registry file that I ended up merging which fixed my BITS problem.</p>
<blockquote><p><code>Windows Registry Editor Version 5.00</code></p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\BITS\Parameters]<br />
&#8220;ServiceDll&#8221;=hex(2):43,00,3a,00,5c,00,57,00,49,00,4e,00,44,00,4f,00,57,00,53,\<br />
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,71,00,6d,00,\<br />
67,00,72,00,2e,00,64,00,6c,00,6c,00,00,00</p></blockquote>
<p>The ServiceDll value, converted to ASCII, is C:\WINDOWS\system32\qmgr.dll</p>
<p>After merging this my service started up and Google Updater worked great.  Thanks for the article, Mike!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/palehorse.wordpress.com/149/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/palehorse.wordpress.com/149/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/palehorse.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/palehorse.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/palehorse.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/palehorse.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/palehorse.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/palehorse.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/palehorse.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/palehorse.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/palehorse.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/palehorse.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/palehorse.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/palehorse.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/palehorse.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/palehorse.wordpress.com/149/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.palehorse.net&amp;blog=56074&amp;post=149&amp;subd=palehorse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.palehorse.net/2008/02/13/fixing-the-background-intelligent-transfer-service-bits/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/52daff5fed12d353f8664d22fd980eec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">palehorse</media:title>
		</media:content>
	</item>
	</channel>
</rss>
