<?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: Not Responding Permanent Solution</title>
	<atom:link href="http://www.techmynd.com/not-responding-permanent-solution/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techmynd.com/not-responding-permanent-solution/</link>
	<description>Computer, internet, software, reviews, tips, games, technology, downloads</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:07:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Graham</title>
		<link>http://www.techmynd.com/not-responding-permanent-solution/comment-page-1/#comment-9389</link>
		<dc:creator>Graham</dc:creator>
		<pubDate>Thu, 10 Jun 2010 20:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.techmynd.com/?p=7012#comment-9389</guid>
		<description>Hiroshi, thanks for your comments. I just noticed that this is for XP and I have 7. Would doing the above work for 7?

I don&#039;t have any problem closing programs from the Task Manager window - it&#039;s just that too many programs go into Not Responding all to often.</description>
		<content:encoded><![CDATA[<p>Hiroshi, thanks for your comments. I just noticed that this is for XP and I have 7. Would doing the above work for 7?</p>
<p>I don&#8217;t have any problem closing programs from the Task Manager window &#8211; it&#8217;s just that too many programs go into Not Responding all to often.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hiroshi</title>
		<link>http://www.techmynd.com/not-responding-permanent-solution/comment-page-1/#comment-9324</link>
		<dc:creator>Hiroshi</dc:creator>
		<pubDate>Mon, 07 Jun 2010 06:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.techmynd.com/?p=7012#comment-9324</guid>
		<description>@&lt;a href=&quot;http://www.techmynd.com/not-responding-permanent-solution/comment-page-1/#comment-9192&quot; rel=&quot;nofollow&quot;&gt;Graham&lt;/a&gt;: Download PSTools
http://download.sysinternals.com/Files/PsTools.zip
Open the PsTools folder and copy pskill.exe to your System32 folder.

Next time you have an application that is hanging, and it&#039;s process will not end from Task Manager, make note of its process PID number in Task Manager.

Open up a command prompt (Start &gt; Run &gt; Type cmd &gt; Enter) and type the following command:
pskill &lt;PID number&gt;
e.g.
pskill 1680

If you cant see PID in task manager against every task then click view &gt; select columns and select PID</description>
		<content:encoded><![CDATA[<p>@<a href="http://www.techmynd.com/not-responding-permanent-solution/comment-page-1/#comment-9192" rel="nofollow">Graham</a>: Download PSTools<br />
<a href="http://download.sysinternals.com/Files/PsTools.zip" rel="nofollow">http://download.sysinternals.com/Files/PsTools.zip</a><br />
Open the PsTools folder and copy pskill.exe to your System32 folder.</p>
<p>Next time you have an application that is hanging, and it&#8217;s process will not end from Task Manager, make note of its process PID number in Task Manager.</p>
<p>Open up a command prompt (Start > Run > Type cmd > Enter) and type the following command:<br />
pskill
<pid number>
e.g.<br />
pskill 1680</p>
<p>If you cant see PID in task manager against every task then click view > select columns and select PID</pid>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hiroshi</title>
		<link>http://www.techmynd.com/not-responding-permanent-solution/comment-page-1/#comment-9322</link>
		<dc:creator>Hiroshi</dc:creator>
		<pubDate>Mon, 07 Jun 2010 06:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.techmynd.com/?p=7012#comment-9322</guid>
		<description>@&lt;a href=&quot;http://www.techmynd.com/not-responding-permanent-solution/comment-page-1/#comment-9192&quot; rel=&quot;nofollow&quot;&gt;Graham&lt;/a&gt;: Right click on the empty area of the desktop and select New &gt; Desktop shortcut
Copy paste the following path in the target box
C:\Windows\System32\taskkill.exe -f -im &lt;process name&gt;
e.g.
C:\Windows\System32\taskkill.exe -f -im firefox.exe

Explanation:

a. -f is for force kill and -im is to kill all instances of any process
b. You can get to know the process name for any program through Task Manager under the Process tab . Press ctrl+shift+esc to open task manager.
3. Give a name to your shortcut and click Finish

Or you can simply use &#039;Ultimate Process Killer&#039;
http://sourceforge.net/projects/ultmprokill/</description>
		<content:encoded><![CDATA[<p>@<a href="http://www.techmynd.com/not-responding-permanent-solution/comment-page-1/#comment-9192" rel="nofollow">Graham</a>: Right click on the empty area of the desktop and select New > Desktop shortcut<br />
Copy paste the following path in the target box<br />
C:\Windows\System32\taskkill.exe -f -im
<process name>
e.g.<br />
C:\Windows\System32\taskkill.exe -f -im firefox.exe</p>
<p>Explanation:</p>
<p>a. -f is for force kill and -im is to kill all instances of any process<br />
b. You can get to know the process name for any program through Task Manager under the Process tab . Press ctrl+shift+esc to open task manager.<br />
3. Give a name to your shortcut and click Finish</p>
<p>Or you can simply use &#8216;Ultimate Process Killer&#8217;<br />
<a href="http://sourceforge.net/projects/ultmprokill/" rel="nofollow">http://sourceforge.net/projects/ultmprokill/</a></process>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham</title>
		<link>http://www.techmynd.com/not-responding-permanent-solution/comment-page-1/#comment-9192</link>
		<dc:creator>Graham</dc:creator>
		<pubDate>Sat, 05 Jun 2010 00:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.techmynd.com/?p=7012#comment-9192</guid>
		<description>I tried this but don&#039;t see either  AutoEndTasks or WaitToKillAppTimeout

Can you give any other suggestions?
Thanks.</description>
		<content:encoded><![CDATA[<p>I tried this but don&#8217;t see either  AutoEndTasks or WaitToKillAppTimeout</p>
<p>Can you give any other suggestions?<br />
Thanks.</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 (Feed is rejected)
Page Caching using disk: enhanced
Database Caching 1/10 queries in 0.018 seconds using disk: basic
Object Caching 464/464 objects using disk: basic

Served from: www.techmynd.com @ 2012-02-12 15:58:32 -->
