<?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: How to End Windows Programs</title>
	<atom:link href="http://chris.pirillo.com/how-to-kill-a-program-in-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://chris.pirillo.com/how-to-kill-a-program-in-windows/</link>
	<description>News and Reviews! Geek, Internet Entrepreneur, Hardware Addict, Software Junkie, Book Author, Once TV Show Host, Technology Enthusiast, Shameless Self-Promoter, Tech Conference Coordinator, Early Adopter, Idea Evangelist, Tech Support Blogger, Bootstrapper, Media Personality, Technology Consultant, Thicker Quicker Picker Upper.</description>
	<lastBuildDate>Thu, 16 Feb 2012 20:55:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Robert Rook</title>
		<link>http://chris.pirillo.com/how-to-kill-a-program-in-windows/#comment-680579</link>
		<dc:creator>Robert Rook</dc:creator>
		<pubDate>Sun, 07 Sep 2008 19:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://chris.pirillo.com/2007/06/26/how-to-kill-a-program-in-windows/#comment-680579</guid>
		<description>So what do you do when TaskMan fails to END PROCESS or END PROCESS TREE? I need a prgram that will kill a process STONE DEAD no questions kill the SOB NOW!!!

TaskMan often fails in it&#039;s job WIN XP Pro SP3

Thanks

Rob</description>
		<content:encoded><![CDATA[<p>So what do you do when TaskMan fails to END PROCESS or END PROCESS TREE? I need a prgram that will kill a process STONE DEAD no questions kill the SOB NOW!!!</p>
<p>TaskMan often fails in it&#8217;s job WIN XP Pro SP3</p>
<p>Thanks</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pieter Kraaima</title>
		<link>http://chris.pirillo.com/how-to-kill-a-program-in-windows/#comment-532725</link>
		<dc:creator>Pieter Kraaima</dc:creator>
		<pubDate>Fri, 29 Jun 2007 10:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://chris.pirillo.com/2007/06/26/how-to-kill-a-program-in-windows/#comment-532725</guid>
		<description>When you kill a process you only kill that process (or application).
Now when you kill a process tree then every process running or started by that process will be killed

kill process tree:
App (killed)
--app proc2 (killed)
--app proc3 (killed)

Or kill process
App (killed)
-- app proc2 (running)
-- app proc3 (running)</description>
		<content:encoded><![CDATA[<p>When you kill a process you only kill that process (or application).<br />
Now when you kill a process tree then every process running or started by that process will be killed</p>
<p>kill process tree:<br />
App (killed)<br />
&#8211;app proc2 (killed)<br />
&#8211;app proc3 (killed)</p>
<p>Or kill process<br />
App (killed)<br />
&#8211; app proc2 (running)<br />
&#8211; app proc3 (running)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pieter Kraaima</title>
		<link>http://chris.pirillo.com/how-to-kill-a-program-in-windows/#comment-532726</link>
		<dc:creator>Pieter Kraaima</dc:creator>
		<pubDate>Fri, 29 Jun 2007 10:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://chris.pirillo.com/2007/06/26/how-to-kill-a-program-in-windows/#comment-532726</guid>
		<description>When you kill a process you only kill that process (or application).
Now when you kill a process tree then every process running or started by that process will be killed

kill process tree:
App (killed)
--app proc2 (killed)
--app proc3 (killed)

Or kill process
App (killed)
-- app proc2 (running)
-- app proc3 (running)</description>
		<content:encoded><![CDATA[<p>When you kill a process you only kill that process (or application).<br />
Now when you kill a process tree then every process running or started by that process will be killed</p>
<p>kill process tree:<br />
App (killed)<br />
&#8211;app proc2 (killed)<br />
&#8211;app proc3 (killed)</p>
<p>Or kill process<br />
App (killed)<br />
&#8211; app proc2 (running)<br />
&#8211; app proc3 (running)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Linton</title>
		<link>http://chris.pirillo.com/how-to-kill-a-program-in-windows/#comment-533343</link>
		<dc:creator>Tom Linton</dc:creator>
		<pubDate>Wed, 27 Jun 2007 12:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://chris.pirillo.com/2007/06/26/how-to-kill-a-program-in-windows/#comment-533343</guid>
		<description>I use Process Explorer by Sysinternals. It gives a little more information laid out in an easier to read manner. It still doesn&#039;t solve any serious problems. Yes, it can end a process, but usually my problems are more serious involving one of Windows modules. Killing one of these usually brings other things down and before you know it you need to reboot.

Now, here is a question I bet most do not know the answer to. What is the difference between &quot;end process&quot; and &quot;end process tree&quot;. I have tried both and cannot tell the difference.</description>
		<content:encoded><![CDATA[<p>I use Process Explorer by Sysinternals. It gives a little more information laid out in an easier to read manner. It still doesn&#8217;t solve any serious problems. Yes, it can end a process, but usually my problems are more serious involving one of Windows modules. Killing one of these usually brings other things down and before you know it you need to reboot.</p>
<p>Now, here is a question I bet most do not know the answer to. What is the difference between &#8220;end process&#8221; and &#8220;end process tree&#8221;. I have tried both and cannot tell the difference.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/7 queries in 0.437 seconds using disk: basic
Object Caching 350/354 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: s3.pirillo.com

Served from: chris.pirillo.com @ 2012-02-16 13:30:46 -->
