<?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: XP Pro and Vista: List active Windows programs from command line with tasklist</title>
	<atom:link href="http://www.tech-recipes.com/rx/448/xp_pro_vista_tasklist/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/448/xp_pro_vista_tasklist/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 18:18:34 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sumit Srivastava</title>
		<link>http://www.tech-recipes.com/rx/448/xp_pro_vista_tasklist/comment-page-1/#comment-15345</link>
		<dc:creator>Sumit Srivastava</dc:creator>
		<pubDate>Wed, 30 Sep 2009 16:27:41 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-15345</guid>
		<description>Is there any command to know the runnig applications only, I mean like chrome, firefox, winamp, etc. And also know each and every info about them like their time of execution, file they are using(if any).</description>
		<content:encoded><![CDATA[<p>Is there any command to know the runnig applications only, I mean like chrome, firefox, winamp, etc. And also know each and every info about them like their time of execution, file they are using(if any).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swage Machine</title>
		<link>http://www.tech-recipes.com/rx/448/xp_pro_vista_tasklist/comment-page-1/#comment-12710</link>
		<dc:creator>Swage Machine</dc:creator>
		<pubDate>Sat, 20 Jun 2009 00:00:32 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-12710</guid>
		<description>We all have the same problem.. hope this post will help us.. I will comment again if this work..</description>
		<content:encoded><![CDATA[<p>We all have the same problem.. hope this post will help us.. I will comment again if this work..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derrick</title>
		<link>http://www.tech-recipes.com/rx/448/xp_pro_vista_tasklist/comment-page-1/#comment-4423</link>
		<dc:creator>Derrick</dc:creator>
		<pubDate>Wed, 22 Oct 2008 18:50:41 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-4423</guid>
		<description>Your files are locked with a password.&lt;br&gt;That password is hashed &lt;br&gt;for example apple = $1$u6LCexMv$BXha6te1tEk3dBMqjju6F0&lt;br&gt;it is the hash that you files are really locked with&lt;br&gt;when you change your password  your new password gets a new hash&lt;br&gt;for example bunny = $1$XVqEBQYz$1GETn25VbpjZGtmJfTmGk1&lt;br&gt;&lt;br&gt;if you change your password back to the oreginal it may or may not work depending on what hashing algorithm you compuer decides to use. &lt;br&gt;&lt;br&gt;Basiclly you are screwed, I suggest you get a computer forensics expert to help you but their services are not cheap.</description>
		<content:encoded><![CDATA[<p>Your files are locked with a password.<br />That password is hashed <br />for example apple = $1$u6LCexMv$BXha6te1tEk3dBMqjju6F0<br />it is the hash that you files are really locked with<br />when you change your password  your new password gets a new hash<br />for example bunny = $1$XVqEBQYz$1GETn25VbpjZGtmJfTmGk1</p>
<p>if you change your password back to the oreginal it may or may not work depending on what hashing algorithm you compuer decides to use. </p>
<p>Basiclly you are screwed, I suggest you get a computer forensics expert to help you but their services are not cheap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: </title>
		<link>http://www.tech-recipes.com/rx/448/xp_pro_vista_tasklist/comment-page-1/#comment-2157</link>
		<dc:creator></dc:creator>
		<pubDate>Sun, 21 Aug 2005 16:14:41 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-2157</guid>
		<description>Great tool and I&#039;d like to use it in a .bat file I have to check to see if a specific application is running on a couple of the computers in my little home network.  The problem is that I don&#039;t have passwords, no logon password, and so when I do:
TASKLIST /S remote-computer-name /FI &quot;imagename eq myapp.exe&quot; or
TASKLIST /S 192.168.rrr.r (remote computer&#039;s static IP)

I am prompted for the password for the local_computer_nameuser.  This nor the remote computer &lt;strong&gt;have&lt;/strong&gt; passwords assigned.  

Both computers are in the same workgroup.  It works fine if the /S is left off (local computer) or if /S 192.168.lll.l (local computer&#039;s static IP) is used

Any suggestions?

Thanx in advance, Skip</description>
		<content:encoded><![CDATA[<p>Great tool and I&#8217;d like to use it in a .bat file I have to check to see if a specific application is running on a couple of the computers in my little home network.  The problem is that I don&#8217;t have passwords, no logon password, and so when I do:<br />
TASKLIST /S remote-computer-name /FI &#8220;imagename eq myapp.exe&#8221; or<br />
TASKLIST /S 192.168.rrr.r (remote computer&#8217;s static IP)</p>
<p>I am prompted for the password for the local_computer_nameuser.  This nor the remote computer <strong>have</strong> passwords assigned.  </p>
<p>Both computers are in the same workgroup.  It works fine if the /S is left off (local computer) or if /S 192.168.lll.l (local computer&#8217;s static IP) is used</p>
<p>Any suggestions?</p>
<p>Thanx in advance, Skip</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davak</title>
		<link>http://www.tech-recipes.com/rx/448/xp_pro_vista_tasklist/comment-page-1/#comment-940</link>
		<dc:creator>davak</dc:creator>
		<pubDate>Thu, 28 Oct 2004 18:42:36 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-940</guid>
		<description>&lt;ul id=&quot;quote&quot;&gt;&lt;h6&gt;plumeriamo wrote:&lt;/h6&gt;I still cannot open my filing cabinet.  I talked to someone who gave me this case #140054393....but still it does not work....please advise me what to do next.  I&#039;ve changed my password, but still don&#039;t understand why I cannot open my filing cabinet, even when I put in password....
I have lots of items saved, and cannot get to it...HELP, H Moniz&lt;/ul&gt;

Is this in code?

Can I get somebody to translate this for me?

Case number?
Filing cabinet?</description>
		<content:encoded><![CDATA[<ul id="quote">
<h6>plumeriamo wrote:</h6>
<p>I still cannot open my filing cabinet.  I talked to someone who gave me this case #140054393&#8230;.but still it does not work&#8230;.please advise me what to do next.  I&#8217;ve changed my password, but still don&#8217;t understand why I cannot open my filing cabinet, even when I put in password&#8230;.<br />
I have lots of items saved, and cannot get to it&#8230;HELP, H Moniz</ul>
<p>Is this in code?</p>
<p>Can I get somebody to translate this for me?</p>
<p>Case number?<br />
Filing cabinet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: plumeriamo</title>
		<link>http://www.tech-recipes.com/rx/448/xp_pro_vista_tasklist/comment-page-1/#comment-936</link>
		<dc:creator>plumeriamo</dc:creator>
		<pubDate>Thu, 28 Oct 2004 10:44:58 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-936</guid>
		<description>I still cannot open my filing cabinet.  I talked to someone who gave me this case #140054393....but still it does not work....please advise me what to do next.  I&#039;ve changed my password, but still don&#039;t understand why I cannot open my filing cabinet, even when I put in password....
I have lots of items saved, and cannot get to it...HELP, H Moniz</description>
		<content:encoded><![CDATA[<p>I still cannot open my filing cabinet.  I talked to someone who gave me this case #140054393&#8230;.but still it does not work&#8230;.please advise me what to do next.  I&#8217;ve changed my password, but still don&#8217;t understand why I cannot open my filing cabinet, even when I put in password&#8230;.<br />
I have lots of items saved, and cannot get to it&#8230;HELP, H Moniz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unknownsoldier</title>
		<link>http://www.tech-recipes.com/rx/448/xp_pro_vista_tasklist/comment-page-1/#comment-217</link>
		<dc:creator>unknownsoldier</dc:creator>
		<pubDate>Tue, 22 Jun 2004 18:31:23 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-217</guid>
		<description>when I try to use taskill or tasklist, I get &quot;Access Denied&quot;

what did I do to deserve this?</description>
		<content:encoded><![CDATA[<p>when I try to use taskill or tasklist, I get &#8220;Access Denied&#8221;</p>
<p>what did I do to deserve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qmchenry</title>
		<link>http://www.tech-recipes.com/rx/448/xp_pro_vista_tasklist/comment-page-1/#comment-162</link>
		<dc:creator>qmchenry</dc:creator>
		<pubDate>Sat, 01 May 2004 20:21:44 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-162</guid>
		<description>Unfortunately, it appears that the tasklist command is not available in the home edition of XP.  I appologize for not trying the command in both versions before I wrote the recipe.  Of course, there are currently five different editions of XP (that I know about).  

Quinn</description>
		<content:encoded><![CDATA[<p>Unfortunately, it appears that the tasklist command is not available in the home edition of XP.  I appologize for not trying the command in both versions before I wrote the recipe.  Of course, there are currently five different editions of XP (that I know about).  </p>
<p>Quinn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: </title>
		<link>http://www.tech-recipes.com/rx/448/xp_pro_vista_tasklist/comment-page-1/#comment-161</link>
		<dc:creator></dc:creator>
		<pubDate>Sat, 01 May 2004 20:07:03 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-161</guid>
		<description>I must be doing something wrong, as I tried to use this command from the dos prompt and the windows dos prompt with no results.
I went to full dos and typed   tasklist (then enter) 
Then I went to start/run and typed cmd to get a dos prompt on the desktop and typed the same. No list.

I am using Home XP.. What am I doing wrong.

thanx
tommytx</description>
		<content:encoded><![CDATA[<p>I must be doing something wrong, as I tried to use this command from the dos prompt and the windows dos prompt with no results.<br />
I went to full dos and typed   tasklist (then enter)<br />
Then I went to start/run and typed cmd to get a dos prompt on the desktop and typed the same. No list.</p>
<p>I am using Home XP.. What am I doing wrong.</p>
<p>thanx<br />
tommytx</p>
]]></content:encoded>
	</item>
</channel>
</rss>
