<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Running a CMD prompt as System (XP and Vista)</title>
	<atom:link href="http://verbalprocessor.com/2007/12/05/running-a-cmd-prompt-as-local-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://verbalprocessor.com/2007/12/05/running-a-cmd-prompt-as-local-system/</link>
	<description>Jarvis&#039;s Ramblings</description>
	<lastBuildDate>Fri, 27 Jan 2012 02:19:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Karen</title>
		<link>http://verbalprocessor.com/2007/12/05/running-a-cmd-prompt-as-local-system/#comment-1880</link>
		<dc:creator><![CDATA[Karen]]></dc:creator>
		<pubDate>Tue, 03 Jan 2012 03:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://verbalprocess.wordpress.com/2007/12/05/running-a-cmd-prompt-as-local-system/#comment-1880</guid>
		<description><![CDATA[Thank you!  Despite using &quot;Run as admin&quot;, my cmd kept just running as the local user... so this fixed the problem.  Cheers]]></description>
		<content:encoded><![CDATA[<p>Thank you!  Despite using &#8220;Run as admin&#8221;, my cmd kept just running as the local user&#8230; so this fixed the problem.  Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to reset Windows Service SDDL ACL &#124; A Simple Man, A Complex Mind</title>
		<link>http://verbalprocessor.com/2007/12/05/running-a-cmd-prompt-as-local-system/#comment-1582</link>
		<dc:creator><![CDATA[How to reset Windows Service SDDL ACL &#124; A Simple Man, A Complex Mind]]></dc:creator>
		<pubDate>Mon, 20 Dec 2010 04:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://verbalprocess.wordpress.com/2007/12/05/running-a-cmd-prompt-as-local-system/#comment-1582</guid>
		<description><![CDATA[[...] SDDL Description SDDL: Allow users to restart a service. Running a command prompt as local system user. Reset Windows 2003 Domain Admin Password   This entry was posted in Windows, Windows 2003, Windows [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SDDL Description SDDL: Allow users to restart a service. Running a command prompt as local system user. Reset Windows 2003 Domain Admin Password   This entry was posted in Windows, Windows 2003, Windows [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to reset Windows Service SDDL ACL &#124; A Simple Man, A Complex Mind</title>
		<link>http://verbalprocessor.com/2007/12/05/running-a-cmd-prompt-as-local-system/#comment-1574</link>
		<dc:creator><![CDATA[How to reset Windows Service SDDL ACL &#124; A Simple Man, A Complex Mind]]></dc:creator>
		<pubDate>Tue, 14 Dec 2010 16:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://verbalprocess.wordpress.com/2007/12/05/running-a-cmd-prompt-as-local-system/#comment-1574</guid>
		<description><![CDATA[[...] SDDL Description SDDL: Allow users to restart a service. Running a command prompt as local system user. Reset Windows 2003 Domain Admin Password   This entry was posted in General, Windows, Windows 2003, [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SDDL Description SDDL: Allow users to restart a service. Running a command prompt as local system user. Reset Windows 2003 Domain Admin Password   This entry was posted in General, Windows, Windows 2003, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarvis</title>
		<link>http://verbalprocessor.com/2007/12/05/running-a-cmd-prompt-as-local-system/#comment-1306</link>
		<dc:creator><![CDATA[Jarvis]]></dc:creator>
		<pubDate>Tue, 23 Mar 2010 12:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://verbalprocess.wordpress.com/2007/12/05/running-a-cmd-prompt-as-local-system/#comment-1306</guid>
		<description><![CDATA[Andy,
I have been aware of that method. Sherry links to the same method above. However I just confirmed that this method does not work in Windows 7. It opens up a command prompt, but if you run the command &quot;whoami&quot; it will show that the command prompt is running as the currently logged on user account.]]></description>
		<content:encoded><![CDATA[<p>Andy,<br />
I have been aware of that method. Sherry links to the same method above. However I just confirmed that this method does not work in Windows 7. It opens up a command prompt, but if you run the command &#8220;whoami&#8221; it will show that the command prompt is running as the currently logged on user account.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://verbalprocessor.com/2007/12/05/running-a-cmd-prompt-as-local-system/#comment-1304</link>
		<dc:creator><![CDATA[andy]]></dc:creator>
		<pubDate>Mon, 22 Mar 2010 20:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://verbalprocess.wordpress.com/2007/12/05/running-a-cmd-prompt-as-local-system/#comment-1304</guid>
		<description><![CDATA[i just discovered how to run CMD window as system in Vista, without the need for third party software. just simply cover the same proceedure as above for XP, bu this time using the following command in vista:

schtasks /create /SC ONCE /TN CMD /TR &quot;CMD&quot; /ST HH:MM 

where HH:MM is the time you want cmd to launch.]]></description>
		<content:encoded><![CDATA[<p>i just discovered how to run CMD window as system in Vista, without the need for third party software. just simply cover the same proceedure as above for XP, bu this time using the following command in vista:</p>
<p>schtasks /create /SC ONCE /TN CMD /TR &#8220;CMD&#8221; /ST HH:MM </p>
<p>where HH:MM is the time you want cmd to launch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Lang</title>
		<link>http://verbalprocessor.com/2007/12/05/running-a-cmd-prompt-as-local-system/#comment-1296</link>
		<dc:creator><![CDATA[Jim Lang]]></dc:creator>
		<pubDate>Wed, 10 Mar 2010 15:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://verbalprocess.wordpress.com/2007/12/05/running-a-cmd-prompt-as-local-system/#comment-1296</guid>
		<description><![CDATA[Many Thanks.  I&#039;d like to drop a plug for some of the poor souls searching for 
&quot;Error Accessing OLE Registry&quot; and &quot;VB6&quot;.  Maybe even Crystal Reports (8.x) as the CR8 install sometimes boogers up the registry and windows 7/Vista users NEED this to run scr8_webregfix.exe (available somewhere else....)

Thanks again.
Jim.]]></description>
		<content:encoded><![CDATA[<p>Many Thanks.  I&#8217;d like to drop a plug for some of the poor souls searching for<br />
&#8220;Error Accessing OLE Registry&#8221; and &#8220;VB6&#8243;.  Maybe even Crystal Reports (8.x) as the CR8 install sometimes boogers up the registry and windows 7/Vista users NEED this to run scr8_webregfix.exe (available somewhere else&#8230;.)</p>
<p>Thanks again.<br />
Jim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JVM Monitoring with Oracle Application Server 10g R2 &#171; Nicolas Vahlas&#39;s Blog</title>
		<link>http://verbalprocessor.com/2007/12/05/running-a-cmd-prompt-as-local-system/#comment-1293</link>
		<dc:creator><![CDATA[JVM Monitoring with Oracle Application Server 10g R2 &#171; Nicolas Vahlas&#39;s Blog]]></dc:creator>
		<pubDate>Tue, 02 Mar 2010 23:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://verbalprocess.wordpress.com/2007/12/05/running-a-cmd-prompt-as-local-system/#comment-1293</guid>
		<description><![CDATA[[...] the same &#8220;Local System User&#8221; that runs the Windows Services, 2 of them are documented here. I chose to use the the psexec tool from [...]]]></description>
		<content:encoded><![CDATA[<p>[...] the same &#8220;Local System User&#8221; that runs the Windows Services, 2 of them are documented here. I chose to use the the psexec tool from [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Guilmette</title>
		<link>http://verbalprocessor.com/2007/12/05/running-a-cmd-prompt-as-local-system/#comment-1214</link>
		<dc:creator><![CDATA[Aaron Guilmette]]></dc:creator>
		<pubDate>Mon, 01 Feb 2010 20:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://verbalprocess.wordpress.com/2007/12/05/running-a-cmd-prompt-as-local-system/#comment-1214</guid>
		<description><![CDATA[As long as you have an account with administrative priviliges, you should be able to take ownership of anything.  To apply the correct security, you may be able to run the Security Configuration Wizard and import the low-security template, C:\Windows\Security\templates\compatws.inf.  That should reset most of the security settings back to their defaults.]]></description>
		<content:encoded><![CDATA[<p>As long as you have an account with administrative priviliges, you should be able to take ownership of anything.  To apply the correct security, you may be able to run the Security Configuration Wizard and import the low-security template, C:\Windows\Security\templates\compatws.inf.  That should reset most of the security settings back to their defaults.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shyam</title>
		<link>http://verbalprocessor.com/2007/12/05/running-a-cmd-prompt-as-local-system/#comment-1125</link>
		<dc:creator><![CDATA[shyam]]></dc:creator>
		<pubDate>Tue, 01 Dec 2009 16:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://verbalprocess.wordpress.com/2007/12/05/running-a-cmd-prompt-as-local-system/#comment-1125</guid>
		<description><![CDATA[thank you .
it was very helpful to me , finally i was able to delete some undeletable files]]></description>
		<content:encoded><![CDATA[<p>thank you .<br />
it was very helpful to me , finally i was able to delete some undeletable files</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarvis</title>
		<link>http://verbalprocessor.com/2007/12/05/running-a-cmd-prompt-as-local-system/#comment-1078</link>
		<dc:creator><![CDATA[Jarvis]]></dc:creator>
		<pubDate>Mon, 09 Nov 2009 04:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://verbalprocess.wordpress.com/2007/12/05/running-a-cmd-prompt-as-local-system/#comment-1078</guid>
		<description><![CDATA[If I understand your problem correctly, you did something to remove all permissions from some folders on your computer...including system. If that is the case, you are limited in what you can do. What account does have permission on the folder? Logged in as an account that does have permission, you can take ownership of the folder, and then add other accounts (such as system) back in.

One possible option would be to use the System Restore functionality to restore back to a previous state. I&#039;m honestly not sure if that will restore permissions or not, but it&#039;s worth a shot.

If you somehow completely removed all permissions from a folder, then as far as I know you have one option...a new install. Sorry.

Let me know if I misunderstood or if any of the above was helpful.]]></description>
		<content:encoded><![CDATA[<p>If I understand your problem correctly, you did something to remove all permissions from some folders on your computer&#8230;including system. If that is the case, you are limited in what you can do. What account does have permission on the folder? Logged in as an account that does have permission, you can take ownership of the folder, and then add other accounts (such as system) back in.</p>
<p>One possible option would be to use the System Restore functionality to restore back to a previous state. I&#8217;m honestly not sure if that will restore permissions or not, but it&#8217;s worth a shot.</p>
<p>If you somehow completely removed all permissions from a folder, then as far as I know you have one option&#8230;a new install. Sorry.</p>
<p>Let me know if I misunderstood or if any of the above was helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

