<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - How To: Tell Vista&#39;s UAC What Privelege Level Your App Requires</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/jmazner/How-To-Tell-Vistas-UAC-What-Privelege-Level-Your-App-Requires/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/206514_100x75.jpg</url>
		<title>Channel 9 - How To: Tell Vista&#39;s UAC What Privelege Level Your App Requires</title>
		<link></link>
	</image>
	<description>Windows Vista&#39;s 
UAC feature is designed to minimize security risks by running most applications under a standard user token, lessening the risk that an attacker could gain admin rights to the machine.&amp;nbsp; UAC allows executables to

specify what privelege level they require -- if an app doesn&#39;t provide a specification, it will be run in the context of a standard user, but UAC will provide some virtualization features to make it appear as though certain admin tasks succeeded.Ian Griffiths presents another screencast that covers the default virtualization behavior, and then shows how to write a UAC manifest to specify a desired privelege level, for
 both native win32 apps and managed .NET apps.Be sure to also check out the UAC team&#39;s blog, as well as
How To: Use Vista&#39;s UAC Feature To Avoid Always Requiring Admin Rights.Here&#39;s an example of a manifest:&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&amp;lt;assembly xmlns=&amp;quot;urn:schemas-microsoft-com:asm.v1&amp;quot; manifestVersion=&amp;quot;1.0&amp;quot;&amp;gt;&amp;nbsp; &amp;lt;trustInfo xmlns=&amp;quot;urn:schemas-microsoft-com:asm.v3&amp;quot;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;security&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;requestedPrivileges&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;requestedExecutionLevel level=&amp;quot;asInvoker&amp;quot; /&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/requestedPrivileges&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/security&amp;gt;&amp;nbsp; &amp;lt;/trustInfo&amp;gt;&amp;lt;/assembly&amp;gt;</description>
	<link></link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 06:12:03 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 06:12:03 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: How To: Tell Vista&#39;s UAC What Privelege Level Your App Requires</title>
		<description>
			<![CDATA[Note that you don't need to edit the project file to add a Win32 resource to a C# project. You can do this through the UI. Go to the Application tab in Project Properties, then under Resources, click the Resource File radio button. Enter the path to your
 .res file in the edit box or use the browse button to locate it.<br /><br />If you still want your application to have an icon, you need to include it in your .rc file. You'll want something like:<br /><br />1 ICON DISCARDABLE &quot;myicon.ico&quot;<p>posted by Mike Dimmick</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/jmazner/How-To-Tell-Vistas-UAC-What-Privelege-Level-Your-App-Requires#c632887381750000000</link>
		<pubDate>Mon, 17 Jul 2006 13:02:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/jmazner/How-To-Tell-Vistas-UAC-What-Privelege-Level-Your-App-Requires#c632887381750000000</guid>
		<dc:creator>Mike Dimmick</dc:creator>
	</item>
	<item>
		<title>Re: How To: Tell Vista&#39;s UAC What Privelege Level Your App Requires</title>
		<description>
			<![CDATA[The problem here is that if you have existing resoures (version info) it gets overwritten, so the resulting executable doesn't have the version info - at least that's what's happening to my app.<br /><p>posted by BogeyMan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/jmazner/How-To-Tell-Vistas-UAC-What-Privelege-Level-Your-App-Requires#c633101967100000000</link>
		<pubDate>Thu, 22 Mar 2007 21:45:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/jmazner/How-To-Tell-Vistas-UAC-What-Privelege-Level-Your-App-Requires#c633101967100000000</guid>
		<dc:creator>BogeyMan</dc:creator>
	</item>
	<item>
		<title>Re: How To: Tell Vista&#39;s UAC What Privelege Level Your App Requires</title>
		<description>
			<![CDATA[Is it not possible to write a manafest in VB6 (SP5).&nbsp; Do I need to have VB.net?<br /><img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-8.gif' alt='Expressionless' /><p>posted by JohnEdward</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/jmazner/How-To-Tell-Vistas-UAC-What-Privelege-Level-Your-App-Requires#c633121792540000000</link>
		<pubDate>Sat, 14 Apr 2007 20:27:34 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/jmazner/How-To-Tell-Vistas-UAC-What-Privelege-Level-Your-App-Requires#c633121792540000000</guid>
		<dc:creator>JohnEdward</dc:creator>
	</item>
	<item>
		<title>Re: How To: Tell Vista&#39;s UAC What Privelege Level Your App Requires</title>
		<description>
			<![CDATA[The link to the video is broken, even when Silverlight is installed on your machine<br />&nbsp;<p>posted by Moss</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/jmazner/How-To-Tell-Vistas-UAC-What-Privelege-Level-Your-App-Requires#c634215216680000000</link>
		<pubDate>Fri, 01 Oct 2010 09:21:08 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/jmazner/How-To-Tell-Vistas-UAC-What-Privelege-Level-Your-App-Requires#c634215216680000000</guid>
		<dc:creator>Moss</dc:creator>
	</item>
</channel>
</rss>