<?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: Separating SvcHost Services</title>
	<atom:link href="http://huddledmasses.org/separating-svchost-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://huddledmasses.org/separating-svchost-services/</link>
	<description>You can do more than breathe for free...</description>
	<lastBuildDate>Mon, 15 Mar 2010 20:36:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joel 'Jaykul' Bennett</title>
		<link>http://huddledmasses.org/separating-svchost-services/comment-page-1/#comment-185765</link>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
		<pubDate>Sun, 17 Aug 2008 13:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.huddledmasses.org/2005/09/29/separating-svchost-services/#comment-185765</guid>
		<description>Jeff E: I&#039;ve made edits to the original story above, but you can just run @sc.exe config@ with no parameters to see the help for config, or @sc.exe@ with no params to see the help for the whole command, or you can read the Knowledge Base article &quot;kb 251192&quot;:http://support.microsoft.com/kb/251192/en-us and you can find more information about using this method to debug services in &quot;kb 934650&quot;:http://support.microsoft.com/kb/934650/en-us</description>
		<content:encoded><![CDATA[<p>Jeff E: I&#8217;ve made edits to the original story above, but you can just run <code>sc.exe config</code> with no parameters to see the help for config, or <code>sc.exe</code> with no params to see the help for the whole command, or you can read the Knowledge Base article <a href="http://support.microsoft.com/kb/251192/en-us">kb 251192</a> and you can find more information about using this method to debug services in <a href="http://support.microsoft.com/kb/934650/en-us">kb 934650</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff E</title>
		<link>http://huddledmasses.org/separating-svchost-services/comment-page-1/#comment-185627</link>
		<dc:creator>Jeff E</dc:creator>
		<pubDate>Sun, 17 Aug 2008 07:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.huddledmasses.org/2005/09/29/separating-svchost-services/#comment-185627</guid>
		<description>Karanjit Sidhu,
     What exactly does this command do? More details would be nice before we try to run it on a system. Thanks.</description>
		<content:encoded><![CDATA[<p>Karanjit Sidhu,<br />
     What exactly does this command do? More details would be nice before we try to run it on a system. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karanjit Sidhu</title>
		<link>http://huddledmasses.org/separating-svchost-services/comment-page-1/#comment-150342</link>
		<dc:creator>Karanjit Sidhu</dc:creator>
		<pubDate>Tue, 08 Apr 2008 19:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.huddledmasses.org/2005/09/29/separating-svchost-services/#comment-150342</guid>
		<description>This can be done in an easier &quot;NON&quot; Registry intrusive way by using the following command

sc config wuauserv type= own

the sapce between the &quot;=&quot; and &quot;own&quot; is crucial.
Similarly , you can revert this change by making wuauserv a shared process.

sc config wuauserv type= share

This way you are not messing with the registry and still achieving the results.

Cheers.

btw: good work on figuring out how to do it manually yourself.</description>
		<content:encoded><![CDATA[<p>This can be done in an easier &#8220;NON&#8221; Registry intrusive way by using the following command</p>
<p>sc config wuauserv type= own</p>
<p>the sapce between the &#8220;=&#8221; and &#8220;own&#8221; is crucial.<br />
Similarly , you can revert this change by making wuauserv a shared process.</p>
<p>sc config wuauserv type= share</p>
<p>This way you are not messing with the registry and still achieving the results.</p>
<p>Cheers.</p>
<p>btw: good work on figuring out how to do it manually yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://huddledmasses.org/separating-svchost-services/comment-page-1/#comment-88861</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 28 Jun 2007 12:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.huddledmasses.org/2005/09/29/separating-svchost-services/#comment-88861</guid>
		<description>Hi All

Had the same sort of issue with one of the SVCHOST services taking 100% CPU usage every 15 seconds. Worked out that it wasn&#039;t Windows Updating but the Network Location Awareness (NLA)service that was running in the svchost service. Unless you use Internet connection Sharing you can disable this service. It sorted out my issue. I also removed it from the list of services starting in the svchost service
Hope this helps someone.</description>
		<content:encoded><![CDATA[<p>Hi All</p>
<p>Had the same sort of issue with one of the <span class="caps">SVCHOST</span> services taking 100% <span class="caps">CPU</span> usage every 15 seconds. Worked out that it wasn&#8217;t Windows Updating but the Network Location Awareness (<span class="caps">NLA</span>)service that was running in the svchost service. Unless you use Internet connection Sharing you can disable this service. It sorted out my issue. I also removed it from the list of services starting in the svchost service<br />
Hope this helps someone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos U</title>
		<link>http://huddledmasses.org/separating-svchost-services/comment-page-1/#comment-72018</link>
		<dc:creator>Carlos U</dc:creator>
		<pubDate>Sat, 12 May 2007 14:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.huddledmasses.org/2005/09/29/separating-svchost-services/#comment-72018</guid>
		<description>Hey Joel! Thanks a lot for the information. You are the man mate! I did exactly what you suggested and found out that my &quot;runaway&quot; service was also the windows update service. What a hungry and egocentric bastard, it eats all the memory on its own! At least now I know what is taking all my memory and can stop it whenever I want without killing other useful processes. This has been the only place where I found something useful - in other sites they just recommend running antiviruses and antispyware, which in my case didn&#039;t make any sense since I just reformatted the computer a couple of days ago. Greetings!</description>
		<content:encoded><![CDATA[<p>Hey Joel! Thanks a lot for the information. You are the man mate! I did exactly what you suggested and found out that my &#8220;runaway&#8221; service was also the windows update service. What a hungry and egocentric bastard, it eats all the memory on its own! At least now I know what is taking all my memory and can stop it whenever I want without killing other useful processes. This has been the only place where I found something useful &#8211; in other sites they just recommend running antiviruses and antispyware, which in my case didn&#8217;t make any sense since I just reformatted the computer a couple of days ago. Greetings!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel 'Jaykul' Bennett</title>
		<link>http://huddledmasses.org/separating-svchost-services/comment-page-1/#comment-69925</link>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
		<pubDate>Fri, 04 May 2007 02:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.huddledmasses.org/2005/09/29/separating-svchost-services/#comment-69925</guid>
		<description>That didn&#039;t make any sense. If you want to kill services on startup, you should just stop them from starting in the first place by disabling them in services.msc</description>
		<content:encoded><![CDATA[<p>That didn&#8217;t make any sense. If you want to kill services on startup, you should just stop them from starting in the first place by disabling them in services.msc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahzad</title>
		<link>http://huddledmasses.org/separating-svchost-services/comment-page-1/#comment-69746</link>
		<dc:creator>Shahzad</dc:creator>
		<pubDate>Thu, 03 May 2007 06:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.huddledmasses.org/2005/09/29/separating-svchost-services/#comment-69746</guid>
		<description>hey Guys i want to kill the SVCHOST.EXE(System Or All) with the help of any script or amything which can kill these services on reboot automatically bcz killing these services cause to restarting the win Nt autority system please help me</description>
		<content:encoded><![CDATA[<p>hey Guys i want to kill the <span class="caps">SVCHOST</span>.<acronym title="System Or All">EXE</acronym> with the help of any script or amything which can kill these services on reboot automatically bcz killing these services cause to restarting the win Nt autority system please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel 'Jaykul' Bennett</title>
		<link>http://huddledmasses.org/separating-svchost-services/comment-page-1/#comment-66268</link>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
		<pubDate>Wed, 25 Apr 2007 01:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.huddledmasses.org/2005/09/29/separating-svchost-services/#comment-66268</guid>
		<description>Thanks for the pointer! Actually, I&#039;m not sure &quot;that KB article&quot;:http://support.microsoft.com/kb/931852 would solve the problem -- I think it&#039;s due to using GeoShell, and some weird race condition with the systray icon notification which results from that (but I&#039;m not sure).  But I think you&#039;re right that &quot;net stop wuauserv&quot; would probably fix it (once you figure out which service is causing the problem). 

Thankfully, it doesn&#039;t seem to be a problem in Vista so far.</description>
		<content:encoded><![CDATA[<p>Thanks for the pointer! Actually, I&#8217;m not sure <a href="http://support.microsoft.com/kb/931852">that KB article</a> would solve the problem &#8212; I think it&#8217;s due to using GeoShell, and some weird race condition with the systray icon notification which results from that (but I&#8217;m not sure).  But I think you&#8217;re right that &#8220;net stop wuauserv&#8221; would probably fix it (once you figure out which service is causing the problem). </p>
<p>Thankfully, it doesn&#8217;t seem to be a problem in Vista so far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Burkhart</title>
		<link>http://huddledmasses.org/separating-svchost-services/comment-page-1/#comment-65912</link>
		<dc:creator>Jim Burkhart</dc:creator>
		<pubDate>Tue, 24 Apr 2007 18:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.huddledmasses.org/2005/09/29/separating-svchost-services/#comment-65912</guid>
		<description>Probably the easiest way, without using the fix in Microsofts Article # 931852 (which does fix this problem), is to just go to &quot;Run&quot; and type in &quot;net stop wuauserv&quot; and that will stop the Automatic Update service.</description>
		<content:encoded><![CDATA[<p>Probably the easiest way, without using the fix in Microsofts Article # 931852 (which does fix this problem), is to just go to &#8220;Run&#8221; and type in &#8220;net stop wuauserv&#8221; and that will stop the Automatic Update service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel 'Jaykul' Bennett</title>
		<link>http://huddledmasses.org/separating-svchost-services/comment-page-1/#comment-61529</link>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
		<pubDate>Mon, 09 Apr 2007 04:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.huddledmasses.org/2005/09/29/separating-svchost-services/#comment-61529</guid>
		<description>*C Gomez*:

That&#039;s absolutely right.  I think I omitted a step when I went from 1 to 2 ... in step one I had noted the PID and matched it up in step 2 ... I simply failed to mention it because I always have that information visible, and forgot it&#039;s not obvious :)</description>
		<content:encoded><![CDATA[<p><strong>C Gomez</strong>:</p>
<p>That&#8217;s absolutely right.  I think I omitted a step when I went from 1 to 2 &#8230; in step one I had noted the <span class="caps">PID</span> and matched it up in step 2 &#8230; I simply failed to mention it because I always have that information visible, and forgot it&#8217;s not obvious <img src='http://huddledmasses.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
