<?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: Kill Processes from the Windows Command Line</title>
	<atom:link href="http://www.howtogeek.com/howto/windows/kill-processes-from-the-windows-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/windows/kill-processes-from-the-windows-command-line/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Mon, 23 Nov 2009 06:56:05 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: calebstein</title>
		<link>http://www.howtogeek.com/howto/windows/kill-processes-from-the-windows-command-line/comment-page-1/#comment-77480</link>
		<dc:creator>calebstein</dc:creator>
		<pubDate>Sun, 04 Oct 2009 19:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/kill-processes-from-the-windows-command-line/#comment-77480</guid>
		<description>you can also use the &quot;taskkill /f /im [process name] /t&quot; syntax or the &quot;taskkill /f /pid [process id] /t&quot; syntax.</description>
		<content:encoded><![CDATA[<p>you can also use the &#8220;taskkill /f /im [process name] /t&#8221; syntax or the &#8220;taskkill /f /pid [process id] /t&#8221; syntax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avishek</title>
		<link>http://www.howtogeek.com/howto/windows/kill-processes-from-the-windows-command-line/comment-page-1/#comment-74772</link>
		<dc:creator>avishek</dc:creator>
		<pubDate>Wed, 29 Jul 2009 12:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/kill-processes-from-the-windows-command-line/#comment-74772</guid>
		<description>Can you please tell me the method and steps to use &quot;LUSRMGR.MSC&quot; to block the guest login for exploring my personal drive in WIN XP. Please suggest me the idea.</description>
		<content:encoded><![CDATA[<p>Can you please tell me the method and steps to use &#8220;LUSRMGR.MSC&#8221; to block the guest login for exploring my personal drive in WIN XP. Please suggest me the idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NuttCorp</title>
		<link>http://www.howtogeek.com/howto/windows/kill-processes-from-the-windows-command-line/comment-page-1/#comment-65150</link>
		<dc:creator>NuttCorp</dc:creator>
		<pubDate>Tue, 20 Jan 2009 00:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/kill-processes-from-the-windows-command-line/#comment-65150</guid>
		<description>taskkill /f /im note*
f to force im to allow wildcards</description>
		<content:encoded><![CDATA[<p>taskkill /f /im note*<br />
f to force im to allow wildcards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aakash</title>
		<link>http://www.howtogeek.com/howto/windows/kill-processes-from-the-windows-command-line/comment-page-1/#comment-61721</link>
		<dc:creator>Aakash</dc:creator>
		<pubDate>Tue, 25 Nov 2008 03:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/kill-processes-from-the-windows-command-line/#comment-61721</guid>
		<description>I would instead recommend the built in &quot;taskkill&quot; command in Windows to kill a process to avoid any third party software.  And if you need to print out a list of all of the current processes, you can use &quot;tasklist&quot;.</description>
		<content:encoded><![CDATA[<p>I would instead recommend the built in &#8220;taskkill&#8221; command in Windows to kill a process to avoid any third party software.  And if you need to print out a list of all of the current processes, you can use &#8220;tasklist&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.howtogeek.com/howto/windows/kill-processes-from-the-windows-command-line/comment-page-1/#comment-28137</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sat, 01 Dec 2007 07:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/kill-processes-from-the-windows-command-line/#comment-28137</guid>
		<description>How do I kill a process that is running under the system account?
I have two instances of msiexec running under system account as soon as I start my windows 2003 server.</description>
		<content:encoded><![CDATA[<p>How do I kill a process that is running under the system account?<br />
I have two instances of msiexec running under system account as soon as I start my windows 2003 server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>http://www.howtogeek.com/howto/windows/kill-processes-from-the-windows-command-line/comment-page-1/#comment-25866</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Fri, 02 Nov 2007 23:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/kill-processes-from-the-windows-command-line/#comment-25866</guid>
		<description>I would recommend a more elegant solution called Process Tamer by DonationCoder.com It does the same things but in a more user friendly way with a GUI. The software developer doesn&#039;t charge for the software but does ask for a donation -- which is justified, in my opinion.</description>
		<content:encoded><![CDATA[<p>I would recommend a more elegant solution called Process Tamer by DonationCoder.com It does the same things but in a more user friendly way with a GUI. The software developer doesn&#8217;t charge for the software but does ask for a donation &#8212; which is justified, in my opinion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uroms</title>
		<link>http://www.howtogeek.com/howto/windows/kill-processes-from-the-windows-command-line/comment-page-1/#comment-9669</link>
		<dc:creator>uroms</dc:creator>
		<pubDate>Sun, 15 Apr 2007 16:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/kill-processes-from-the-windows-command-line/#comment-9669</guid>
		<description>well its really interested and i actually wish to get tis information in my inbox. 
  how do i go about it?</description>
		<content:encoded><![CDATA[<p>well its really interested and i actually wish to get tis information in my inbox.<br />
  how do i go about it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prasad.A</title>
		<link>http://www.howtogeek.com/howto/windows/kill-processes-from-the-windows-command-line/comment-page-1/#comment-4553</link>
		<dc:creator>prasad.A</dc:creator>
		<pubDate>Fri, 02 Mar 2007 04:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/kill-processes-from-the-windows-command-line/#comment-4553</guid>
		<description>To Get the command under windows to get PID of a process if its name of that process is Known.</description>
		<content:encoded><![CDATA[<p>To Get the command under windows to get PID of a process if its name of that process is Known.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
