<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to run your C# Application as Administrator in Windows Vista?</title>
	<atom:link href="http://www.enusbaum.com/blog/2007/08/26/how-to-run-your-c-application-as-administrator-in-windows-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.enusbaum.com/blog/2007/08/26/how-to-run-your-c-application-as-administrator-in-windows-vista/</link>
	<description>My little nerded out corner of the Internets!</description>
	<lastBuildDate>Wed, 03 Mar 2010 21:56:10 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Karel Boek</title>
		<link>http://www.enusbaum.com/blog/2007/08/26/how-to-run-your-c-application-as-administrator-in-windows-vista/comment-page-1/#comment-5150</link>
		<dc:creator>Karel Boek</dc:creator>
		<pubDate>Wed, 17 Feb 2010 10:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.enusbaum.com/blog/2007/08/26/how-to-run-your-c-application-as-administrator-in-windows-vista/#comment-5150</guid>
		<description>Good article; worked exactly as expected. Tip: In Visual Studio, you can add a manifest to your Windows Forms project, and on building, the manifest will automatically be embedded (assumed that the &quot;Icon and Manifest&quot; in the Application tab of the project properties is set to use the .manifest file)</description>
		<content:encoded><![CDATA[<p>Good article; worked exactly as expected. Tip: In Visual Studio, you can add a manifest to your Windows Forms project, and on building, the manifest will automatically be embedded (assumed that the &#8220;Icon and Manifest&#8221; in the Application tab of the project properties is set to use the .manifest file)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ameet</title>
		<link>http://www.enusbaum.com/blog/2007/08/26/how-to-run-your-c-application-as-administrator-in-windows-vista/comment-page-1/#comment-3526</link>
		<dc:creator>Ameet</dc:creator>
		<pubDate>Mon, 30 Mar 2009 09:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.enusbaum.com/blog/2007/08/26/how-to-run-your-c-application-as-administrator-in-windows-vista/#comment-3526</guid>
		<description>Realy Good Post,

Thanks a lot again !</description>
		<content:encoded><![CDATA[<p>Realy Good Post,</p>
<p>Thanks a lot again !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nagaraju</title>
		<link>http://www.enusbaum.com/blog/2007/08/26/how-to-run-your-c-application-as-administrator-in-windows-vista/comment-page-1/#comment-3313</link>
		<dc:creator>Nagaraju</dc:creator>
		<pubDate>Tue, 17 Feb 2009 10:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.enusbaum.com/blog/2007/08/26/how-to-run-your-c-application-as-administrator-in-windows-vista/#comment-3313</guid>
		<description>Hi,
I have developed a C# windows application. It changes IP address, Subnet mask and default gateway of the local machine and then connects to my controller&#039;s website. I used netsh.exe in my code to change the IP address. I have tried with WMI also. Both the ways it works fine with Windows XP. But, my application failed to change IP address of a machine with Windows Vista. 
I found that problem could be because my application is not running as an administrator. If I use manifest for my application and run as administrator, then netsh.exe inside my code also run as administrator? Does it resolve my problem?
Actually I tested my application on Windows XP since beginning. At the last moment I tested on Windows Vista and found that my application is not able to change IP address of the local machine.Now I am running short of time to release my application.Could some body  help me to resolve this problem? Its urgent. Any help would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have developed a C# windows application. It changes IP address, Subnet mask and default gateway of the local machine and then connects to my controller&#8217;s website. I used netsh.exe in my code to change the IP address. I have tried with WMI also. Both the ways it works fine with Windows XP. But, my application failed to change IP address of a machine with Windows Vista.<br />
I found that problem could be because my application is not running as an administrator. If I use manifest for my application and run as administrator, then netsh.exe inside my code also run as administrator? Does it resolve my problem?<br />
Actually I tested my application on Windows XP since beginning. At the last moment I tested on Windows Vista and found that my application is not able to change IP address of the local machine.Now I am running short of time to release my application.Could some body  help me to resolve this problem? Its urgent. Any help would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sujith</title>
		<link>http://www.enusbaum.com/blog/2007/08/26/how-to-run-your-c-application-as-administrator-in-windows-vista/comment-page-1/#comment-2751</link>
		<dc:creator>Sujith</dc:creator>
		<pubDate>Fri, 04 Jul 2008 16:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.enusbaum.com/blog/2007/08/26/how-to-run-your-c-application-as-administrator-in-windows-vista/#comment-2751</guid>
		<description>Thanks for your post, its very much useful.</description>
		<content:encoded><![CDATA[<p>Thanks for your post, its very much useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krunal</title>
		<link>http://www.enusbaum.com/blog/2007/08/26/how-to-run-your-c-application-as-administrator-in-windows-vista/comment-page-1/#comment-2494</link>
		<dc:creator>Krunal</dc:creator>
		<pubDate>Thu, 20 Mar 2008 11:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.enusbaum.com/blog/2007/08/26/how-to-run-your-c-application-as-administrator-in-windows-vista/#comment-2494</guid>
		<description>Can we disable Windows Vista confirmation popup and set it programatically?

Also I want to run my C# application as administrator only once and then after I want it to run as normal user.</description>
		<content:encoded><![CDATA[<p>Can we disable Windows Vista confirmation popup and set it programatically?</p>
<p>Also I want to run my C# application as administrator only once and then after I want it to run as normal user.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
