<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.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>Getting a CMD prompt as SYSTEM in Windows Vista and Windows Server 2008</title><link>http://blogs.technet.com/b/askds/archive/2008/10/22/getting-a-cmd-prompt-as-system-in-windows-vista-and-windows-server-2008.aspx</link><description>Ned here again. In the course of using Windows, it is occasionally useful to be someone besides&amp;hellip; you. Maybe you need to be an Administrator temporarily in order to fix a problem. Or maybe you need to be a different user as only they seem to have</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Getting a CMD prompt as SYSTEM in Windows Vista and Windows Server 2008</title><link>http://blogs.technet.com/b/askds/archive/2008/10/22/getting-a-cmd-prompt-as-system-in-windows-vista-and-windows-server-2008.aspx#3229744</link><pubDate>Thu, 23 Apr 2009 16:01:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3229744</guid><dc:creator>NedPyle [MSFT]</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Did you try the method above in section:&lt;/p&gt;
&lt;p&gt;&amp;quot;Method two and a half – REMOTE and the Task Scheduler&amp;quot;&lt;/p&gt;
&lt;p&gt;That gives the example of doing it with Network Service, and should work fine. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3229744" width="1" height="1"&gt;</description></item><item><title>re: Getting a CMD prompt as SYSTEM in Windows Vista and Windows Server 2008</title><link>http://blogs.technet.com/b/askds/archive/2008/10/22/getting-a-cmd-prompt-as-system-in-windows-vista-and-windows-server-2008.aspx#3229717</link><pubDate>Thu, 23 Apr 2009 15:13:05 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3229717</guid><dc:creator>permb</dc:creator><description>&lt;p&gt;Any idea on how to achieve the same thing for NT_AUTHORITY\NetworkService (S-1-5-20)? I tried using schtasks /RU S-1-5-20 to run cmd.exe but it never showed up as an interactive window.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3229717" width="1" height="1"&gt;</description></item><item><title>Thanks</title><link>http://blogs.technet.com/b/askds/archive/2008/10/22/getting-a-cmd-prompt-as-system-in-windows-vista-and-windows-server-2008.aspx#3189766</link><pubDate>Thu, 22 Jan 2009 13:47:12 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3189766</guid><dc:creator>SandeepAnand</dc:creator><description>&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;You and Mark Russinovich rule.&lt;/p&gt;
&lt;p&gt;Sandeep&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3189766" width="1" height="1"&gt;</description></item><item><title>re: Getting a CMD prompt as SYSTEM in Windows Vista and Windows Server 2008</title><link>http://blogs.technet.com/b/askds/archive/2008/10/22/getting-a-cmd-prompt-as-system-in-windows-vista-and-windows-server-2008.aspx#3140860</link><pubDate>Thu, 23 Oct 2008 16:48:33 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3140860</guid><dc:creator>NedPyle [MSFT]</dc:creator><description>&lt;p&gt;This is why I love working at MS - I get to hear interesting, clever ideas from customers all the time about how they do things. Thanks very much for telling us your technique, guyrleech. :)&lt;/p&gt;
&lt;p&gt;- Ned&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3140860" width="1" height="1"&gt;</description></item><item><title>re: Getting a CMD prompt as SYSTEM in Windows Vista and Windows Server 2008</title><link>http://blogs.technet.com/b/askds/archive/2008/10/22/getting-a-cmd-prompt-as-system-in-windows-vista-and-windows-server-2008.aspx#3140699</link><pubDate>Thu, 23 Oct 2008 12:17:11 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3140699</guid><dc:creator>guyrleech</dc:creator><description>&lt;p&gt;Another way is to use good old srvany.exe and create a service (via sc.exe) that uses this as the service binary to launch cmd.exe. On Vista, I make this service dependent on the &amp;quot;Interactive Services Detection&amp;quot; service in order to actually get a console window.&lt;/p&gt;
&lt;p&gt;Since I run as a non-admin user for security, I have used subinacl to set the permissions on my service to allow me to stop and start it so I can get a system cmd prompt via a &amp;quot;net start&amp;quot; shortcut on my desktop. Obviously wouldn't do this on shared systems!&lt;/p&gt;
&lt;p&gt;Does need installing compared with the other methods but worth doing on certain systems in my experience.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3140699" width="1" height="1"&gt;</description></item><item><title>re: Getting a CMD prompt as SYSTEM in Windows Vista and Windows Server 2008</title><link>http://blogs.technet.com/b/askds/archive/2008/10/22/getting-a-cmd-prompt-as-system-in-windows-vista-and-windows-server-2008.aspx#3140558</link><pubDate>Thu, 23 Oct 2008 04:19:24 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3140558</guid><dc:creator>NedPyle [MSFT]</dc:creator><description>&lt;p&gt;I will be updating this KB article with all the new ones. There were of course a few more added, not sure why I didn't remember them (just RODC alone added 3 new groups).&lt;/p&gt;
&lt;p&gt;Thanks for bringing this up Christopher!&lt;/p&gt;
&lt;p&gt;- Ned&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3140558" width="1" height="1"&gt;</description></item><item><title>re: Getting a CMD prompt as SYSTEM in Windows Vista and Windows Server 2008</title><link>http://blogs.technet.com/b/askds/archive/2008/10/22/getting-a-cmd-prompt-as-system-in-windows-vista-and-windows-server-2008.aspx#3140477</link><pubDate>Wed, 22 Oct 2008 22:54:04 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3140477</guid><dc:creator>NedPyle [MSFT]</dc:creator><description>&lt;p&gt;Mmmph - no clue! I'm not even sure if there were any new ones added to be honest. I'll check and reply back here.&lt;/p&gt;
&lt;p&gt;- Ned&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3140477" width="1" height="1"&gt;</description></item><item><title>re: Getting a CMD prompt as SYSTEM in Windows Vista and Windows Server 2008</title><link>http://blogs.technet.com/b/askds/archive/2008/10/22/getting-a-cmd-prompt-as-system-in-windows-vista-and-windows-server-2008.aspx#3140476</link><pubDate>Wed, 22 Oct 2008 22:46:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3140476</guid><dc:creator>Christopher_G_Lewis</dc:creator><description>&lt;p&gt;Any idea when this article ( &lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;243330"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;243330&lt;/a&gt; ) will be updated with well known sids for Vista &amp;amp; Server 2008?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3140476" width="1" height="1"&gt;</description></item></channel></rss>