<?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; UAC</title>
	<atom:link href="http://maketecheasier.com/tag/uac/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 20 Nov 2009 13:39:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 can use the [...]<p><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>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/how-to-dual-boot-win-vista-with-windows-7/2009/01/11' rel='bookmark' title='Permanent Link: How to Dual Boot Windows Vista And Windows 7'>How to Dual Boot Windows Vista And Windows 7</a></li><li><a href='http://maketecheasier.com/make-your-windows-xpvista-functions-like-windows-7/2009/01/13' rel='bookmark' title='Permanent Link: Make Your Windows XP/Vista Functions Like Windows 7'>Make Your Windows XP/Vista Functions Like Windows 7</a></li><li><a href='http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04' rel='bookmark' title='Permanent Link: How To Uninstall Windows 7 And Return The Partition To Vista'>How To Uninstall Windows 7 And Return The Partition To Vista</a></li><li><a href='http://maketecheasier.com/windows-vista-shortcut-keys-with-the-window-button/2008/01/15' rel='bookmark' title='Permanent Link: Windows Vista Shortcut Keys With The Window Button'>Windows Vista Shortcut Keys With The Window Button</a></li><li><a href='http://maketecheasier.com/run-linux-apps-in-windows/2008/03/24' rel='bookmark' title='Permanent Link: Run Linux Apps In Windows'>Run Linux Apps In Windows</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://images.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>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://images.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://images.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--></p>
<p><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>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/how-to-dual-boot-win-vista-with-windows-7/2009/01/11' rel='bookmark' title='Permanent Link: How to Dual Boot Windows Vista And Windows 7'>How to Dual Boot Windows Vista And Windows 7</a></li><li><a href='http://maketecheasier.com/make-your-windows-xpvista-functions-like-windows-7/2009/01/13' rel='bookmark' title='Permanent Link: Make Your Windows XP/Vista Functions Like Windows 7'>Make Your Windows XP/Vista Functions Like Windows 7</a></li><li><a href='http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04' rel='bookmark' title='Permanent Link: How To Uninstall Windows 7 And Return The Partition To Vista'>How To Uninstall Windows 7 And Return The Partition To Vista</a></li><li><a href='http://maketecheasier.com/windows-vista-shortcut-keys-with-the-window-button/2008/01/15' rel='bookmark' title='Permanent Link: Windows Vista Shortcut Keys With The Window Button'>Windows Vista Shortcut Keys With The Window Button</a></li><li><a href='http://maketecheasier.com/run-linux-apps-in-windows/2008/03/24' rel='bookmark' title='Permanent Link: Run Linux Apps In Windows'>Run Linux Apps In Windows</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 Tools To Make Vista&#8217;s UAC Less Annoying Without Compromising Your Security</title>
		<link>http://maketecheasier.com/4-tools-to-make-vistas-uac-less-annoying-without-compromising-your-security/2008/11/13</link>
		<comments>http://maketecheasier.com/4-tools-to-make-vistas-uac-less-annoying-without-compromising-your-security/2008/11/13#comments</comments>
		<pubDate>Thu, 13 Nov 2008 06:03:10 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[UAC]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1091</guid>
		<description><![CDATA[
No doubt the Vista User Account Control (UAC) is the single biggest irritation in the whole operating system, but if you are thinking of turning it off altogether, you better think twice. UAC is a security feature that can help prevent unauthorized changes to your computer. By turning it off, you will lose all protection [...]<p><strong><a href="http://maketecheasier.com/4-tools-to-make-vistas-uac-less-annoying-without-compromising-your-security/2008/11/13">4 Tools To Make Vista&#8217;s UAC Less Annoying Without Compromising Your Security</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/a-quick-look-at-microsoft-security-essentials-free-antivirus-software/2009/06/24' rel='bookmark' title='Permanent Link: A Quick Look At Microsoft Security Essentials Free Antivirus Software'>A Quick Look At Microsoft Security Essentials Free Antivirus Software</a></li><li><a href='http://maketecheasier.com/auto-clean-windows-vista-by-scheduling-ccleaner/2009/02/02' rel='bookmark' title='Permanent Link: How To Auto-Clean Windows Vista With CCleaner'>How To Auto-Clean Windows Vista With CCleaner</a></li><li><a href='http://maketecheasier.com/tweak-your-windows-with-ultimate-windows-tweaker/2009/05/14' rel='bookmark' title='Permanent Link: Tweak Your Windows With Ultimate Windows Tweaker'>Tweak Your Windows With Ultimate Windows Tweaker</a></li><li><a href='http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04' rel='bookmark' title='Permanent Link: VistaUACMaker Makes Your XP Apps Compatible With Windows Vista &amp; 7'>VistaUACMaker Makes Your XP Apps Compatible With Windows Vista &amp; 7</a></li><li><a href='http://maketecheasier.com/increase-efficiency-use-windows-vista-shortcut-keys/2007/12/20' rel='bookmark' title='Permanent Link: Increase Efficiency: Use Windows Vista Shortcut keys'>Increase Efficiency: Use Windows Vista Shortcut keys</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1092" title="uac" src="http://images.maketecheasier.com/2008/11/uac.jpg" alt="UAC" width="440" height="242" /></p>
<p>No doubt the Vista User Account Control (UAC) is the single biggest irritation in the whole operating system, but if you are thinking of turning it off altogether, you better think twice. UAC is a security feature that can help prevent unauthorized changes to your computer. By turning it off, you will lose all protection and put yourself in great risk of virus and malware attack. Hopefully, you have not forgotten that Windows has the most number of virus attack in the World.</p>
<p>A better way to deal with the UAC is to tweak it such that it continues to run in the background without popping out the annoying prompt every few seconds. Here are four software that you can use to make your UAC less annoying without compromising your security.</p>
<h3><a href="http://www.tweak-uac.com" target="_blank">TweakUAC</a></h3>
<p><img class="alignnone size-full wp-image-1093" title="tweak-uac" src="http://images.maketecheasier.com/2008/11/tweak-uac.jpg" alt="tweak-uac" width="407" height="294" /></p>
<p>TweakUAC is a simple tool that allows you to switch your UAC to quiet mode. In other word, it allows you to easily disable the UAC without having to restart the computer. In the quiet mode, you will be elevated to the adminisrator privilege and there won&#8217;t be any annoying prompts that pop up every few seconds. This mode is ideal when you need to perform some administrator tasks such as installing/uninstalling applications, cleaning up your system, moving files around and etc.</p>
<p>There is no installation required for TweakUAC. You simply double click on the application to run it. Whenever you are done with your stuff, just run the application again to turn the UAC back on. A neat and simple tool that doesn&#8217;t take up much memory and space.</p>
<h3><a href="http://www.replaceuac.com" target="_blank">Smart UAC</a></h3>
<p><img class="alignnone size-full wp-image-1094" title="smartuac" src="http://images.maketecheasier.com/2008/11/smartuac.jpg" alt="SmartUAC" width="460" height="316" /></p>
<p>What SmartUAC does is to replace the UAC with a more powerful and intelligent user control. After the installation, the standard UAC will be disabled and the SmartUAC will take control of the system. In the event where there are potential threats occur, the SmartUAC prompts will appear rather than the standard UAC popup. The difference between the two prompts is that you can get SmartUAC to remember your selection so that it can automatically handle the same event next time it occurs. The longer you use SmartUAC, the less popup you will see.</p>
<p>In addition, SmartUAC also runs in the background and scan the programs for any malicious threat. When such threat is found, a Red Alert prompt will appear to inform you of the potential danger. Similarly, you can pick the course of action for SmartUAC to handle for future event.</p>
<h3><a href="http://www.nortonlabs.com/inthelab/uac.php" target="_blank">Norton User Account Control tool</a></h3>
<p><img class="alignnone size-full wp-image-1095" title="nortonlab" src="http://images.maketecheasier.com/2008/11/nortonlab.jpg" alt="Norton Lab" width="466" height="311" /></p>
<p>Unlike SmartUAc, the Norton User Account Control tool will replace only parts of the standard UAC. It will continue to utilize the UAC security feature while providing a more informative and user-friendly interface. When a standard UAC prompt appears, it only inform you of the program that is running. It does not recommend any action or remember your choice. Norton UAC tool is different in such that it displays the security information (signature information of the application) and prompts recommendations based on an assessment on the user-action. There is also a &#8220;remember me&#8221; feature that allows users to suppress future prompts from the same action.</p>
<p>As can be seen, Norton UAC tool collects user input and is able to make its own assessment without any unnecessary prompts. This is definitely a better and less annoying way than the standard UAC to manage your system.</p>
<h3><a href="http://www.uacsnooze.com/" target="_blank">UAC Snooze</a></h3>
<p><img class="alignnone size-full wp-image-1096" title="uacsnooze" src="http://images.maketecheasier.com/2008/11/uacsnooze.jpg" alt="uacsnooze" width="387" height="200" /></p>
<p>As its name implies, UAC Snooze allows you to temporary stop UAC prompts for a user-defined amount of time and then automatically turn it on once the time is up. During this time, you will be granted elevated privileges so that you can perform all your administrator tasks. The snooze can be set by simply clicking the icon on the system tray.</p>
<p>This is a simple tool that allows you to do your stuff without the annoying UAC prompt. In case you forgot to turn it back on after you are done, the snooze function will come in handy.</p>
<p>UAC Snooze comes with a 30 days trial period after which it costs $5 to register.</p>
<p>How do you deal with the annoying UAC?</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/4-tools-to-make-vistas-uac-less-annoying-without-compromising-your-security/2008/11/13">4 Tools To Make Vista&#8217;s UAC Less Annoying Without Compromising Your Security</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/a-quick-look-at-microsoft-security-essentials-free-antivirus-software/2009/06/24' rel='bookmark' title='Permanent Link: A Quick Look At Microsoft Security Essentials Free Antivirus Software'>A Quick Look At Microsoft Security Essentials Free Antivirus Software</a></li><li><a href='http://maketecheasier.com/auto-clean-windows-vista-by-scheduling-ccleaner/2009/02/02' rel='bookmark' title='Permanent Link: How To Auto-Clean Windows Vista With CCleaner'>How To Auto-Clean Windows Vista With CCleaner</a></li><li><a href='http://maketecheasier.com/tweak-your-windows-with-ultimate-windows-tweaker/2009/05/14' rel='bookmark' title='Permanent Link: Tweak Your Windows With Ultimate Windows Tweaker'>Tweak Your Windows With Ultimate Windows Tweaker</a></li><li><a href='http://maketecheasier.com/modify-xp-apps-to-windows-7-compatible/2009/11/04' rel='bookmark' title='Permanent Link: VistaUACMaker Makes Your XP Apps Compatible With Windows Vista &amp; 7'>VistaUACMaker Makes Your XP Apps Compatible With Windows Vista &amp; 7</a></li><li><a href='http://maketecheasier.com/increase-efficiency-use-windows-vista-shortcut-keys/2007/12/20' rel='bookmark' title='Permanent Link: Increase Efficiency: Use Windows Vista Shortcut keys'>Increase Efficiency: Use Windows Vista Shortcut keys</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/4-tools-to-make-vistas-uac-less-annoying-without-compromising-your-security/2008/11/13/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
