<?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: Shutdown or Restart the Computer Using C#</title>
	<atom:link href="http://codehill.com/2009/01/shutdown-or-restart-the-computer-using-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://codehill.com/2009/01/shutdown-or-restart-the-computer-using-c/</link>
	<description>Premium Web Application Development</description>
	<lastBuildDate>Fri, 11 May 2012 06:51:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: sukshith</title>
		<link>http://codehill.com/2009/01/shutdown-or-restart-the-computer-using-c/#comment-253226</link>
		<dc:creator>sukshith</dc:creator>
		<pubDate>Tue, 29 Nov 2011 05:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.codehill.com/?p=73#comment-253226</guid>
		<description>use the assembly reference as shown below:It works

System.Diagnostics.ProcessStartInfo startinfo = new System.Diagnostics.ProcessStartInfo(&quot;shutdown.exe&quot;, &quot;-s&quot;);
System.Diagnostics.Process.Start(startinfo);</description>
		<content:encoded><![CDATA[<p>use the assembly reference as shown below:It works</p>
<p>System.Diagnostics.ProcessStartInfo startinfo = new System.Diagnostics.ProcessStartInfo(&#8220;shutdown.exe&#8221;, &#8220;-s&#8221;);<br />
System.Diagnostics.Process.Start(startinfo);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmad Moosa</title>
		<link>http://codehill.com/2009/01/shutdown-or-restart-the-computer-using-c/#comment-251463</link>
		<dc:creator>Ahmad Moosa</dc:creator>
		<pubDate>Thu, 24 Nov 2011 17:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.codehill.com/?p=73#comment-251463</guid>
		<description>&quot;are you missing a using directive or an assembly reference&quot;
this is your problem exactly as you have to reference  System.Diagnostics in order to use ProcessStartInfo class :)</description>
		<content:encoded><![CDATA[<p>&#8220;are you missing a using directive or an assembly reference&#8221;<br />
this is your problem exactly as you have to reference  System.Diagnostics in order to use ProcessStartInfo class <img src='http://codehill.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pankaj</title>
		<link>http://codehill.com/2009/01/shutdown-or-restart-the-computer-using-c/#comment-221674</link>
		<dc:creator>pankaj</dc:creator>
		<pubDate>Fri, 09 Sep 2011 10:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.codehill.com/?p=73#comment-221674</guid>
		<description>it&#039;s working ...


thanks</description>
		<content:encoded><![CDATA[<p>it&#8217;s working &#8230;</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fazil</title>
		<link>http://codehill.com/2009/01/shutdown-or-restart-the-computer-using-c/#comment-208156</link>
		<dc:creator>Fazil</dc:creator>
		<pubDate>Fri, 05 Aug 2011 11:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.codehill.com/?p=73#comment-208156</guid>
		<description>could you please tell me the proper syntax for shutdown....whenever i try to do this, it shows this error &quot; The type or namespace name &#039;ProcessStartInfo&#039; could not be found (are you missing a using directive or an assembly reference?) &quot;</description>
		<content:encoded><![CDATA[<p>could you please tell me the proper syntax for shutdown&#8230;.whenever i try to do this, it shows this error &#8221; The type or namespace name &#8216;ProcessStartInfo&#8217; could not be found (are you missing a using directive or an assembly reference?) &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K TEJ KUMAR</title>
		<link>http://codehill.com/2009/01/shutdown-or-restart-the-computer-using-c/#comment-137128</link>
		<dc:creator>K TEJ KUMAR</dc:creator>
		<pubDate>Thu, 10 Mar 2011 13:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.codehill.com/?p=73#comment-137128</guid>
		<description>I hope it works and thanks for the contribution</description>
		<content:encoded><![CDATA[<p>I hope it works and thanks for the contribution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepak baldia</title>
		<link>http://codehill.com/2009/01/shutdown-or-restart-the-computer-using-c/#comment-7346</link>
		<dc:creator>deepak baldia</dc:creator>
		<pubDate>Sat, 13 Mar 2010 06:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.codehill.com/?p=73#comment-7346</guid>
		<description>Code to Shutdown or Restart the Computer Using C#

ProcessStartInfo startinfo = new ProcessStartInfo(&quot;shutdown.exe&quot;, &quot;-s&quot;);
Process.Start(startinfo);</description>
		<content:encoded><![CDATA[<p>Code to Shutdown or Restart the Computer Using C#</p>
<p>ProcessStartInfo startinfo = new ProcessStartInfo(&#8220;shutdown.exe&#8221;, &#8220;-s&#8221;);<br />
Process.Start(startinfo);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

