<?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>Code Library &#187; Vista</title>
	<atom:link href="http://www.ucosoft.com/tag/vista/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ucosoft.com</link>
	<description>Free Source Code and Program Tips</description>
	<lastBuildDate>Thu, 22 Jul 2010 05:17:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to launch an Application with Admin privileges in VISTA</title>
		<link>http://www.ucosoft.com/how-to-launch-an-application-with-admin-privileges-in-vista.html</link>
		<comments>http://www.ucosoft.com/how-to-launch-an-application-with-admin-privileges-in-vista.html#comments</comments>
		<pubDate>Fri, 09 Mar 2007 07:36:57 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.ucosoft.com/archives/75.html</guid>
		<description><![CDATA[When you develop some admin utility, which will need the administrator privilege to configures some H/W connected ove LAN, etc. And you will found that the application is running propertyly in XP just by a double click of the mouse, where as in VISTA if you run it as Administrator then only running. So, how [...]]]></description>
			<content:encoded><![CDATA[<p>When you develop some admin utility, which will need the administrator privilege to configures some H/W connected ove LAN, etc. And you will found that the application is running propertyly in XP just by a double click of the mouse, where as in VISTA if you run it as Administrator then only running.</p>
<p>So, how to get the privileges to your utility through programatically at the time of setup?</p>
<p>Here is the solution provided by <em><u>David Lowndes</u></em>:</p>
<p>To achieving this privilege, you need to add a manifest to your application that specifies a requestedExecutiionLevel of &#8220;<strong>requireAdminstrator</strong>&#8221; &#8211; whick tells Vista that it needs to run elevated.</p>

	Tags: <strong><a href="http://www.ucosoft.com/tag/api" title="API" rel="tag">API</a>, <a href="http://www.ucosoft.com/tag/tips" title="Tips" rel="tag">Tips</a>, <a href="http://www.ucosoft.com/tag/vista" title="Vista" rel="tag">Vista</a></strong><br />
]]></content:encoded>
			<wfw:commentRss>http://www.ucosoft.com/how-to-launch-an-application-with-admin-privileges-in-vista.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

