<?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: Display a list of Started Services from the Command Line (Windows)</title>
	<atom:link href="http://www.howtogeek.com/howto/windows/display-a-list-of-started-services-from-the-command-line-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/windows/display-a-list-of-started-services-from-the-command-line-windows/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sat, 21 Nov 2009 17:31:50 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: shoro</title>
		<link>http://www.howtogeek.com/howto/windows/display-a-list-of-started-services-from-the-command-line-windows/comment-page-1/#comment-78770</link>
		<dc:creator>shoro</dc:creator>
		<pubDate>Mon, 02 Nov 2009 22:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/display-a-list-of-started-services-from-the-command-line-windows/#comment-78770</guid>
		<description>Display one page at a time as follows:

net start &#124; more

Or you can stream your output to a file as follows:

net start &gt; results.txt</description>
		<content:encoded><![CDATA[<p>Display one page at a time as follows:</p>
<p>net start | more</p>
<p>Or you can stream your output to a file as follows:</p>
<p>net start &gt; results.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cliff Floyd</title>
		<link>http://www.howtogeek.com/howto/windows/display-a-list-of-started-services-from-the-command-line-windows/comment-page-1/#comment-78262</link>
		<dc:creator>Cliff Floyd</dc:creator>
		<pubDate>Fri, 23 Oct 2009 16:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/display-a-list-of-started-services-from-the-command-line-windows/#comment-78262</guid>
		<description>When I run &quot;net start&quot;, the output flashes on my screen and then disappears.  How do I display the results?</description>
		<content:encoded><![CDATA[<p>When I run &#8220;net start&#8221;, the output flashes on my screen and then disappears.  How do I display the results?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: valanarasu</title>
		<link>http://www.howtogeek.com/howto/windows/display-a-list-of-started-services-from-the-command-line-windows/comment-page-1/#comment-72988</link>
		<dc:creator>valanarasu</dc:creator>
		<pubDate>Sun, 07 Jun 2009 08:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/display-a-list-of-started-services-from-the-command-line-windows/#comment-72988</guid>
		<description>I am using Windows XP, my task manager and regedit has been disabled by a virus and I can not able to run install any antivirus. When I am trying to launch TASKMANAGER or REGEDIT a warning message shows it has been  disabled by administrator. Give me a solution.</description>
		<content:encoded><![CDATA[<p>I am using Windows XP, my task manager and regedit has been disabled by a virus and I can not able to run install any antivirus. When I am trying to launch TASKMANAGER or REGEDIT a warning message shows it has been  disabled by administrator. Give me a solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vanguard</title>
		<link>http://www.howtogeek.com/howto/windows/display-a-list-of-started-services-from-the-command-line-windows/comment-page-1/#comment-28990</link>
		<dc:creator>Vanguard</dc:creator>
		<pubDate>Wed, 12 Dec 2007 22:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/display-a-list-of-started-services-from-the-command-line-windows/#comment-28990</guid>
		<description>The &#039;sc&#039; command (Service Controller) is far superior to listing the services that are configured on your host.  For example, to list all NT services but only those that are running (to equate to the &#039;net start&#039; command), run:

sc query type= service

To see those that are defined but not running:

sc query type= service state= inactive

And to see both running and stopped services:

sc query type= service state= all

Yes, the spaces are needed after the equals sign.  Run &quot;sc /?&quot; to get all its help.  It is likely that &#039;sc&#039; is only available on some versions of Windows (this was tested under Windows XP Pro).</description>
		<content:encoded><![CDATA[<p>The &#8217;sc&#8217; command (Service Controller) is far superior to listing the services that are configured on your host.  For example, to list all NT services but only those that are running (to equate to the &#8216;net start&#8217; command), run:</p>
<p>sc query type= service</p>
<p>To see those that are defined but not running:</p>
<p>sc query type= service state= inactive</p>
<p>And to see both running and stopped services:</p>
<p>sc query type= service state= all</p>
<p>Yes, the spaces are needed after the equals sign.  Run &#8220;sc /?&#8221; to get all its help.  It is likely that &#8217;sc&#8217; is only available on some versions of Windows (this was tested under Windows XP Pro).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
