<?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>Easy to Read Articles &#187; e-library</title>
	<atom:link href="http://www.easyreadarticles.com/Tags/e-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.easyreadarticles.com</link>
	<description>Best Technical Writing Online , Easy Reading Books and much more!</description>
	<lastBuildDate>Fri, 10 Feb 2012 14:46:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to delete a service in Windows Server 2003</title>
		<link>http://www.easyreadarticles.com/microsoft/how-to-delete-a-service-in-windows-server-2003/#utm_source=articlesfeed&#038;utm_medium=articlesfeed&#038;utm_campaign=articlesfeed</link>
		<comments>http://www.easyreadarticles.com/microsoft/how-to-delete-a-service-in-windows-server-2003/#comments</comments>
		<pubDate>Fri, 22 May 2009 02:02:24 +0000</pubDate>
		<dc:creator>EasyReadArticles.com</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[AIME]]></category>
		<category><![CDATA[e-library]]></category>
		<category><![CDATA[films]]></category>
		<category><![CDATA[how to remove]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Windows Server 2003]]></category>

		<guid isPermaLink="false">http://www.easyreadarticles.com/?p=20</guid>
		<description><![CDATA[I had trouble with an old install of AIME (films library pkg) and tried to reinstall the application service; it did not work. We can use sc.exe in the Windows Server 2003 to control services, create services and delete services. Since some people thought they must directly modify the registry to delete a service, I [...]]]></description>
			<content:encoded><![CDATA[<p>I had trouble with an old install of AIME (films library pkg) and tried to reinstall the application service; it did not work.</p>
<p>We can use sc.exe in the Windows Server 2003 to control services, create services and delete services. Since some people thought they must directly modify the registry to delete a service, I would like to share how to use sc.exe to delete a service without directly modifying the registry so that decreased the possibility for system failures.</p>
<p>To delete a service:</p>
<p>Click “start“ &#8211; “run“, and then enter “cmd“ to open Microsoft Command Console.</p>
<p>Enter command:</p>
<p>sc servername delete servicename</p>
<p>For instance, sc dc delete myservice</p>
<p>(Note: In this example, dc is my Domain Controller Server name, which is not the local machine, myservice is the name of the service want to delete on the DC server.)</p>
<p>Below is the official help of all sc functions:</p>
<p>DESCRIPTION:</p>
<p>SC is a command line program used for communicating with the NT Service Controller and services.</p>
<p>USAGE:</p>
<p>sc</p>
<p>So use on libserver the command was:</p>
<p>sc \\libserver delete AIME</p>
<p>http://msmvps.com/blogs/nuoyan/archive/2004/11/07/18247.aspx</p>
]]></content:encoded>
			<wfw:commentRss>http://www.easyreadarticles.com/microsoft/how-to-delete-a-service-in-windows-server-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

