<?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 kill a windows task at the command line.</title>
	<atom:link href="http://packratstudios.com/index.php/2008/03/13/how-to-kill-a-windows-task-at-the-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://packratstudios.com/index.php/2008/03/13/how-to-kill-a-windows-task-at-the-command-line/</link>
	<description>Carefully storing every kernel of knowledge gained...</description>
	<lastBuildDate>Tue, 15 May 2012 10:37:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: SAK</title>
		<link>http://packratstudios.com/index.php/2008/03/13/how-to-kill-a-windows-task-at-the-command-line/comment-page-1/#comment-2047</link>
		<dc:creator>SAK</dc:creator>
		<pubDate>Wed, 01 Apr 2009 03:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://packratstudios.com/index.php/2008/03/13/how-to-kill-a-windows-task-at-the-command-line/#comment-2047</guid>
		<description>This is a very useful post.  Thanks.

There is an inaccuracy above:

/IM &quot;Specifies the image name of the process that has to be terminated.  Wildcard &#039;*&#039; can be used to specify all image names.&quot;

/F &quot;Specifies to forcefully terminate process(es)&quot;

i.e. you need /IM to specify a process by name (e.g. sol.exe instead of /PID 810 if you know that an instance of sol.exe is running as PID 810), but /IM doesn&#039;t in itself ask for graceful termination.  Rather, a process won&#039;t be terminated forcefully unless /F is specified.

taskkill /? provides information on a number of other potentially useful option switches</description>
		<content:encoded><![CDATA[<p>This is a very useful post.  Thanks.</p>
<p>There is an inaccuracy above:</p>
<p>/IM &#8220;Specifies the image name of the process that has to be terminated.  Wildcard &#8216;*&#8217; can be used to specify all image names.&#8221;</p>
<p>/F &#8220;Specifies to forcefully terminate process(es)&#8221;</p>
<p>i.e. you need /IM to specify a process by name (e.g. sol.exe instead of /PID 810 if you know that an instance of sol.exe is running as PID 810), but /IM doesn&#8217;t in itself ask for graceful termination.  Rather, a process won&#8217;t be terminated forcefully unless /F is specified.</p>
<p>taskkill /? provides information on a number of other potentially useful option switches</p>
]]></content:encoded>
	</item>
</channel>
</rss>

