<?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>anupsaund &#187; Registry</title>
	<atom:link href="http://www.anupsaund.com/category/registry/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anupsaund.com</link>
	<description>... thoughts from a Web Developer.</description>
	<lastBuildDate>Tue, 11 May 2010 13:36:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Vista Compatibility Mode</title>
		<link>http://www.anupsaund.com/2009/05/21/vista-compatibility-mode/</link>
		<comments>http://www.anupsaund.com/2009/05/21/vista-compatibility-mode/#comments</comments>
		<pubDate>Thu, 21 May 2009 12:15:08 +0000</pubDate>
		<dc:creator>Anup Saund</dc:creator>
				<category><![CDATA[Registry]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.anupsaund.com/vista-compatibility-mode</guid>
		<description><![CDATA[Here&#8217;s a nice neat trick to get Windows XP application to work in VISTA.
[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]&#34;$path&#34;=&#34;WINXPSP2&#34;
Replace $path with the absolute path to your program;
i.e. 

c:\\program files\\myapp\\myapp.exe

Make sure you add double back slashes.
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a nice neat trick to get Windows XP application to work in VISTA.</p>
<pre class="brush: bash">[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]&quot;$path&quot;=&quot;WINXPSP2&quot;</pre>
<p>Replace <strong>$path</strong> with the absolute path to your program;</p>
<p>i.e. </p>
<pre class="brush: bash">
c:\\program files\\myapp\\myapp.exe
</pre>
<p>Make sure you add double back slashes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anupsaund.com/2009/05/21/vista-compatibility-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
