<?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: Windows: Use WMIC to Start or Stop a Service from the Command Line</title>
	<atom:link href="http://www.tech-recipes.com/rx/2949/windows_use_wmic_start_stop_service_command_line/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/2949/windows_use_wmic_start_stop_service_command_line/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 15:37:27 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bill Daly</title>
		<link>http://www.tech-recipes.com/rx/2949/windows_use_wmic_start_stop_service_command_line/comment-page-1/#comment-12394</link>
		<dc:creator>Bill Daly</dc:creator>
		<pubDate>Thu, 11 Jun 2009 20:52:36 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-12394</guid>
		<description>This example doesn&#039;t work.  You cannot stop or start the &quot;Terminal Services&quot; service without changing the startup type and rebooting.  I think you just picked a bad example.  Did you try it first?&lt;br&gt;&lt;br&gt;Otherwise, this is a very nice article.</description>
		<content:encoded><![CDATA[<p>This example doesn&#39;t work.  You cannot stop or start the &#8220;Terminal Services&#8221; service without changing the startup type and rebooting.  I think you just picked a bad example.  Did you try it first?</p>
<p>Otherwise, this is a very nice article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: </title>
		<link>http://www.tech-recipes.com/rx/2949/windows_use_wmic_start_stop_service_command_line/comment-page-1/#comment-3679</link>
		<dc:creator></dc:creator>
		<pubDate>Wed, 30 Jul 2008 21:12:10 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-3679</guid>
		<description>Eh?

To stop the service enter the following at a cmd prompt:
net stop &quot;Terminal Services&quot;

To start the service enter the following at a cmd prompt:
net start &quot;Terminal Services&quot;

To list running services enter the following at a cmd prompt:
net start

You can also create shortcuts to perform the start and stop tasks.</description>
		<content:encoded><![CDATA[<p>Eh?</p>
<p>To stop the service enter the following at a cmd prompt:<br />
net stop &#8220;Terminal Services&#8221;</p>
<p>To start the service enter the following at a cmd prompt:<br />
net start &#8220;Terminal Services&#8221;</p>
<p>To list running services enter the following at a cmd prompt:<br />
net start</p>
<p>You can also create shortcuts to perform the start and stop tasks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
