<?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>Fri, 10 Feb 2012 12:22:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wasti777</title>
		<link>http://www.tech-recipes.com/rx/864/windows-service-managing-through-command-line/comment-page-1/#comment-33798</link>
		<dc:creator>Wasti777</dc:creator>
		<pubDate>Tue, 26 Jul 2011 16:16:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-33798</guid>
		<description>How will i start/stop the service on remote computer from command line?</description>
		<content:encoded><![CDATA[<p>How will i start/stop the service on remote computer from command line?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://www.tech-recipes.com/rx/864/windows-service-managing-through-command-line/comment-page-1/#comment-43219</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Sat, 16 Oct 2010 14:34:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-43219</guid>
		<description>I would like to know if we can set &quot;Start up Type&quot; for a service from command line..
Thanks</description>
		<content:encoded><![CDATA[<p>I would like to know if we can set &#8220;Start up Type&#8221; for a service from command line..<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srini</title>
		<link>http://www.tech-recipes.com/rx/864/windows-service-managing-through-command-line/comment-page-1/#comment-40695</link>
		<dc:creator>Srini</dc:creator>
		<pubDate>Wed, 14 Jul 2010 04:38:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-40695</guid>
		<description>this has not changed in windows 7, it&#039;s same as xp..check the link above posted by MarcC.</description>
		<content:encoded><![CDATA[<p>this has not changed in windows 7, it&#8217;s same as xp..check the link above posted by MarcC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/864/windows-service-managing-through-command-line/comment-page-1/#comment-38280</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 24 Mar 2010 14:39:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-38280</guid>
		<description>How can the same be done in Windows 07 in cmd prompt?</description>
		<content:encoded><![CDATA[<p>How can the same be done in Windows 07 in cmd prompt?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly</title>
		<link>http://www.tech-recipes.com/rx/864/windows-service-managing-through-command-line/comment-page-1/#comment-35498</link>
		<dc:creator>Kelly</dc:creator>
		<pubDate>Fri, 06 Nov 2009 19:12:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-35498</guid>
		<description>How can I change a service properties through either command line or through scripting (java or sql )?  
I basically wants to change the services --&gt; properties --&gt; Log On as  (from Local system account to &quot;This Account&quot;).

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-32732</link>
		<dc:creator>MarcC</dc:creator>
		<pubDate>Thu, 20 Aug 2009 10:09:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-32732</guid>
		<description>sc config servicename start=disabled

For the details, have a look at http://www.windows-commandline.com/2009/06/controlling-services-from-command-line.html</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">http://www.windows-commandline.com/2009/06/controlling-services-from-command-line.html</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-31764</link>
		<dc:creator>vikas sharma</dc:creator>
		<pubDate>Tue, 07 Jul 2009 07:08:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-31764</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-31763</link>
		<dc:creator>vikas sharma</dc:creator>
		<pubDate>Tue, 07 Jul 2009 07:07:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-31763</guid>
		<description>I wanted to disable Windows update utility from command line. can you please help me on this?

-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-31576</link>
		<dc:creator>Nin</dc:creator>
		<pubDate>Wed, 01 Jul 2009 12:46:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-31576</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-31575</link>
		<dc:creator>Nin</dc:creator>
		<pubDate>Wed, 01 Jul 2009 12:39:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-31575</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&#8217;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>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 3/15 queries in 0.910 seconds using memcached
Object Caching 419/419 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 09:00:14 -->
