<?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>Pressing the Red Button &#187; Microsoft</title>
	<atom:link href="http://www.pressthered.com/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pressthered.com</link>
	<description>Adventures in Software Development</description>
	<lastBuildDate>Sun, 08 Jan 2012 21:28:09 +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>Element Not Found Javascript Error When Installing IE Search Providers</title>
		<link>http://www.pressthered.com/element_not_found_javascript_error_when_installing_ie_search_providers/</link>
		<comments>http://www.pressthered.com/element_not_found_javascript_error_when_installing_ie_search_providers/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 06:10:07 +0000</pubDate>
		<dc:creator>jim.richmond</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.pressthered.com/?p=492</guid>
		<description><![CDATA[Here is a solution if your are getting a javascript error when trying to change the default Search Provider (Bing) in Internet Explorer. The Error Message Is: Element Not Found. This is the fix that worked for me: You can use regedit (Start Menu->Run->Type &#8220;regedit&#8221;) to modify the following key: HKEY_CLASSES_ROOT\TypeLib\{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}\1.1\0\win32 and change the current [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a solution if your are getting a javascript error when trying to change the default Search Provider (Bing) in Internet Explorer.</p>
<p><strong>The Error Message Is:</strong><br />
Element Not Found.</p>
<p>This is <a href="http://www.winhelponline.com/articles/122/1/Error-Element-not-found-when-attempting-to-add-a-Search-Provider-in-Internet-Explorer-7.html">the fix that worked for me</a>: </p>
<p>You can use regedit (Start Menu->Run->Type &#8220;regedit&#8221;) to modify the following key:<br />
<em>HKEY_CLASSES_ROOT\TypeLib\{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}\1.1\0\win32</em><br />
and change the current value:<br />
&nbsp;&nbsp;&nbsp;<em> C:\WINDOWS\system32\<strong>shdocvw.dll</strong></em><br />
to this:<br />
&nbsp;&nbsp;  <em>C:\WINDOWS\system32\<strong>ieframe.dll </strong></em></p>
<p><strong>More Details About this Fix</strong><br />
I was not able to find much details on when or why this registry entry was overwritten. The safe approach would be to make this fix, install your search provider, then restore to the original setting. </p>
<p><strong>Miscellaneous</strong><br />
Being stuck with Bing as a search provider was annoying to say the least. However I did find that the results of the two search engines (Microsoft vs Goolge) were more similar than I have ever seen in the past. In other words, Microsoft&#8217;s result were actually useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pressthered.com/element_not_found_javascript_error_when_installing_ie_search_providers/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Manually Uninstall a Broken Silverlight</title>
		<link>http://www.pressthered.com/how_to_manually_uninstall_a_broken_silverlight/</link>
		<comments>http://www.pressthered.com/how_to_manually_uninstall_a_broken_silverlight/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 04:31:33 +0000</pubDate>
		<dc:creator>jim.richmond</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.pressingtheredbutton.com/?p=71</guid>
		<description><![CDATA[I couldn&#8217;t run the latest Silverlight because an older beta version was installed. I kept getting an error during the install process that vaguely suggested removing the old version. So I went to Add/Remove Programs and I got an error when trying to remove it. After some research I found some instructions on how to [...]]]></description>
			<content:encoded><![CDATA[<p>I couldn&#8217;t run the latest Silverlight because an older beta version was installed. I kept getting an error during the install process that vaguely suggested removing the old version. So I went to Add/Remove Programs and I got an error when trying to remove it. After some research I found some <a href="http://blogs.msdn.com/rpomeroy/archive/2008/06/10/how-to-manually-clean-up-a-bad-silverlight-installation.aspx">instructions on how to manually remove it</a> and reinstall. This worked for me. Below is a summary of the steps:</p>
<p>1) <a href="http://support.microsoft.com/kb/290301">Download and install the Windows Installer CleanUp Utility</a>. Find Microsoft Silverlight in the list and Remove it.</p>
<p>2) Use Regedit to remove the following Silverlight registry key:<br />
HKLM\Software\Microsoft\Silverlight</p>
<p>3) Remove the Program Files\Microsoft Silverlight directory (be sure to close all your browsers first or your directory will be locked.)</p>
<p>That should do it now you can go back to the <a href="http://www.microsoft.com/SILVERLIGHT/">SilverLight web site</a> and redo the install.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pressthered.com/how_to_manually_uninstall_a_broken_silverlight/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Resetting Your Password in Vista</title>
		<link>http://www.pressthered.com/resetting_your_password_in_vista/</link>
		<comments>http://www.pressthered.com/resetting_your_password_in_vista/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 04:58:25 +0000</pubDate>
		<dc:creator>jim.richmond</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.pressingtheredbutton.com/?p=32</guid>
		<description><![CDATA[Sometimes you need to reset your password. Sometimes you&#8217;re lazy and forget to make a windows password recovery disk (yes I&#8217;m guilty). So here is the easiest way I found to get back into your system: http://home.eunet.no/~pnordahl/ntpasswd/ You need to be able burn a CD image or copy the contents on to a USB and [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you need to reset your password. Sometimes you&#8217;re lazy and forget to make a windows password recovery disk (yes I&#8217;m guilty). So here is the easiest way I found to get back into your system:<br />
<a alt="Windows Password Recovery Tool" href="http://home.eunet.no/~pnordahl/ntpasswd/">http://home.eunet.no/~pnordahl/ntpasswd/</a></p>
<p>You need to be able burn a CD image or copy the contents on to a USB and make it bootable (instructions provided). I thought the easiest was to burn a cd. Once you have a bootable cd/usb, boot your computer and follow the instructions. The instructions pretty much consist of hitting enter (accepting the defaults) until you get to the part to choose the username password you want to clear. Once done, you reboot again and enter the new username and password, then you are in.  </p>
<p>So easy, my dad could do it! Ok, I did have to talk him through it via a phone call but it went off with out a hitch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pressthered.com/resetting_your_password_in_vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

