<?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>How To ... &#187; windows</title>
	<atom:link href="http://howto.tawaret.com/c/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://howto.tawaret.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 May 2011 08:53:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>kill a Windows process from the command line with taskkill</title>
		<link>http://howto.tawaret.com/kill-a-windows-process-from-the-command-line-with-taskkill/</link>
		<comments>http://howto.tawaret.com/kill-a-windows-process-from-the-command-line-with-taskkill/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 09:04:12 +0000</pubDate>
		<dc:creator>pjdc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://howto.tawaret.com/index.php/kill-a-windows-process-from-the-command-line-with-taskkill/</guid>
		<description><![CDATA[[tag]taskkill[/tag] usage To kill a process by name: taskkill /IM notepad.exe To kill a single instance of a process, specify its process id (PID). For example, if the desired process has a PID of 827, use the following command to kill it: taskkill /PID 853]]></description>
			<content:encoded><![CDATA[<p><b>[tag]taskkill[/tag] usage</b><br />
To kill a process by name:</p>
<pre>taskkill /IM notepad.exe</pre>
<p>To kill a single instance of a process, specify its process id (PID).<br />
For example, if the desired process has a PID of 827, use the following<br />
command to kill it:</p>
<pre>taskkill /PID 853</pre>
]]></content:encoded>
			<wfw:commentRss>http://howto.tawaret.com/kill-a-windows-process-from-the-command-line-with-taskkill/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List the open ports on a windows machine</title>
		<link>http://howto.tawaret.com/list-the-open-ports-on-a-windows-machine/</link>
		<comments>http://howto.tawaret.com/list-the-open-ports-on-a-windows-machine/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 18:49:16 +0000</pubDate>
		<dc:creator>pjdc</dc:creator>
				<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://howto.tawaret.com/index.php/list-the-open-ports-on-a-windows-machine/</guid>
		<description><![CDATA[run netstat -a]]></description>
			<content:encoded><![CDATA[<p>run <em>netstat -a</em></p>
]]></content:encoded>
			<wfw:commentRss>http://howto.tawaret.com/list-the-open-ports-on-a-windows-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

