<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Otak Atik [dot] Com &#187; Windows Services</title>
	<atom:link href="http://www.otakatik.com/tag/windows-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.otakatik.com</link>
	<description>Empowering Computer</description>
	<lastBuildDate>Wed, 25 Jan 2012 09:06:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Manage Windows Services via Command Prompt</title>
		<link>http://www.otakatik.com/manage-windows-services-via-command-prompt/</link>
		<comments>http://www.otakatik.com/manage-windows-services-via-command-prompt/#comments</comments>
		<pubDate>Sun, 25 May 2008 11:37:20 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
				<category><![CDATA[MS-DOS]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Windows Services]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/?p=104</guid>
		<description><![CDATA[I ever wrote how to manage Windows Services via Administrative Tools and Manage MySQL Service via DOS Console or DOS Prompt. Few readers are asking me to manage other service than MySQL via DOS Console. This time I want to answer that question. Actually, you just need to replace MySQL service name with Windows Service [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="margin: 5px; float: left;" src="http://www.otakatik.com/wp-content/uploads/general/cmd_icon.jpg" alt="" width="96" height="96" />I ever wrote how to <a href="http://www.otakatik.com/manage-windows-services/">manage Windows Services</a> via Administrative Tools and <a href="http://www.otakatik.com/managing-mysql-service-through-net-command/">Manage MySQL Service via DOS Console or DOS Prompt</a>. Few readers are asking me to manage other service than MySQL via DOS Console. This time I want to answer that question. Actually, you just need to replace MySQL service name with Windows Service which you want start or stop.<span id="more-104"></span></p>
<p>For example, you want to start a service calls Indexing Service, just type at your prompt net stop &#8220;Indexing Service&#8221;.</p>
<ol>
<li> First, open your console by click <strong>Start</strong> –&gt; <strong>Run</strong> menu, enter <code>cmd</code> in box and then press Enter.</li>
<li> At prompt, enter <code>net stop service_name</code> and then press Enter. Like example above, if I want to stop <strong>Indexing Service</strong>, type <code>net stop "Indexing Service"</code> and then press Enter.<br />
<img src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0138/stop_service.jpg" alt="" /></li>
<li>If your want to start it, enter <code>net start service_name</code> and then press Enter. Once again, if you want start Indexing Service, type <code>net start "Indexing Service"</code> and then press Enter.<br />
<img src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0138/start_service.jpg" alt="" width="434" height="82" /></li>
<li>To get Windows service list, just look it via Service console. You can to view them by <strong>Start </strong>-&gt; <strong>Control Panel</strong> -&gt; <strong>Administrative Tools</strong> -&gt; <strong>Services</strong>.</li>
</ol>
<p>For your notation, if the service name is two words, give additional double quote such as Indexing Service, you need double quote mark in begin and end of service name. So, you’ll need type it like this “Indexing Service but if service name is a word, the double quote is not needed.</p>
<p><em>(Article no: 00138)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/manage-windows-services-via-command-prompt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Turning Off Indexing Service</title>
		<link>http://www.otakatik.com/turning-off-indexing-service/</link>
		<comments>http://www.otakatik.com/turning-off-indexing-service/#comments</comments>
		<pubDate>Wed, 21 May 2008 00:43:25 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Indexing]]></category>
		<category><![CDATA[Windows Services]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/turning-off-indexing-service/</guid>
		<description><![CDATA[Indexing Service is using to index entire your file on all of your drives. And the result from index progress will use by search facility. And it will give you accuracy when you search a file but unfortunately Indexing Service makes your computer be slower. Because Indexing Service will run on background and using your [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0134/logo.jpg" alt="" align="left" />Indexing Service is using to index entire your file on all of your drives. And the result from index progress will use by search facility. And it will give you accuracy when you search a file but unfortunately Indexing Service makes your computer be slower. Because Indexing Service will run on background and using your computer resources big enough. And if you is very rare using Search feature, just turning Indexing Service off.<span id="more-97"></span></p>
<p>To turn Indexing Service off, just manage it on Service manager window. <a href="http://www.otakatik.com/manage-windows-services/">You can read my article about how do to disable Windows Service first</a>.</p>
<ol>
<li> Open <strong>Service</strong> manager first, by click <strong>Start</strong> -&gt; <strong>Control Panel</strong> -&gt; <strong>Administrative Tools</strong> -&gt; <strong>Services</strong>.<br />
<img src="http://www.otakatik.com/wp-content/uploads/general/call_services.jpg" alt="" /></li>
<li>Find <strong>Indexing Service</strong> item on list.<br />
<img title="Indexing Service" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0134/indexing_1.jpg" alt="Indexing Service" /></li>
<li>Double click it, change <strong>Startup type</strong> to <strong>Disable</strong>, click <strong>Stop</strong> button and then click <strong>OK</strong> button.<br />
<img title="Disable Indexing Service" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0134/disable_2.jpg" alt="Disable Indexing Service" /></li>
<li>And Windows will turn off the Indexing progress directly and you get your more computer resource.</li>
</ol>
<p><em>(article no:0134)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/turning-off-indexing-service/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

