<?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: Sudo for Windows Vista</title>
	<atom:link href="http://www.howtogeek.com/howto/windows-vista/sudo-for-windows-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/windows-vista/sudo-for-windows-vista/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sun, 08 Nov 2009 07:56:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Johannes Rössel</title>
		<link>http://www.howtogeek.com/howto/windows-vista/sudo-for-windows-vista/comment-page-1/#comment-75090</link>
		<dc:creator>Johannes Rössel</dc:creator>
		<pubDate>Sat, 08 Aug 2009 07:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/sudo-for-windows-vista/#comment-75090</guid>
		<description>It&#039;s much easier to just launch the program with Ctrl+Shift+Enter after typing cmd in the start menu search box. Start++ has been, at least in the time I used it, a constant source of annoyances and slowdowns when dealing with the start menu.</description>
		<content:encoded><![CDATA[<p>It&#8217;s much easier to just launch the program with Ctrl+Shift+Enter after typing cmd in the start menu search box. Start++ has been, at least in the time I used it, a constant source of annoyances and slowdowns when dealing with the start menu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: altonius</title>
		<link>http://www.howtogeek.com/howto/windows-vista/sudo-for-windows-vista/comment-page-1/#comment-71733</link>
		<dc:creator>altonius</dc:creator>
		<pubDate>Mon, 11 May 2009 02:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/sudo-for-windows-vista/#comment-71733</guid>
		<description>rusas is very different than sudo.....

have a read of 
http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/193721.aspx

The big differnece between runas and admin are desribed as:

&quot;When you need to perform tasks that require elevated privileges, you use RunAs to start a program with the local Administrator account.  You quickly realize two things:

   1. The program running as local Administrator cannot access network resources, since your local account is recognized only on your own computer; and
   2. Any per-user settings apply to the local Administrator’s profile, not to the profile you normally work with.&quot;</description>
		<content:encoded><![CDATA[<p>rusas is very different than sudo&#8230;..</p>
<p>have a read of<br />
<a href="http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/193721.aspx" rel="nofollow">http://blogs.msdn.com/aaron_ma.....93721.aspx</a></p>
<p>The big differnece between runas and admin are desribed as:</p>
<p>&#8220;When you need to perform tasks that require elevated privileges, you use RunAs to start a program with the local Administrator account.  You quickly realize two things:</p>
<p>   1. The program running as local Administrator cannot access network resources, since your local account is recognized only on your own computer; and<br />
   2. Any per-user settings apply to the local Administrator’s profile, not to the profile you normally work with.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.howtogeek.com/howto/windows-vista/sudo-for-windows-vista/comment-page-1/#comment-67384</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Sun, 22 Feb 2009 00:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/sudo-for-windows-vista/#comment-67384</guid>
		<description>This utility is redundant.  XP and Vista come with the &#039;runas&#039; utility that allows you to run any program as any other user that your computer can authenticate.</description>
		<content:encoded><![CDATA[<p>This utility is redundant.  XP and Vista come with the &#8216;runas&#8217; utility that allows you to run any program as any other user that your computer can authenticate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.howtogeek.com/howto/windows-vista/sudo-for-windows-vista/comment-page-1/#comment-33615</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 17 Jan 2008 20:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/sudo-for-windows-vista/#comment-33615</guid>
		<description>In a text file named sudo.bat, in your path...
    runas /env /user:Administrator &quot;cmd /c %*&quot;

Works OK for me. 

sudo notepad C:\windows\system32\driver\etc\HOSTS

I have an &#039;su.bat&#039;, too.  Only difference is, it launches into a new cmd shell (which I colored red).
    runas /env /user:Administrator cmd 

You get a handy command prompt with &#039;Administrator&#039; privileges where you don&#039;t have to &#039;elevate&#039; individual commands.  .</description>
		<content:encoded><![CDATA[<p>In a text file named sudo.bat, in your path&#8230;<br />
    runas /env /user:Administrator &#8220;cmd /c %*&#8221;</p>
<p>Works OK for me. </p>
<p>sudo notepad C:\windows\system32\driver\etc\HOSTS</p>
<p>I have an &#8217;su.bat&#8217;, too.  Only difference is, it launches into a new cmd shell (which I colored red).<br />
    runas /env /user:Administrator cmd </p>
<p>You get a handy command prompt with &#8216;Administrator&#8217; privileges where you don&#8217;t have to &#8216;elevate&#8217; individual commands.  .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.howtogeek.com/howto/windows-vista/sudo-for-windows-vista/comment-page-1/#comment-26932</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Fri, 16 Nov 2007 10:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/sudo-for-windows-vista/#comment-26932</guid>
		<description>I wasn&#039;t saying it isn&#039;t useful - I am sure it is.  But if someone calls something a duck then people expect it to quack.  Now if it could run an application based on a rights to user table with a token that had the administrators group inserted without the use being an administrator then it could be called sudo and I would be pushing for a site license for the company I work at (so long as it passed a few security tests :).  But I suspect there is no was MS would allow this to be done.</description>
		<content:encoded><![CDATA[<p>I wasn&#8217;t saying it isn&#8217;t useful &#8211; I am sure it is.  But if someone calls something a duck then people expect it to quack.  Now if it could run an application based on a rights to user table with a token that had the administrators group inserted without the use being an administrator then it could be called sudo and I would be pushing for a site license for the company I work at (so long as it passed a few security tests <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .  But I suspect there is no was MS would allow this to be done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cody</title>
		<link>http://www.howtogeek.com/howto/windows-vista/sudo-for-windows-vista/comment-page-1/#comment-26886</link>
		<dc:creator>Cody</dc:creator>
		<pubDate>Thu, 15 Nov 2007 20:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/sudo-for-windows-vista/#comment-26886</guid>
		<description>This is very useful. Alt+Enter is nice, but this is a lot more versatile, especially considering it works in the command prompt. Sure, I could just type &quot;cmd&quot; in the Start search box and press Alt+Enter, but what if I&#039;m already in the command prompt and want to run bcdedit? I&#039;d have to open a new command prompt with administrative privileges just to do that. This saves me time, even if it isn&#039;t a true sudo (and who even said it was?).</description>
		<content:encoded><![CDATA[<p>This is very useful. Alt+Enter is nice, but this is a lot more versatile, especially considering it works in the command prompt. Sure, I could just type &#8220;cmd&#8221; in the Start search box and press Alt+Enter, but what if I&#8217;m already in the command prompt and want to run bcdedit? I&#8217;d have to open a new command prompt with administrative privileges just to do that. This saves me time, even if it isn&#8217;t a true sudo (and who even said it was?).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Murdoch</title>
		<link>http://www.howtogeek.com/howto/windows-vista/sudo-for-windows-vista/comment-page-1/#comment-20683</link>
		<dc:creator>Anthony Murdoch</dc:creator>
		<pubDate>Wed, 08 Aug 2007 06:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/sudo-for-windows-vista/#comment-20683</guid>
		<description>Sigh - I&#039;m so frustrated that UAC and tools like this keep getting called sudo.  A real sudo would allow the administrator to provide a list of applications that the user is allowed to run as an administrator.  With UAC you have the admin group membership - we will just pretend that you don&#039;t unless you ask for them.  A real sudo would be useful in cases where you don&#039;t want to give your users admin rights on their workstation but they have one application that will not work without admin rights.  UAC is &quot;lets give the user Admin rights whenever he asks for it and trust that he will never do anything wrong with it.</description>
		<content:encoded><![CDATA[<p>Sigh &#8211; I&#8217;m so frustrated that UAC and tools like this keep getting called sudo.  A real sudo would allow the administrator to provide a list of applications that the user is allowed to run as an administrator.  With UAC you have the admin group membership &#8211; we will just pretend that you don&#8217;t unless you ask for them.  A real sudo would be useful in cases where you don&#8217;t want to give your users admin rights on their workstation but they have one application that will not work without admin rights.  UAC is &#8220;lets give the user Admin rights whenever he asks for it and trust that he will never do anything wrong with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kory</title>
		<link>http://www.howtogeek.com/howto/windows-vista/sudo-for-windows-vista/comment-page-1/#comment-18305</link>
		<dc:creator>Kory</dc:creator>
		<pubDate>Sun, 17 Jun 2007 16:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/sudo-for-windows-vista/#comment-18305</guid>
		<description>While Manuel Wenk is partially correct (you can use alt+enter only from start menu&#039;s launch), and hank has a good idea with creating a shortcut with admin privileges, but this tool would still be very handy for running programs from a networked drive with admin privileges--especially if you don&#039;t want to use start menu.</description>
		<content:encoded><![CDATA[<p>While Manuel Wenk is partially correct (you can use alt+enter only from start menu&#8217;s launch), and hank has a good idea with creating a shortcut with admin privileges, but this tool would still be very handy for running programs from a networked drive with admin privileges&#8211;especially if you don&#8217;t want to use start menu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hank</title>
		<link>http://www.howtogeek.com/howto/windows-vista/sudo-for-windows-vista/comment-page-1/#comment-17413</link>
		<dc:creator>hank</dc:creator>
		<pubDate>Fri, 01 Jun 2007 20:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/sudo-for-windows-vista/#comment-17413</guid>
		<description>I setup a shorcut to CMD.exe and then set the shortcut to have administrative privileges.</description>
		<content:encoded><![CDATA[<p>I setup a shorcut to CMD.exe and then set the shortcut to have administrative privileges.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel</title>
		<link>http://www.howtogeek.com/howto/windows-vista/sudo-for-windows-vista/comment-page-1/#comment-17370</link>
		<dc:creator>Manuel</dc:creator>
		<pubDate>Fri, 01 Jun 2007 07:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/sudo-for-windows-vista/#comment-17370</guid>
		<description>&quot;The problem is that Windows Vista doesn&#039;t have a built-in command to launch an application in administrator mode.&quot;

That&#039;s not correct. Forget sudo, just launch the App or cmd by pressing Alt+Enter.

Greeting,
Manuel Wenk
MCAD</description>
		<content:encoded><![CDATA[<p>&#8220;The problem is that Windows Vista doesn&#8217;t have a built-in command to launch an application in administrator mode.&#8221;</p>
<p>That&#8217;s not correct. Forget sudo, just launch the App or cmd by pressing Alt+Enter.</p>
<p>Greeting,<br />
Manuel Wenk<br />
MCAD</p>
]]></content:encoded>
	</item>
</channel>
</rss>
