<?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>gHacks technology news &#187; kill process</title>
	<atom:link href="http://www.ghacks.net/tag/kill-process/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 09 Nov 2009 09:34:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Batch Kill Processes with Kill Process</title>
		<link>http://www.ghacks.net/2008/04/28/batch-kill-processes-with-kill-process/</link>
		<comments>http://www.ghacks.net/2008/04/28/batch-kill-processes-with-kill-process/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 08:05:49 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[batch kill processes]]></category>
		<category><![CDATA[kill list]]></category>
		<category><![CDATA[kill process]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[windows processes]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=3946</guid>
		<description><![CDATA[Some of you might have experienced certain spyware, virus or trojan behavior that they spawn another process as soon as the user kills it. This can be caused by several processes that are running on the system that are infected and that scan the system permanently to make sure that all the relevant malicious processes [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you might have experienced certain spyware, virus or trojan behavior that they spawn another process as soon as the user kills it. This can be caused by several processes that are running on the system that are infected and that scan the system permanently to make sure that all the relevant malicious processes are running. It is not possible to kill more than one task with the Windows Task Manager which is a bit unfortunate.</p>
<p>Kill Process is a process manager developed by Orange Lamp Software Solutions. The main purpose of the application is to provide the user with means to kill several processes at once and it can also prevent that new blocked processes are spawned on the system. That second feature comes in handy in numerous other occasions, more about that later.</p>
<p>The main interface of <a href="http://orangelampsoftware.com/products_killprocess.php">Kill Process</a> displays a list of all processes that are currently running on the system. The list contains information about each process that includes its name, description and memory usage. Detailed process information are available by selecting the process and hitting enter or right-clicking it and selecting Process Information from the menu.</p>
<p><span id="more-3946"></span><a href='http://www.ghacks.net/wp-content/uploads/2008/04/kill_process.jpg'><img src="http://www.ghacks.net/wp-content/uploads/2008/04/kill_process-300x192.jpg" alt="kill process" title="kill process" width="300" height="192" class="alignnone size-medium wp-image-3947" /></a></p>
<p>Processes are automatically added to the kill list once they have been marked for termination. The kill list can contain multiple processes that can be batch killed easily. This comes in very handy if you want to kill processes that spawn another instance of related processes. If you only use this feature Kill Process stops after killing the selected processes, even if a new process that is in the kill list spawns.</p>
<p>This can be prevented by the second feature of Kill Process: Process Scanning. If you activate Process Scanning Kill Process with actively scan the system for processes in the kill list and terminate those processes as soon as they appear as a process. The time between scans can be defined which is essential to prevent cpu overload.</p>
<p>This feature comes in handy in a number of occasions. Say you want to get rid of that dreaded <a href="http://www.ghacks.net/2007/10/22/how-to-remove-ctfmonexe/">ctfmon.exe</a> or other processes that appear every time Windows starts and you do not know how to suppress them. It is also possible to prevent that applications that you start spawn new processes. </p>
<p>Kill Process can be configured to run silently in the background by suppressing all errors and disabling confirmations.</p>

	Tags: <a href="http://www.ghacks.net/tag/batch-kill-processes/" title="batch kill processes" rel="tag">batch kill processes</a>, <a href="http://www.ghacks.net/tag/kill-list/" title="kill list" rel="tag">kill list</a>, <a href="http://www.ghacks.net/tag/kill-process/" title="kill process" rel="tag">kill process</a>, <a href="http://www.ghacks.net/tag/process/" title="process" rel="tag">process</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-processes/" title="windows processes" rel="tag">windows processes</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/13/youtube-batch-downloader/" title="Youtube Batch Downloader (May 13, 2008)">Youtube Batch Downloader</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/07/10/yahoo-widget-position-restorer/" title="Yahoo Widget Position Restorer (July 10, 2008)">Yahoo Widget Position Restorer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/02/23/workrave/" title="Workrave (February 23, 2006)">Workrave</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/04/28/batch-kill-processes-with-kill-process/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Automatically Kill Hung Applications</title>
		<link>http://www.ghacks.net/2007/08/25/automatically-kill-hung-applications/</link>
		<comments>http://www.ghacks.net/2007/08/25/automatically-kill-hung-applications/#comments</comments>
		<pubDate>Sat, 25 Aug 2007 07:11:10 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[application not reacting]]></category>
		<category><![CDATA[hung application]]></category>
		<category><![CDATA[kill process]]></category>
		<category><![CDATA[windows tips]]></category>
		<category><![CDATA[windows-xp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/08/25/automatically-kill-hung-applications/</guid>
		<description><![CDATA[Windows can really sometimes annoy the hell out of me. Starting a new software that was recently installed and seeing it hang after the start with delayed reactions from the system can be really painful. Hitting CTRL + ALT + DEL and waiting minutes before the dialog pops up is not the number one solution to get rid of a process that is stuck in nirvana.]]></description>
			<content:encoded><![CDATA[<p>Windows can really sometimes annoy the hell out of me. Starting a new software that was recently installed and seeing it hang after the start with delayed reactions from the system can be really painful. Hitting CTRL + ALT + DEL and waiting minutes before the dialog pops up is not the number one solution to get rid of a process that is stuck in nirvana.</p>
<p>One way to get rid of those processes immediately or after a set time is to edit your registry and change one or two values there. I had the chance to test this on Windows XP only but it could be similar for other operating systems such as Windows 2000. </p>
<p>Open your registry and navigate to the key <code>HKEY_CURRENT_USER\Control Panel\Desktop</code> and change the value from the key &#8216;AutoEndTask&#8217; to 1. If you want to set a time to wait until the kill process is executed you need to change the value of the key &#8216;WaitToKillAppTimeout&#8217; to a value in milliseconds which means 1000 would be 1 second.</p>
<p><span id="more-1920"></span>via: <a href="http://www.technospot.net/blogs/how-to-automatically-terminate-hung-program-in-windows-xp/">Technospot</a></p>

	Tags: <a href="http://www.ghacks.net/tag/application-not-reacting/" title="application not reacting" rel="tag">application not reacting</a>, <a href="http://www.ghacks.net/tag/hung-application/" title="hung application" rel="tag">hung application</a>, <a href="http://www.ghacks.net/tag/kill-process/" title="kill process" rel="tag">kill process</a>, <a href="http://www.ghacks.net/tag/windows-tips/" title="windows tips" rel="tag">windows tips</a>, <a href="http://www.ghacks.net/tag/windows-xp/" title="windows-xp" rel="tag">windows-xp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/03/02/windows-xp-run-count-list-and-editor/" title="Windows XP Run Count List and Editor (March 2, 2008)">Windows XP Run Count List and Editor</a> (3)</li>
	<li><a href="http://www.ghacks.net/2005/12/11/windows-xp-diagnostic-guide/" title="Windows Xp Diagnostic Guide (December 11, 2005)">Windows Xp Diagnostic Guide</a> (0)</li>
	<li><a href="http://www.ghacks.net/2005/12/14/windows-xp-command-line-list/" title="Windows Xp Command Line List (December 14, 2005)">Windows Xp Command Line List</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/09/05/vista-explorer-breadcrumbs-for-windows-xp/" title="Vista Explorer Breadcrumbs for Windows XP (September 5, 2007)">Vista Explorer Breadcrumbs for Windows XP</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/03/08/use-windows-vista-fonts-in-windows-xp/" title="Use Windows Vista fonts in Windows XP (March 8, 2008)">Use Windows Vista fonts in Windows XP</a> (22)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/08/25/automatically-kill-hung-applications/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
