<?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: Service Managing Through Command Line</title>
	<atom:link href="http://www.tech-recipes.com/rx/864/windows-service-managing-through-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/864/windows-service-managing-through-command-line/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 16:14:40 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kelly</title>
		<link>http://www.tech-recipes.com/rx/864/windows-service-managing-through-command-line/comment-page-1/#comment-16125</link>
		<dc:creator>Kelly</dc:creator>
		<pubDate>Fri, 06 Nov 2009 16:12:12 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-16125</guid>
		<description>How can I change a service properties through either command line or through scripting (java or sql )?  &lt;br&gt;I basically wants to change the services --&gt; properties --&gt; Log On as  (from Local system account to &quot;This Account&quot;).&lt;br&gt;&lt;br&gt;Thanks for the help.</description>
		<content:encoded><![CDATA[<p>How can I change a service properties through either command line or through scripting (java or sql )?  <br />I basically wants to change the services &#8211;&gt; properties &#8211;&gt; Log On as  (from Local system account to &#8220;This Account&#8221;).</p>
<p>Thanks for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MarcC</title>
		<link>http://www.tech-recipes.com/rx/864/windows-service-managing-through-command-line/comment-page-1/#comment-14398</link>
		<dc:creator>MarcC</dc:creator>
		<pubDate>Thu, 20 Aug 2009 08:09:45 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-14398</guid>
		<description>sc config servicename start=disabled&lt;br&gt;&lt;br&gt;For the details, have a look at &lt;a href=&quot;http://www.windows-commandline.com/2009/06/controlling-services-from-command-line.html&quot; rel=&quot;nofollow&quot;&gt;http://www.windows-commandline.com/2009/06/cont...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>sc config servicename start=disabled</p>
<p>For the details, have a look at <a href="http://www.windows-commandline.com/2009/06/controlling-services-from-command-line.html" rel="nofollow"></a><a href="http://www.windows-commandline.com/2009/06/cont.." rel="nofollow">http://www.windows-commandline.com/2009/06/cont..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikas sharma</title>
		<link>http://www.tech-recipes.com/rx/864/windows-service-managing-through-command-line/comment-page-1/#comment-13248</link>
		<dc:creator>vikas sharma</dc:creator>
		<pubDate>Tue, 07 Jul 2009 05:08:13 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-13248</guid>
		<description>I wanted to disable Windows update from command line. can you please help me on this?</description>
		<content:encoded><![CDATA[<p>I wanted to disable Windows update from command line. can you please help me on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikas sharma</title>
		<link>http://www.tech-recipes.com/rx/864/windows-service-managing-through-command-line/comment-page-1/#comment-13247</link>
		<dc:creator>vikas sharma</dc:creator>
		<pubDate>Tue, 07 Jul 2009 05:07:07 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-13247</guid>
		<description>I wanted to disable Windows update utility from command line. can you please help me on this?&lt;br&gt;&lt;br&gt;-Vikas</description>
		<content:encoded><![CDATA[<p>I wanted to disable Windows update utility from command line. can you please help me on this?</p>
<p>-Vikas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nin</title>
		<link>http://www.tech-recipes.com/rx/864/windows-service-managing-through-command-line/comment-page-1/#comment-13052</link>
		<dc:creator>Nin</dc:creator>
		<pubDate>Wed, 01 Jul 2009 10:46:21 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-13052</guid>
		<description>My fault.  Typo.  This DID work:  NET START &quot;My Server Name Server&quot;</description>
		<content:encoded><![CDATA[<p>My fault.  Typo.  This DID work:  NET START &#8220;My Server Name Server&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nin</title>
		<link>http://www.tech-recipes.com/rx/864/windows-service-managing-through-command-line/comment-page-1/#comment-13051</link>
		<dc:creator>Nin</dc:creator>
		<pubDate>Wed, 01 Jul 2009 10:39:17 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-13051</guid>
		<description>But how to figure out the &quot;Service Name&quot;.  The Service properties says Service name: My Service Name Server     (a 4 word name).  I&#039;ve tried NET START My Service Name Server and NET START &quot;My Service Name Server&quot;, but it keeps telling me that the name is invalid.;  I then tried the executable name NET START MySvc  and NET START MySvc.exe   These also failed.</description>
		<content:encoded><![CDATA[<p>But how to figure out the &#8220;Service Name&#8221;.  The Service properties says Service name: My Service Name Server     (a 4 word name).  I&#39;ve tried NET START My Service Name Server and NET START &#8220;My Service Name Server&#8221;, but it keeps telling me that the name is invalid.;  I then tried the executable name NET START MySvc  and NET START MySvc.exe   These also failed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: China Tour</title>
		<link>http://www.tech-recipes.com/rx/864/windows-service-managing-through-command-line/comment-page-1/#comment-12446</link>
		<dc:creator>China Tour</dc:creator>
		<pubDate>Sat, 13 Jun 2009 10:15:02 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-12446</guid>
		<description>Different point of view from that post. Interesting to say the least.</description>
		<content:encoded><![CDATA[<p>Different point of view from that post. Interesting to say the least.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suneel kumar</title>
		<link>http://www.tech-recipes.com/rx/864/windows-service-managing-through-command-line/comment-page-1/#comment-11795</link>
		<dc:creator>suneel kumar</dc:creator>
		<pubDate>Tue, 26 May 2009 07:18:51 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-11795</guid>
		<description>Hi,&lt;br&gt;How to check the status of the complete services available and also command for an individual service.</description>
		<content:encoded><![CDATA[<p>Hi,<br />How to check the status of the complete services available and also command for an individual service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.tech-recipes.com/rx/864/windows-service-managing-through-command-line/comment-page-1/#comment-4244</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Fri, 17 Oct 2008 00:27:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-4244</guid>
		<description>net stop servicename /y will suppress prompts.  You can also check the return code of the net stop and net start commands.  If the command fails, because it is already started or stopped, you get a return code.</description>
		<content:encoded><![CDATA[<p>net stop servicename /y will suppress prompts.  You can also check the return code of the net stop and net start commands.  If the command fails, because it is already started or stopped, you get a return code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vampire</title>
		<link>http://www.tech-recipes.com/rx/864/windows-service-managing-through-command-line/comment-page-1/#comment-3945</link>
		<dc:creator>Vampire</dc:creator>
		<pubDate>Tue, 07 Oct 2008 05:17:35 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-3945</guid>
		<description>Thanks for the post.&lt;br&gt;I have few questions, and eagerly urge you all for response .&lt;br&gt;1.But how to RESTART the Services ,because its not possible to learn about the service whether its in STOP mode or not using NET START /NET STOP.&lt;br&gt;2. Whenever I issue NET STOP &lt;ServiceName&gt; ,it prompts for yes/no for all the services. How can I say yes to all the dependent services..as i will not have provision if i execute a batch file in scheduled tasks.&lt;br&gt;&lt;br&gt;Thanks in Advance.&lt;br&gt;Vampire.</description>
		<content:encoded><![CDATA[<p>Thanks for the post.<br />I have few questions, and eagerly urge you all for response .<br />1.But how to RESTART the Services ,because its not possible to learn about the service whether its in STOP mode or not using NET START /NET STOP.<br />2. Whenever I issue NET STOP &lt;ServiceName&gt; ,it prompts for yes/no for all the services. How can I say yes to all the dependent services..as i will not have provision if i execute a batch file in scheduled tasks.</p>
<p>Thanks in Advance.<br />Vampire.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
