<?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>Nirenjan's Space &#187; Windows</title>
	<atom:link href="http://www.nirenjan.com/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nirenjan.com</link>
	<description>My personal web diary, with ramblings on different topics</description>
	<lastBuildDate>Sun, 21 Mar 2010 17:18:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows Hacks: Open With Context Menu</title>
		<link>http://www.nirenjan.com/2008/11/windows-hacks-open-with-context-menu/</link>
		<comments>http://www.nirenjan.com/2008/11/windows-hacks-open-with-context-menu/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 19:31:24 +0000</pubDate>
		<dc:creator>Nirenjan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.nirenjan.com/?p=539</guid>
		<description><![CDATA[It turned out that when I&#8217;d try to use the open with context menu in windows explorer, it would open the file with notepad by default, instead of showing the actual open with window.
A little registry hacking is required to restore the default behaviour.
Steps:

Open the registry editor and navigate to HKEY_CLASSES_ROOT\Unknown\shell
There should be a sub-key [...]]]></description>
			<content:encoded><![CDATA[<p>It turned out that when I&#8217;d try to use the open with context menu in windows explorer, it would open the file with notepad by default, instead of showing the actual open with window.</p>
<p>A little registry hacking is required to restore the default behaviour.</p>
<p>Steps:</p>
<ol>
<li>Open the registry editor and navigate to HKEY_CLASSES_ROOT\Unknown\shell</li>
<li>There should be a sub-key called openas\command. If that doesn&#8217;t exist, create it.</li>
<li>The &#8220;default&#8221; entry in HKEY_CLASSES_ROOT\Unknown\shell\openas\command should be a string type. It is the expandable string type in my Windows XP installation. The value should be<br />
<blockquote><p>%SystemRoot%\system32\rundll32.exe %SystemRoot%\system32\shell32.dll,OpenAs_RunDLL %1</p></blockquote>
</li>
<li>Navigate back to the HKEY_CLASSES_ROOT\Unknown\shell</li>
<li>The &#8220;default&#8221; entry for this key should be &#8220;openas&#8221;</li>
</ol>
<p>These steps should fix the issue and restore the default behaviour.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nirenjan.com/2008/11/windows-hacks-open-with-context-menu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
