<?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>Make Tech Easier&#187; Win XP</title>
	<atom:link href="http://maketecheasier.com/tag/win-xp/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 25 May 2012 23:58:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>VistaUACMaker Makes Your XP Apps Compatible With Windows Vista &amp; 7</title>
		<link>http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04</link>
		<comments>http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04#comments</comments>
		<pubDate>Wed, 04 Nov 2009 13:20:17 +0000</pubDate>
		<dc:creator>Soumen Halder</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[compatible]]></category>
		<category><![CDATA[UAC]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Win XP]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8091</guid>
		<description><![CDATA[Windows Vista and 7 come with User Account Control (UAC) that controls the permissions the users have for running each application. Due to this restriction, many program in Win XP that require administrators privilege will not be able to run smoothly in Vista or Win 7. In such cases, you... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04&amp;title=VistaUACMaker+Makes+Your+XP+Apps+Compatible+With+Windows+Vista+%26amp%3B+7&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04">VistaUACMaker Makes Your XP Apps Compatible With Windows Vista &amp; 7</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://imagecdn.maketecheasier.com/2009/11/VistaUACMaker-logo.png" alt="Vista-UAC-Maker-logo" width="160" height="110" /> Windows Vista and 7 come with User Account Control (UAC) that controls the  permissions the users have for running each application. Due to this restriction, many program in Win XP that require administrators privilege will not be able to run smoothly in Vista or Win 7. In such cases, you can use the <a href="http://www.securityxploded.com/vistauacmaker.php" target="_blank">VistaUACMaker</a> to change the permission in the application and make it compatible with Vista and Windows 7.</p>
<p>To achieve the goal that we have in mind, we need to alter the <em>Manifest File</em> of the app which contains the useful information that provides the privileges needed by the app concerned &amp; its UI Interaction of the app.</p>
<p><span id="more-8091"></span>Those are the three types of privileges that can be stored in the Manifest File.</p>
<ul>
<li><strong>requireAdministrator</strong> &#8211; Run the app as administrator.</li>
<li><strong>asInvoker</strong> &#8211; Run with same privilege as that of the parent process.</li>
<li><strong>highestAvailable</strong> &#8211; Run with highest possible privilege available to user.</li>
</ul>
<p>Ok that is enough with the geeky talk, let us proceed to the HOW TO section which tells us how to perform the task.</p>
<p>1. <a href="http://www.securityxploded.com/download.php#vistauacmaker" target="_blank">Download Vista UAC Maker</a>.</p>
<p>2. Run the Utility. Now using the <strong>Select…</strong> button browse &amp; locate the app or program executable file.</p>
<p><img class="alignnone" src="http://imagecdn.maketecheasier.com/2009/11/VistaUACMaker-window.png" alt="Vista-UAC-Maker-window" width="539" height="357" /></p>
<p>3. Add some words in the <strong>Project Description field</strong> for future reference.</p>
<p>4. In the <strong>Required Privilege Level</strong> drop-down list select the privilege. The default is  [requireAdministrator], but you can change it to whichever is suitable for the application.</p>
<p><img class="alignnone" src="http://imagecdn.maketecheasier.com/2009/11/VistaUACMaker-Privileges.png" alt="Vista-UAC-Maker-Privileges" width="280" height="41" /></p>
<p>5. In the last step where you are asked “<em>Does your application interacts with high privilege windows on desktop?</em>”, check the <strong>Yes</strong> box only if your app interacts with high privilege apps on UI level in Vista else leave it as <strong>No</strong>.</p>
<p>That&#8217;s it.</p>
<p>Now the configured app is compatible with Windows Vista as well as Windows 7 too. This works great in cases where you need to use a particular app meant for XP to be sound &amp; working in Vista &amp; Windows 7. Hope that helps. Share your experiences by putting in your valuable comments.</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/run-older-programs-in-windows-7-vista/2010/01/05' title='How to Run your Older Programs in Windows 7/Vista'>How to Run your Older Programs in Windows 7/Vista</a></li>
<li><a href='http://maketecheasier.com/selectively-disable-uac-prompt-for-certain-applications/2010/10/06' title='How to Selectively Disable UAC Prompt For Certain Applications'>How to Selectively Disable UAC Prompt For Certain Applications</a></li>
<li><a href='http://maketecheasier.com/7-useful-apps-and-services-for-college-freshmen-ios/2012/05/05' title='7 Useful Apps and Services For College Freshmen [iOS]'>7 Useful Apps and Services For College Freshmen [iOS]</a></li>
<li><a href='http://maketecheasier.com/use-filerfrog-to-organzie-your-files-folders-in-flash-windows/2012/04/03' title='Use FilerFrog To Organzie Your Files &amp; Folders In Flash! [Windows]'>Use FilerFrog To Organzie Your Files &#038; Folders In Flash! [Windows]</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04&amp;title=VistaUACMaker+Makes+Your+XP+Apps+Compatible+With+Windows+Vista+%26amp%3B+7&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04">VistaUACMaker Makes Your XP Apps Compatible With Windows Vista &amp; 7</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Faster XP vs Slower Vista: Which One Will You Choose?</title>
		<link>http://maketecheasier.com/faster-xp-vs-slower-vista-which-one-will-you-choose/2007/11/30</link>
		<comments>http://maketecheasier.com/faster-xp-vs-slower-vista-which-one-will-you-choose/2007/11/30#comments</comments>
		<pubDate>Fri, 30 Nov 2007 01:45:02 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Win XP]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/faster-xp-vs-slower-vista-which-one-will-you-choose/2007/11/30</guid>
		<description><![CDATA[Wellington, Fla.-based Devil Mountain Software ran several versions of XP and Vista through a test simulating common desktop computing tasks. It found the original Vista performed 50 percent to 100 percent slower than the prevalent XP Service Pack 2, or SP2. In the coming 1st quarter 2008, Microsoft is releasing... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/faster-xp-vs-slower-vista-which-one-will-you-choose/2007/11/30&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/faster-xp-vs-slower-vista-which-one-will-you-choose/2007/11/30" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/faster-xp-vs-slower-vista-which-one-will-you-choose/2007/11/30" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/faster-xp-vs-slower-vista-which-one-will-you-choose/2007/11/30" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/faster-xp-vs-slower-vista-which-one-will-you-choose/2007/11/30&amp;title=Faster+XP+vs+Slower+Vista%3A+Which+One+Will+You+Choose%3F&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/faster-xp-vs-slower-vista-which-one-will-you-choose/2007/11/30" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/faster-xp-vs-slower-vista-which-one-will-you-choose/2007/11/30">Faster XP vs Slower Vista: Which One Will You Choose?</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Wellington, Fla.-based Devil Mountain Software ran several versions of XP and Vista through a test simulating common desktop computing tasks. It found the original Vista performed 50 percent to 100 percent slower than the prevalent XP Service Pack 2, or SP2.</p>
<p>In the coming 1st quarter 2008, Microsoft is releasing Vista service pack 1 and service pack 3 for Win XP. The fact is, Vista SP1 barely improved the operating system&#8217;s performance while Win XP SP3 increase the XP performance by 10 percents.</p>
<p>What this means is that Vista is getting slower while XP is becoming faster. </p>
<p>Which one will you choose? <a href="http://www.informationweek.com/news/showArticle.jhtml?articleID=204203975" target="_blank">Source</a></p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04' title='VistaUACMaker Makes Your XP Apps Compatible With Windows Vista &amp; 7'>VistaUACMaker Makes Your XP Apps Compatible With Windows Vista &amp; 7</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/faster-xp-vs-slower-vista-which-one-will-you-choose/2007/11/30&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/faster-xp-vs-slower-vista-which-one-will-you-choose/2007/11/30" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/faster-xp-vs-slower-vista-which-one-will-you-choose/2007/11/30" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/faster-xp-vs-slower-vista-which-one-will-you-choose/2007/11/30" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/faster-xp-vs-slower-vista-which-one-will-you-choose/2007/11/30&amp;title=Faster+XP+vs+Slower+Vista%3A+Which+One+Will+You+Choose%3F&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/faster-xp-vs-slower-vista-which-one-will-you-choose/2007/11/30" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/faster-xp-vs-slower-vista-which-one-will-you-choose/2007/11/30">Faster XP vs Slower Vista: Which One Will You Choose?</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/faster-xp-vs-slower-vista-which-one-will-you-choose/2007/11/30/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.maketecheasier.com

Served from: maketecheasier.com @ 2012-05-25 23:10:37 -->
