<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx</link><description>Besides reducing the number of prompts, one of the top requests we’ve gotten is a way to identify whether a window (particularly Command Prompt) is running with reduced privileges. If you asked for this, too, you’ll be happy to know that when Windows</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#685688</link><pubDate>Wed, 02 Aug 2006 01:00:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:685688</guid><dc:creator>Licantrop0</dc:creator><description>I (beta tester) prefer the Shield Icon instead of that long &amp;quot;Administrator: &amp;quot;, it's such a waste of space!</description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#685916</link><pubDate>Wed, 02 Aug 2006 04:42:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:685916</guid><dc:creator>Sean</dc:creator><description>Not a beta tester... &amp;nbsp;&lt;br&gt;&lt;br&gt;In XP Pro, I run with limited privileges but keep a prompt open with elevated privileges. &amp;nbsp;A batch file sets up the environment in that console window and that batch file sets the caption using the 'title' command. &amp;nbsp;Would 'Administrator:' go away or be prepended to the title that is set via a batch file?</description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#685987</link><pubDate>Wed, 02 Aug 2006 06:00:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:685987</guid><dc:creator>Aaron</dc:creator><description>Why not colour the window (some shade of red perhaps, but of course this would not work too well for Classic or Aero Basic views) or add a shield icon as Licantrop0 suggests?</description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#686355</link><pubDate>Wed, 02 Aug 2006 15:20:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:686355</guid><dc:creator>Mathias Raacke</dc:creator><description>In previous builds, it was possible to set a different background color for the elevated command prompt (that's much easier to recognize than just the little &amp;quot;Administrator:&amp;quot; text in the title bar).&lt;br&gt;&lt;br&gt;When I change the elevated backgorund color in 5472, the color also changes for the non-elevated prompt. Why did you make this change (or is this just a side-effect of other changes)? Please revert that change, different background colors are much better than just a text in the title.&lt;br&gt;&lt;br&gt;There's also no way to see if an explorer window is elevated. &lt;br&gt;&lt;br&gt;You should really consider making elevated windows easier to distinguish from non elevated windows, not just for cmd.exe, but fo rall windows.</description></item><item><title>Spawned processes aren't elevated</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#686379</link><pubDate>Wed, 02 Aug 2006 15:42:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:686379</guid><dc:creator>onovotny</dc:creator><description>The problem though, and it's there even in 5472, is that processes that you run from that elevated command prompt do not get a full admin token; those apps still need UAC consent. &amp;nbsp;Other apps do not even run.&lt;br&gt;&lt;br&gt;One thing that I did all the time in XP was to launch another instance of Explorer.exe (or the control panel, control.exe) from that admin command prompt. &amp;nbsp;In Vista that no longer works -- typing control does nothing. &amp;nbsp;&lt;br&gt;&lt;br&gt;Running services.msc or other apps that need full admin brings up a UAC prompt. &amp;nbsp;&lt;br&gt;&lt;br&gt;If someone has an admin command prompt, then any processes run from it should have the full admin token, not the lower-level one. &amp;nbsp; They should also be able to open another explorer / control panel process as that full admin to do other tasks.&lt;br&gt;&lt;br&gt;--Oren</description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#686455</link><pubDate>Wed, 02 Aug 2006 16:59:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:686455</guid><dc:creator>Aaron Margosis</dc:creator><description>@Licantrop0: &amp;nbsp;Text will also appear in the task bar, Alt-Tab UI, etc.&lt;br&gt;&lt;br&gt;@Sean: &amp;nbsp;If you run &amp;quot;TITLE My Elevated Cmd&amp;quot; from an elevated command prompt, the title bar will show, &amp;quot;Administrator: My Elevated Cmd&amp;quot;.&lt;br&gt;&lt;br&gt;@Aaron: Color is problematic. &amp;nbsp;In addition to accessibility issues (e.g., color blindness), don't forget that people can and do change all aspects of their UI.&lt;br&gt;&lt;br&gt;@Mathias Raacke: &amp;nbsp;How are you changing the color? &amp;nbsp;If you make a permanent change in the Properties window for the CMD prompt, it will affect all CMD windows running under that account, whether elevated or not. &amp;nbsp;If you start a particular instance with &amp;quot;CMD /T:FC&amp;quot; or run &amp;quot;COLOR FC&amp;quot; from within the running instance, it will affect just that one. &amp;nbsp;(&amp;quot;FC&amp;quot; is one example - it gives you red text on a white background.) &amp;nbsp;Suggestion: &amp;nbsp;create a shortcut to cmd.exe, change the command line to &amp;quot;cmd.exe /t:fc&amp;quot;, and change the advanced properties for the shortcut to run it as admin. &amp;nbsp;Now when you invoke that shortcut and consent to elevation, you'll get a command prompt with red on white, and &amp;quot;Administrator:&amp;quot; in the title bar.&lt;br&gt;&lt;br&gt;@onovotny: &amp;nbsp;It depends on what process you're trying to start. &amp;nbsp;Any process directly created from an elevated command prompt will also run elevated. &amp;nbsp;However, some processes - particularly Explorer - are designed to be single-instance programs. &amp;nbsp;When you start a new Explorer process, it checks to see whether there is an existing Explorer instance already running, and passes control to it. &amp;nbsp;(Control.exe invokes Explorer.)</description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#686457</link><pubDate>Wed, 02 Aug 2006 17:02:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:686457</guid><dc:creator>Aaron Margosis</dc:creator><description>@onovotny: &amp;nbsp;BTW, when I run services.msc from an elevated command prompt, I don't get a UAC prompt - it just runs as admin.</description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#686834</link><pubDate>Wed, 02 Aug 2006 23:19:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:686834</guid><dc:creator>Naveed Ihsanullah</dc:creator><description>I really believe that you need to have an at a glance indicator for all windows of elevated processes. &lt;br&gt;&lt;br&gt;I understand that you consider most usage scenarios that have long running elevated processes to be detrimental to system security. They probablly are. Users will do what they want to/have to, however. &lt;br&gt;&lt;br&gt;It is annoying to confuse your elevated and non elevated instances of applications. I do it all the time to test dynamic app functionality based on current token.</description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#687183</link><pubDate>Thu, 03 Aug 2006 05:58:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:687183</guid><dc:creator>onovotny</dc:creator><description>Aaron,&lt;br&gt;&lt;br&gt;W.r.t. the Explorer issue, this is something that has changed since XP for the worse. &amp;nbsp;In XP I could have multiple explorer.exe processes, one as my regular user and one as admin.&lt;br&gt;&lt;br&gt;Having multiple instances of Explorer makes file operations far easier -- I don't want to have to use the command line to manipulate folders/files as an Admin -- all I really want is an elevated Explorer window. &amp;nbsp;Given that this worked in XP, it seems like a huge step backwards in Vista.</description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#687343</link><pubDate>Thu, 03 Aug 2006 10:50:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:687343</guid><dc:creator>Luca</dc:creator><description>Nice. I love UAC.</description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#687611</link><pubDate>Thu, 03 Aug 2006 18:11:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:687611</guid><dc:creator>Andy C</dc:creator><description>Have to say I agree with those calling for all elevated applications to have some form of visual indication that they are indeed elevated. Couldn't they have some sort of glow effect, similar to the one on the min/max/close buttons, but all around the window frame?</description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#688650</link><pubDate>Fri, 04 Aug 2006 19:15:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:688650</guid><dc:creator>Luca</dc:creator><description>Another idea could be to change the default background colour of the title. With the basic interface the skin is coloured with light blue, so it could change to red for elevated windows, especially when you're using a standard account.</description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#690980</link><pubDate>Mon, 07 Aug 2006 17:44:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:690980</guid><dc:creator>Newsha</dc:creator><description>&lt;P&gt;The Windows Explorer does not have a title at all (Vista Aero) - could you put "Administrator" in its title bar when applicable?&lt;/P&gt;
&lt;div class=uacReply&gt;
&lt;P&gt;The &lt;EM&gt;stated&lt;/EM&gt; intent is that it shouldn't be applicable -- the plan is to make Explorer a truly single-instance process, always running in the same non-admin security context.&lt;/P&gt;
&lt;P&gt;-- Aaron Margosis&lt;/P&gt;&lt;/div&gt;</description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#693417</link><pubDate>Wed, 09 Aug 2006 19:19:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:693417</guid><dc:creator>Luca</dc:creator><description>@onovotny&lt;br&gt;&lt;br&gt;With Windows Vista Explorer you don't need to open multiple instances because you have a tree view on the left.</description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#694734</link><pubDate>Fri, 11 Aug 2006 00:18:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:694734</guid><dc:creator>Licantrop0</dc:creator><description>@Aaron Margosis: you reply that Text &amp;quot;Administrator: &amp;quot; also appears in taskbar, but why 2 icons can't appear in the same minimized window in taskbar?&lt;br&gt;&lt;br&gt;Where is all that WPF Microsoft is developing?&lt;br&gt;&lt;br&gt;I mean, something like this:&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://img118.imageshack.us/img118/6181/admincmdru0.jpg"&gt;http://img118.imageshack.us/img118/6181/admincmdru0.jpg&lt;/a&gt;&lt;br&gt;(just a bad paint editing)&lt;br&gt;&lt;br&gt;Isn't really better?</description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#695226</link><pubDate>Fri, 11 Aug 2006 11:56:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:695226</guid><dc:creator>mark</dc:creator><description>I just want to know what about the new UAC security policy&amp;quot;Only elevate UIAccess applications that are installed in secure locations&amp;quot;?&lt;br&gt;&lt;br&gt;Thanks a lot:)</description></item><item><title>UACBlog : Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#695799</link><pubDate>Fri, 11 Aug 2006 21:37:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:695799</guid><dc:creator>The Daily Ramblings of an SMS Engineer</dc:creator><description>Earlier today a colleague was in my office and he sharing his experiences with Vista.&amp;amp;amp;nbsp; One of his...</description></item><item><title>System Center Products  &amp;raquo; Blog Archive   &amp;raquo; UACBlog : Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#695824</link><pubDate>Fri, 11 Aug 2006 21:55:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:695824</guid><dc:creator>System Center Products  » Blog Archive   » UACBlog : Administrator Marking for Command Prompt</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://systemcenter.wordpress.com/2006/08/11/uacblog-administrator-marking-for-command-prompt/"&gt;http://systemcenter.wordpress.com/2006/08/11/uacblog-administrator-marking-for-command-prompt/&lt;/a&gt;</description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#699665</link><pubDate>Mon, 14 Aug 2006 18:34:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:699665</guid><dc:creator>Luca</dc:creator><description>UAC should be hard coded enabled i.e. it should be impossible to disable by a registry trick otherwise a malware can disable it and security become useless.&lt;br&gt;Please don't allow UAC to be disabled.&lt;br&gt;An idea should be makes some basic UAC functions hard coded enabled, and more advanced features optional.</description></item><item><title>re: Administrator Marking for cmd; shield icon</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#700289</link><pubDate>Tue, 15 Aug 2006 02:04:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:700289</guid><dc:creator>PSchuetz</dc:creator><description>Hey,&lt;br&gt;&lt;br&gt;I like the idea from &amp;quot;Licantrop0&amp;quot; for an replacement or addition of the Shield Icon for an elevated command prompt!&lt;br&gt;&lt;br&gt;@Aaron Margosis and UAC team, why not set the Administrator marking for elevated cmd as default and give the users the option/ability to change this behavior in the settings. In order that you can set, that you want the Shield Icon instead of the Administrator marking, or additionally to the Administrator marking!&lt;br&gt;&lt;br&gt;So all users are happy and blind users/accessibility issues are supported.&lt;br&gt;&lt;br&gt;Thx in advance!&lt;br&gt;&lt;br&gt;best regards,&lt;br&gt;&lt;br&gt;PSchuetz</description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#707812</link><pubDate>Sat, 19 Aug 2006 20:45:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:707812</guid><dc:creator>Luca</dc:creator><description>@PSchuetz&lt;br&gt;if you make the admin indication optional, this means a trojan can modify this setting in order to masquerade something.&lt;br&gt;And this is the main reason I would like UAC to be hard coded and not optional.</description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#708244</link><pubDate>Sun, 20 Aug 2006 01:01:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:708244</guid><dc:creator>PSchuetz</dc:creator><description>Hey Luca,&lt;br&gt;&lt;br&gt;hmm, but you can't protect it from change by an password requirement or something, or is this impossible?!&lt;br&gt;&lt;br&gt;Or you make it only selectable..(Between Administration marking and only the Shield Icon..!)&lt;br&gt;&lt;br&gt;If you hardcode both versions, and you can change the option only with an password or such thing, maleware can't change it!&lt;br&gt;&lt;br&gt;Thx in advance!&lt;br&gt;&lt;br&gt;best regards,&lt;br&gt;&lt;br&gt;PSchuetz</description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#710775</link><pubDate>Mon, 21 Aug 2006 17:18:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:710775</guid><dc:creator>smisraindia</dc:creator><description>ProgIDFromCLSID is getting failed for Administrator Marking for Command Prompt.&lt;br&gt;&lt;br&gt;To get an idea of issue,&lt;br&gt;&lt;br&gt;I have written a simple MFC appliaction with following code.When we open the vcproj file and run the appliaction from Administrator Marking for Command Prompt, pOleStr retruns as NULL.&lt;br&gt; &amp;nbsp;&lt;br&gt;&lt;br&gt;HRESULT hr;&lt;br&gt;LPOLESTR pOleStr;&lt;br&gt;CLSID clsid;&lt;br&gt;LPOLESTR strCLSID = L&amp;quot;{7AABBB95-79BE-4C0F-8024-EB6AF271231C}&amp;quot;;&lt;br&gt;CLSIDFromString( strCLSID, &amp;amp;clsid );&lt;br&gt;hr = ProgIDFromCLSID(clsid, &amp;amp;pOleStr);&lt;br&gt;&lt;br&gt;However, same code works fine for normal command prompt.&lt;br&gt;&lt;br&gt;Please note that I have also marked the appliaction with UAC manifest, but still ProgIDFromCLSID gets failed for Administrator Marking for Command Prompt.&lt;br&gt;&lt;br&gt; &amp;nbsp;&amp;lt;trustInfo xmlns=&amp;quot;urn:schemas-microsoft-com:asm.v3&amp;quot;&amp;gt;&lt;br&gt; &amp;nbsp; &amp;nbsp;&amp;lt;security&amp;gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;requestedPrivileges&amp;gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;requestedExecutionLevel&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;level=&amp;quot;requireAdministrator&amp;quot;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;uiAccess=&amp;quot;false&amp;quot;/&amp;gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/requestedPrivileges&amp;gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/security&amp;gt;&lt;br&gt; &amp;nbsp;&amp;lt;/trustInfo&amp;gt;&lt;br&gt;&lt;br&gt;Could some body help me to find the casue of the issue?&lt;br&gt;&lt;br&gt;-Saurabh&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt; &amp;nbsp; </description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#719271</link><pubDate>Fri, 25 Aug 2006 01:42:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:719271</guid><dc:creator>546456</dc:creator><description>45645</description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#729596</link><pubDate>Tue, 29 Aug 2006 10:23:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:729596</guid><dc:creator>Will</dc:creator><description>Very nice! Glad to see this in build 5563. :D</description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#741635</link><pubDate>Tue, 05 Sep 2006 23:48:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:741635</guid><dc:creator>Dan Christensen</dc:creator><description>Running the command line as Administrator is functional, but what I really want is the ability to execute certain commands as an administrator. I am a software developer and often use the command prompt to check code out from source control, build and then copy the executable to their target directory. The only one of these steps that requires elevated privileges is the last one. I don't want to check out the code, or build the code using elevated privileges. This means that I need to keep two command shells open. A normal command shell to checkout and build and then an elevated command shell to copy the files. This is really aggravating. </description></item><item><title>UAC Improvements in Release Candidate 1 (RC1) and Video</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#741858</link><pubDate>Wed, 06 Sep 2006 02:14:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:741858</guid><dc:creator>UACBlog</dc:creator><description>We’d like to thank all of the Windows Vista beta testers for using and giving us feedback on User Account...</description></item><item><title>UAC Improvements in Release Candidate 1 (RC1) and Video</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#744464</link><pubDate>Thu, 07 Sep 2006 17:27:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:744464</guid><dc:creator>UACBlog</dc:creator><description>We’d like to thank all of the Windows Vista beta testers for using and giving us feedback on User Account...</description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#1255111</link><pubDate>Mon, 11 Dec 2006 05:28:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1255111</guid><dc:creator>Orion Edwards</dc:creator><description>&lt;p&gt;Here I am hacking about on the command line building some java stuff, and I decide I want to delete some tomcat log files - which requires admin. &lt;/p&gt;
&lt;p&gt;Now, I SHOULD be able to type 'sudo del *.log' and &amp;nbsp;OK the UAC confirmation, and then drop straight back to low-privs, however I have to instead spin up and keep track of and synchronize an entirely different new command prompt!&lt;/p&gt;
&lt;p&gt;WTF?!?!?! Unix has only had this for like 8000 years, and it's easily enough done... so where is it?!&lt;/p&gt;
</description></item><item><title>Installing the TFS Power Toys on Vista</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#1450279</link><pubDate>Thu, 11 Jan 2007 14:29:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1450279</guid><dc:creator>Microsoft Developer Tools : UK Sales Team</dc:creator><description>&lt;p&gt;If you try and install the Team Foundation Server Power Toys (or Tools) on a Vista machine, you may well&lt;/p&gt;
</description></item><item><title>re: Administrator Marking for Command Prompt</title><link>http://blogs.msdn.com/uac/archive/2006/08/01/685645.aspx#1836101</link><pubDate>Thu, 08 Mar 2007 16:02:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1836101</guid><dc:creator>kanagaraj.P</dc:creator><description>&lt;p&gt;how to run the cmd.exe without administrator privileges...&lt;/p&gt;
</description></item></channel></rss>