<?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; processes</title>
	<atom:link href="http://www.ghacks.net/tag/processes/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>Tue, 24 Nov 2009 03:24:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Batch Kill Processes With Auto Kill Any Process</title>
		<link>http://www.ghacks.net/2009/10/05/batch-kill-processes-with-auto-kill-any-process/</link>
		<comments>http://www.ghacks.net/2009/10/05/batch-kill-processes-with-auto-kill-any-process/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 12:40:12 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[batch kill processes]]></category>
		<category><![CDATA[kill processes]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=16955</guid>
		<description><![CDATA[Auto Kill Any Process has been designed to batch kill running processes in Windows. Why would someone want to do that? There are actually a few reasons where this functionality might come in handy. Think about launching programs that benefit from every additional Megabyte of computer memory and cpu power. Some gamers for instance like [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/09/windows_software.jpg" alt="windows software" title="windows software" width="128" height="128" class="alignleft size-full wp-image-16120" />Auto Kill Any Process has been designed to batch kill running processes in Windows. Why would someone want to do that? There are actually a few reasons where this functionality might come in handy. Think about launching programs that benefit from every additional Megabyte of computer memory and cpu power. Some gamers for instance like to disable and kill as many processes before they start their gaming sessions. It might also come in handy to kill startup processes if they cannot be removed (for whatever reason).</p>
<p>The software program works with a so called hitlist that is configured in the program&#8217;s settings. The hitlist basically contains names of processes that the user wants to include in the kill command. New processes can be added from the list of running processes that are displayed in an extra tab in the program or by entering the name of the process manually in a comma separated list in the interface or the hitlist.txt file directly.</p>
<p><span id="more-16955"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/10/processes-500x447.jpg" alt="processes" title="processes" width="500" height="447" class="alignnone size-medium wp-image-16956" /></p>
<p>All it takes to kill all processes that are listed in the hit list is to double-click the program icon of Auto Kill Any Process. This is a manual process and users who want to automate it need to use different applications like Kill Process (see: <a href="http://www.ghacks.net/2008/04/28/batch-kill-processes-with-kill-process/">Batch Kill Processes with Kill Process</a>) or Process Lasso (see: <a href="http://www.ghacks.net/2007/08/26/process-lasso-a-process-manager/">Process Lasso a Process Manager</a>).</p>
<p>The configuration can be changed at anytime by launching the settings shortcut of the program. Auto Kill Any Process requires the Microsoft .net Framework 2.0. It should be compatible with most versions of Microsoft Windows and was tested on a system running Windows XP SP3. The <a href="http://akmasolutions.blogspot.com/2009/10/auto-kill-any-process.html">download</a> is available at the developer&#8217;s website.</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-processes/" title="kill processes" rel="tag">kill processes</a>, <a href="http://www.ghacks.net/tag/process/" title="process" rel="tag">process</a>, <a href="http://www.ghacks.net/tag/processes/" title="processes" rel="tag">processes</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/09/windows-task-manager-replacement-dtaskmanager/" title="Windows Task Manager Replacement DTaskManager (June 9, 2009)">Windows Task Manager Replacement DTaskManager</a> (7)</li>
	<li><a href="http://www.ghacks.net/2007/08/26/process-lasso-a-process-manager/" title="Process Lasso a Process Manager (August 26, 2007)">Process Lasso a Process Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/07/29/kill-processes-with-super-alt-f4/" title="Kill Processes With Super Alt F4 (July 29, 2009)">Kill Processes With Super Alt F4</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/04/28/batch-kill-processes-with-kill-process/" title="Batch Kill Processes with Kill Process (April 28, 2008)">Batch Kill Processes with Kill Process</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/10/21/zonescreen-finally-gets-64-bit-update/" title="ZoneScreen Finally Gets 64-bit Update (October 21, 2008)">ZoneScreen Finally Gets 64-bit Update</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/10/05/batch-kill-processes-with-auto-kill-any-process/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Get to know Linux: ps command</title>
		<link>http://www.ghacks.net/2009/07/01/get-to-know-linux-ps-command/</link>
		<comments>http://www.ghacks.net/2009/07/01/get-to-know-linux-ps-command/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 00:04:35 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[process status]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[ps]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14023</guid>
		<description><![CDATA[Over the years there have been certain commands that have really helped me out of a bind. One of those commands is the ps command. The ps stands for process status and it tells you, as you would expect, the status of a process. This is a fast way to know if an application or [...]]]></description>
			<content:encoded><![CDATA[<p>Over the years there have been certain commands that have really helped me out of a bind. One of those commands is the <em>ps</em> command. The <em>ps </em>stands for <em>process status</em> and it tells you, as you would expect, the status of a process. This is a fast way to know if an application or command is running on a Linux system. Oh sure you could fire up a swell GUI for the same purpose, but that GUI does you no good if you are working on a headless server installation or working on a remote machine. In those instances the <em>ps </em>command is your best bet for helping to manage processes.</p>
<p>You will be glad to know that the <em>ps</em> command will most certainly be already installed on your Linux machine, so there is no need to worry about installation.</p>
<p><span id="more-14023"></span><strong>Command structure</strong></p>
<p>The basic command structure for <em>ps </em>is:</p>
<p>ps OPTION</p>
<p>Of course every good Linux command offers a lot of options, and <em>ps</em> is no exception. For this command we will just outline the best groupings of options together instead of just listing all of (or the best) options. This way you can skip right down to the command you need to use.</p>
<p><strong>Show list of processes owned by a specific user</strong></p>
<p>Say I want to list all processes owned by user <em>jlwallen</em>. To do this I could enter one of two commands:</p>
<p><em>ps ux</em></p>
<p>This will list out all processes that are owned by the user issuing the command. The results for this command will look like:</p>
<p><code>USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND<br />
jlwallen   560  0.0  0.3  18312  7376 ?        SNs  19:40   0:00 /etc/alternativ<br />
jlwallen   561  0.0  0.1   7316  3932 pts/0    SNs  19:40   0:00 bash<br />
jlwallen  1137  0.0  0.0   1644   416 ?        S    19:47   0:00 sleep 8<br />
jlwallen  1141  0.0  0.0   1644   420 ?        S    19:47   0:00 sleep 8<br />
jlwallen  1142  0.0  0.0   4384  1012 pts/0    RN+  19:48   0:00 ps ux</code></p>
<p>You can also get a similar listing with the command:</p>
<p><em>ps U jlwallen</em></p>
<p>The results of this command will be:</p>
<p><code>PID TTY      STAT   TIME COMMAND<br />
560 ?        SNs    0:00 /etc/alternatives/x-terminal-emulator<br />
561 pts/0    SNs    0:00 bash<br />
1223 ?        S      0:00 sleep 8<br />
1227 ?        S      0:00 sleep 8<br />
1228 pts/0    RN+    0:00 ps U jlwallen</code></p>
<p><strong>Show all processes</strong></p>
<p>To see every process on your system you would enter the command:</p>
<p><em>ps aux</em></p>
<p>The results of this command would look similar to that of <em>ps ux</em> only it would show the process of every user as well as the system.</p>
<p><strong>List the details of a single process</strong></p>
<p>What about when you want to see the details of only a single process? Imagine issuing the command <em>ps ux</em> and having to search through all of the listings to find the information about the one process you are trying to gain information about. Say, for example, you need to find the PID (Process ID) of the currently running daemon for Dansguardian. You can use the <em>ps</em> command and pipe the results to the <em>grep</em> command to search the listing for a specific string and print out only the matching strings. To do this issue the command:</p>
<p><em>ps aux | grep dansguardian</em></p>
<p>which will print out something like:</p>
<p><code>113       2596  0.0  0.5  17852 11460 ?        Ss   06:49   0:00 /usr/sbin/dansguardian</code></p>
<p>Now you can see the PID of Dansguardian is 2596. You can kill this with the <em>kill 2956 </em>command.</p>
<p><strong>Final thoughts</strong></p>
<p>There are many more uses for the <em>ps</em> command as well as many more ways to use the <em>ps </em>command. The above three examples are the most often used, but don&#8217;t think you are limited to only those uses. Issue the command <em>man ps</em> and you will see a full listing of all the <em>ps</em> options available to you.</p>

	Tags: <a href="http://www.ghacks.net/tag/process-status/" title="process status" rel="tag">process status</a>, <a href="http://www.ghacks.net/tag/processes/" title="processes" rel="tag">processes</a>, <a href="http://www.ghacks.net/tag/ps/" title="ps" rel="tag">ps</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/09/windows-task-manager-replacement-dtaskmanager/" title="Windows Task Manager Replacement DTaskManager (June 9, 2009)">Windows Task Manager Replacement DTaskManager</a> (7)</li>
	<li><a href="http://www.ghacks.net/2006/02/13/what-is-that-file/" title="What is that file ? (February 13, 2006)">What is that file ?</a> (0)</li>
	<li><a href="http://www.ghacks.net/2006/06/26/what-is-running-on-my-system/" title="What is running on my system ? (June 26, 2006)">What is running on my system ?</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/02/23/vssvcexe/" title="Vssvc.exe (February 23, 2008)">Vssvc.exe</a> (8)</li>
	<li><a href="http://www.ghacks.net/2005/10/25/process-patrol/" title="Process Patrol (October 25, 2005)">Process Patrol</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/01/get-to-know-linux-ps-command/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Task Manager Replacement DTaskManager</title>
		<link>http://www.ghacks.net/2009/06/09/windows-task-manager-replacement-dtaskmanager/</link>
		<comments>http://www.ghacks.net/2009/06/09/windows-task-manager-replacement-dtaskmanager/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 22:43:58 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[dtaskmanager]]></category>
		<category><![CDATA[microsoft-windows]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[task-manager]]></category>
		<category><![CDATA[windows software]]></category>
		<category><![CDATA[windows task manager]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/06/09/windows-task-manager-replacement-dtaskmanager/</guid>
		<description><![CDATA[DTaskManager is a lightweight replacement for the default Windows Task Manager. It can be used side by side with the Windows Task Manager or replace it fully. If the second option is selected it will be launched when the user is opening the task manager the usual way. The program uses a similar layout as [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />DTaskManager is a lightweight replacement for the default Windows Task Manager. It can be used side by side with the Windows Task Manager or replace it fully. If the second option is selected it will be launched when the user is opening the task manager the usual way. The program uses a similar layout as the Windows Task Manager but provides access to additional information and functions in its various tabs.</p>
<p>The five default tabs that are available in the Windows Task Manager are offered by DTaskManager plus the two additional Ports and Kernel Modules section. The program displays extensive information in each section of its interface, something that can only be partially achieved in the Windows Task Manager. The processes tab lists for example the path of the process and the cpu time by default. </p>
<p><span id="more-13396"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/06/windows_task_manager-500x325.jpg" alt="windows task manager" title="windows task manager" width="500" height="325" class="alignnone size-medium wp-image-13395" /></p>
<p>The Ports section displays all network connections of the local computer system offering massive amounts of information that include the process name, local IP and port, remote IP and port, the protocol, path and socket status. </p>
<p>DTaskManager offers some advanced functions on how to deal with processes. It can for example kill processes the usual way, force the process to be closed and initiate an override to close the process which will bypass permissions as well. Another interesting feature is the ability to suspend tasks. This is a feature known from the Linux operating system which can temporarily halt tasks. That&#8217;s a handy feature in situations where all system resources are needed by a process as the user can suspend processes and resume them once the resources are not needed anymore for the priority process.</p>
<p>A few minor options are the ability to display the cpu and memory usage in the system tray. This can be displayed as a bar or as numerical values. <a href="http://dimio.altervista.org/eng/">DTaskManager</a> is a solid and lightweight Windows Task Manager replacement. It is compatible with Windows 2000, Windows XP and Windows Vista.</p>

	Tags: <a href="http://www.ghacks.net/tag/dtaskmanager/" title="dtaskmanager" rel="tag">dtaskmanager</a>, <a href="http://www.ghacks.net/tag/microsoft-windows/" title="microsoft-windows" rel="tag">microsoft-windows</a>, <a href="http://www.ghacks.net/tag/processes/" title="processes" rel="tag">processes</a>, <a href="http://www.ghacks.net/tag/task-manager/" title="task-manager" rel="tag">task-manager</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a>, <a href="http://www.ghacks.net/tag/windows-task-manager/" title="windows task manager" rel="tag">windows task manager</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/10/18/windows-xkill/" title="Windows xKill (October 18, 2008)">Windows xKill</a> (14)</li>
	<li><a href="http://www.ghacks.net/2009/01/01/windows-task-manager-extension/" title="Windows Task Manager Extension (January 1, 2009)">Windows Task Manager Extension</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/03/02/windows-system-explorer/" title="Windows System Explorer (March 2, 2009)">Windows System Explorer</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/01/02/windows-7-like-taskbar-in-windows-xp/" title="Windows 7 Like Taskbar In Windows XP (January 2, 2009)">Windows 7 Like Taskbar In Windows XP</a> (10)</li>
	<li><a href="http://www.ghacks.net/2008/09/27/task-manager-software-extension/" title="Task Manager Software Extension (September 27, 2008)">Task Manager Software Extension</a> (11)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/09/windows-task-manager-replacement-dtaskmanager/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Automatically Identify Running Processes</title>
		<link>http://www.ghacks.net/2009/01/29/automatically-identify-running-processes/</link>
		<comments>http://www.ghacks.net/2009/01/29/automatically-identify-running-processes/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 18:45:44 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[assassin le]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[identify processes]]></category>
		<category><![CDATA[process explorer]]></category>
		<category><![CDATA[process identifier]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[security-software]]></category>
		<category><![CDATA[window software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10201</guid>
		<description><![CDATA[Assassin SE is a software program for that will scan, identify and rate all running processes on a computer system running Windows NT, Windows 2000, Windows XP or Windows Vista. The program will automatically scan all running processes during startup and display information about them in a table. Among the information provided are the name, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blacklistsoft.com/assassin.php#">Assassin SE</a> is a software program for that will scan, identify and rate all running processes on a computer system running Windows NT, Windows 2000, Windows XP or Windows Vista. The program will automatically scan all running processes during startup and display information about them in a table. Among the information provided are the name, process ID, company that developed it and a rating. The ratings range from safe to malicious and unknown. This makes it easy to identify problematic processes that require further investigation.</p>
<p>The program comes with a process modules viewer which will display the various modules a process is accessing on a computer system. The modules are rated with the same rating system and can give additional information about the process in question. Additional options include the ability to explore the system directory of a process and to perform a action on selected processes.</p>
<p>Actions can be to ignore (the default value), close or delete a process on the computer system. Closing will simply kill the process on the system while deleting will try and delete the file on the hard drive so that the file cannot be executed anymore.</p>
<p><span id="more-10201"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/01/process_rater.jpg" alt="process rater" title="process rater" width="462" height="417" class="alignnone size-full wp-image-10202" /><br />
<img src="http://www.ghacks.net/wp-content/uploads/2009/01/process_modules_viewer.jpg" alt="process modules viewer" title="process modules viewer" width="292" height="372" class="alignnone size-full wp-image-10203" /></p>
<p>Microsoft processes can be removed from the display to get a better overview of the non-system processes that are running on the system. The main problem of Assassin SE is the lack of ratings for several known applications. It was not able to identify <a href="http://www.ghacks.net/tag/true-crypt/">True Crypt</a>, Foxit Reader or Newsbin Pro which are common applications. It did however identify <a href="http://www.ghacks.net/tag/firefox/">Firefox</a>, uTorrent and Skype.</p>
<p>The software program can be helpful when checking the processes that are running on a computer system. It still requires some manual research after being left with unknown and potentially dangerous processes but it helps at reducing the amount of processes that have to be checked.</p>

	Tags: <a href="http://www.ghacks.net/tag/assassin-le/" title="assassin le" rel="tag">assassin le</a>, <a href="http://www.ghacks.net/tag/freeware/" title="freeware" rel="tag">freeware</a>, <a href="http://www.ghacks.net/tag/identify-processes/" title="identify processes" rel="tag">identify processes</a>, <a href="http://www.ghacks.net/tag/process-explorer/" title="process explorer" rel="tag">process explorer</a>, <a href="http://www.ghacks.net/tag/process-identifier/" title="process identifier" rel="tag">process identifier</a>, <a href="http://www.ghacks.net/tag/processes/" title="processes" rel="tag">processes</a>, <a href="http://www.ghacks.net/tag/security-software/" title="security-software" rel="tag">security-software</a>, <a href="http://www.ghacks.net/tag/window-software/" title="window software" rel="tag">window software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/04/21/a-sandbox-for-applications/" title="A Sandbox for Applications (April 21, 2007)">A Sandbox for Applications</a> (5)</li>
	<li><a href="http://www.ghacks.net/2006/11/29/zombie-city-tactics/" title="Zombie City Tactics (November 29, 2006)">Zombie City Tactics</a> (0)</li>
	<li><a href="http://www.ghacks.net/2006/03/20/xsite-freeware/" title="Xsite Freeware (March 20, 2006)">Xsite Freeware</a> (1)</li>
	<li><a href="http://www.ghacks.net/2007/05/31/wise-registry-cleaner/" title="Wise Registry Cleaner (May 31, 2007)">Wise Registry Cleaner</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/06/09/windows-task-manager-replacement-dtaskmanager/" title="Windows Task Manager Replacement DTaskManager (June 9, 2009)">Windows Task Manager Replacement DTaskManager</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/01/29/automatically-identify-running-processes/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Bill2&#8217;s Process Manager</title>
		<link>http://www.ghacks.net/2008/04/25/bill2s-process-manager/</link>
		<comments>http://www.ghacks.net/2008/04/25/bill2s-process-manager/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 15:40:33 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[multi core]]></category>
		<category><![CDATA[process manager]]></category>
		<category><![CDATA[processes]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=3915</guid>
		<description><![CDATA[Oh not, not another process manager. I hear you, really. But Bill2&#8217;s Process Manager is something special, at least I think it is. It is optimized for multi core systems and compatible to Windows 2000, Windows XP and Windows Vista. The first thing that you should do after installing the application is to switch the [...]]]></description>
			<content:encoded><![CDATA[<p>Oh not, not another process manager. I hear you, really. But Bill2&#8217;s Process Manager is something special, at least I think it is. It is optimized for multi core systems and compatible to Windows 2000, Windows XP and Windows Vista. The first thing that you should do after installing the application is to switch the language in the options from French to English. That is, unless you are French of course. The English translation is well done, there is however no help file available in English and the <a href="http://www.bill2-software.com/processmanager/">homepage</a> of the developer is completely in French, too.</p>
<p>The process manager displays a list of processes currently running on the system. By default hidden processes are hidden but they can easily be revealed in the interface. A right-click provides several possibilities to interact with the process. It is possible to open the program directory, perform a Google search, to set the priority of the process, look at its properties and create a rule for it.</p>
<p>The rules are basically permanent changes to the process. Everyone can set a process priority in the task manager but those priorities are reset when the process is killed. With rules users can make those changes permanent as long as the process manager is running in the background.</p>
<p><span id="more-3915"></span><a href='http://www.ghacks.net/wp-content/uploads/2008/04/bill2_process_manager.jpg'><img src="http://www.ghacks.net/wp-content/uploads/2008/04/bill2_process_manager-300x296.jpg" alt="bill2 process manager" title="bill2 process manager" width="300" height="296" class="alignnone size-medium wp-image-3916" /></a></p>
<p>Even more interesting is the fact that you can set process priorities for visible and minimized applications and set a cpu core affinity and that each instance of the process should be distributed to different cores. Another interesting aspect are the special actions. Those can be defined if a process is started, ended or idle. Actions include to launch another application, to restart the process, to kill it or to show a tooltip.</p>

	Tags: <a href="http://www.ghacks.net/tag/cpu/" title="cpu" rel="tag">cpu</a>, <a href="http://www.ghacks.net/tag/multi-core/" title="multi core" rel="tag">multi core</a>, <a href="http://www.ghacks.net/tag/process-manager/" title="process manager" rel="tag">process manager</a>, <a href="http://www.ghacks.net/tag/processes/" title="processes" rel="tag">processes</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><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/03/02/end-multiple-programs-at-once/" title="End multiple programs at once (March 2, 2008)">End multiple programs at once</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/01/18/windows-application-monitor-kiwi/" title="Windows Application Monitor Kiwi (January 18, 2009)">Windows Application Monitor Kiwi</a> (7)</li>
	<li><a href="http://www.ghacks.net/2006/06/26/what-is-running-on-my-system/" title="What is running on my system ? (June 26, 2006)">What is running on my system ?</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/04/25/monitor-cpu-core-temperatures/" title="Monitor CPU Core Temperatures (April 25, 2008)">Monitor CPU Core Temperatures</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/03/01/automatically-adjust-the-process-priority/" title="Automatically Adjust the Process Priority (March 1, 2008)">Automatically Adjust the Process Priority</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/04/25/bill2s-process-manager/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>End multiple programs at once</title>
		<link>http://www.ghacks.net/2008/03/02/end-multiple-programs-at-once/</link>
		<comments>http://www.ghacks.net/2008/03/02/end-multiple-programs-at-once/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 17:40:47 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[process manager]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[programs]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/03/02/end-multiple-programs-at-once/</guid>
		<description><![CDATA[It sometimes is a good idea to close most processes and programs at once. Could be helpful if you want to run a very resource intensive program or an application asks you to close all programs open before continuing. This happens when you install some programs or run utilities like scandisk or defrag.]]></description>
			<content:encoded><![CDATA[<p>It sometimes is a good idea to close most processes and programs at once. Could be helpful if you want to run a very resource intensive program or an application asks you to close all programs open before continuing. This happens when you install some programs or run utilities like scandisk or defrag.</p>
<p><a href="http://www.pcmedixwebs.com/enditall-1.htm" target="_blank">End it all</a> is a program that lets you close all selected processes and programs except for several system processes and those that you have selected not to close. When you start End it all you get a view that resembles the Windows Task Manager. All open processes and applications are displayed. Icons define if a process will be closed or killed if you press the buttons that initiate that.</p>
<p>A right click on a process  makes it possible to change the behavior to allow that it can be closed and / or killed when the button is pressed. Some processes are locked and can&#8217;t be changed at all to ensure that Windows continues to work properly.</p>
<p><span id="more-3403"></span> <img src="http://www.ghacks.net/wp-content/uploads/2008/03/end_it_all.jpg" alt="end it all" /></p>
<p>The yellow icon means that End it all can close or kill the process, a red icon indicates a protected process that cannot be killed or closed. The icon with the X and the green border indicates processes that can be closed but not killed while a skull with a red border allows to kill the process but not to close it.</p>
<p>Talking about the difference between closing and killing. Closing gives the process a chance to close normally with special operations that are probably required during shutdown while killing a process stops it immediately which can lead to data loss.</p>
<p>Once everything is setup you can create a batch file that uses command line options to perform the required operation, i.e closing or killing all defined processes. The command START enditall /K would kill all processes. A full list of command line parameters can be obtained with the /? parameter.</p>

	Tags: <a href="http://www.ghacks.net/tag/process-manager/" title="process manager" rel="tag">process manager</a>, <a href="http://www.ghacks.net/tag/processes/" title="processes" rel="tag">processes</a>, <a href="http://www.ghacks.net/tag/programs/" title="programs" rel="tag">programs</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><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/04/25/bill2s-process-manager/" title="Bill2&#8217;s Process Manager (April 25, 2008)">Bill2&#8217;s Process Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/01/18/windows-application-monitor-kiwi/" title="Windows Application Monitor Kiwi (January 18, 2009)">Windows Application Monitor Kiwi</a> (7)</li>
	<li><a href="http://www.ghacks.net/2006/06/26/what-is-running-on-my-system/" title="What is running on my system ? (June 26, 2006)">What is running on my system ?</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/04/13/find-software-alternatives/" title="Find Software Alternatives (April 13, 2009)">Find Software Alternatives</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/05/05/control-running-programs/" title="Control Running Programs (May 5, 2008)">Control Running Programs</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/03/02/end-multiple-programs-at-once/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Automatically Adjust the Process Priority</title>
		<link>http://www.ghacks.net/2008/03/01/automatically-adjust-the-process-priority/</link>
		<comments>http://www.ghacks.net/2008/03/01/automatically-adjust-the-process-priority/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 09:52:48 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[task-manager]]></category>
		<category><![CDATA[tcp/ip]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/03/01/automatically-adjust-the-process-priority/</guid>
		<description><![CDATA[There is no automatic way to adjust the priority of a process in Windows using the default tools supplied by Microsoft. It is possible to adjust the current process priority but this setting is only valid for the current setting. Once the process gets killed, for example by closing the application or rebooting, it reverts the priority back to the default one.]]></description>
			<content:encoded><![CDATA[<p>There is no automatic way to adjust the priority of a process in Windows using the default tools supplied by Microsoft. It is possible to adjust the current process priority but this setting is only valid for the current setting. Once the process gets killed, for example by closing the application or rebooting, it reverts the priority back to the default one.</p>
<p>But what if you want to do it automatically ? Say you happen to transcode videos every now and then and want that process to be below normal to continue working with your computer during the process. Or you would like to assign a higher process priority to a game that you like to play and that needs all the cpu cycles that it can get.</p>
<p>I can tell from personal experience that there are many applications where an automatic adjustment of the process priority would come in handy.</p>
<p><span id="more-3384"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/03/process_priority.jpg" alt="process priority" /></p>
<p>One tool that does the job is Prio, the <a href="http://www.prnwatch.com/prio.html" title="priority saver" target="_blank">Priority Saver</a>. It adds this functionality to the Windows Task Manager. The most important feature that it introduces is the ability to save priorities for processes. To do that you simply select another process priority and check the Save Priority entry in the same menu as well.</p>
<p>Every time the process is started it will run with the selected priority from now on. The different colors are also added by Priority Saver. Green colors are assigned to processes with a digital signature while red colored ones do not have one. Hovering the mouse over  a process will display a tooltip with additional information about it.</p>
<p>Priority Saver adds two new tabs to the Windows Task Manager as well which are called Services and TCP / IP.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/03/windows_services.jpg" alt="windows services" /></p>
<p>The services tab displays all services currently installed on the system. This menu makes it possible to start and stop services and change their startup mode which makes the services.msc application redundant.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/03/tcp_ip_task_manager.jpg" alt="tcp ip task manager" /></p>
<p>The TCP/IP tab displays all incoming and outgoing network connections of the computer. Tooltips aid in determining the process that is responsible for the connection.</p>
<p>Process Priority is free for personal use and runs fine in Windows XP. There is no information available about other supported operating systems.</p>

	Tags: <a href="http://www.ghacks.net/tag/processes/" title="processes" rel="tag">processes</a>, <a href="http://www.ghacks.net/tag/services/" title="services" rel="tag">services</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/task-manager/" title="task-manager" rel="tag">task-manager</a>, <a href="http://www.ghacks.net/tag/tcpip/" title="tcp/ip" rel="tag">tcp/ip</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-tips/" title="windows tips" rel="tag">windows tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/08/07/windows-explorer-file-extension-column/" title="Windows Explorer File Extension Column (August 7, 2008)">Windows Explorer File Extension Column</a> (8)</li>
	<li><a href="http://www.ghacks.net/2007/11/01/why-is-nvsvc32exe-running-on-my-system/" title="Why is nvsvc32.exe running on my system ? (November 1, 2007)">Why is nvsvc32.exe running on my system ?</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/06/26/what-is-running-on-my-system/" title="What is running on my system ? (June 26, 2006)">What is running on my system ?</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/03/15/task-manager-replacement/" title="Task Manager Replacement (March 15, 2008)">Task Manager Replacement</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/08/03/remove-unnecessary-entries-from-the-new-file-menu/" title="Remove Unnecessary Entries From The New File Menu (August 3, 2006)">Remove Unnecessary Entries From The New File Menu</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/03/01/automatically-adjust-the-process-priority/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Vssvc.exe</title>
		<link>http://www.ghacks.net/2008/02/23/vssvcexe/</link>
		<comments>http://www.ghacks.net/2008/02/23/vssvcexe/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 11:18:28 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[vssvc.exe]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/02/23/vssvcexe/</guid>
		<description><![CDATA[You might know that I regularly check all running processes as part of a cleanup process. It is also important from a security point of view. I spotted the file vssvc.exe today running on my computer and I was pretty sure that it was not running last time I checked. A quick check reveled that it was related to the Volume Shadow Copy Service  in Windows XP.]]></description>
			<content:encoded><![CDATA[<p>You might know that I regularly check all running processes as part of a cleanup process. It is also important from a security point of view. I spotted the file vssvc.exe today running on my computer and I was pretty sure that it was not running last time I checked. A quick check reveled that it was related to the Volume Shadow Copy Service in Windows XP.</p>
<p>This service is used by several backup applications to create backups of files that are currently in use, on the fly backups so to say. I knew that I did install two backup applications in the last week, Cobian Backup and MozyHome and I suspect that one of these was responsible for the change.</p>
<p>The real question however is if I need this service at all. It was using a little bit more than six Megabytes of RAM without any real benefit. I decided to stop the service and run a backup to see if it would go through and backup all the files selected. Since I&#8217;m not backing up any Windows system files I suspected that it would not make a difference.</p>
<p><span id="more-3316"></span>I stopped the Volume Shadow Copy Service and the file vssvc.exe disappeared from the list of open processes. The backup completed without errors afterwards. Vssvc.exe has been set to disabled in Services.msc so that it does not get started accidentally if set to manually.</p>
<p>It would be different if you would backup system files regularly in Windows. Those files can&#8217;t be processed if they are in use at the moment of the backup if the Volume Shadow Copy Service is not running in the background.</p>

	Tags: <a href="http://www.ghacks.net/tag/backup/" title="backup" rel="tag">backup</a>, <a href="http://www.ghacks.net/tag/processes/" title="processes" rel="tag">processes</a>, <a href="http://www.ghacks.net/tag/service/" title="service" rel="tag">service</a>, <a href="http://www.ghacks.net/tag/vssvcexe/" title="vssvc.exe" rel="tag">vssvc.exe</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/09/08/windows-live-wave-3/" title="Windows Live Wave 3 (September 8, 2008)">Windows Live Wave 3</a> (13)</li>
	<li><a href="http://www.ghacks.net/2006/06/26/what-is-running-on-my-system/" title="What is running on my system ? (June 26, 2006)">What is running on my system ?</a> (0)</li>
	<li><a href="http://www.ghacks.net/2005/10/25/process-patrol/" title="Process Patrol (October 25, 2005)">Process Patrol</a> (0)</li>
	<li><a href="http://www.ghacks.net/2006/12/21/karens-replicator-automatic-backup-solution/" title="Karens Replicator automatic backup solution (December 21, 2006)">Karens Replicator automatic backup solution</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/04/05/idle-backup/" title="Idle Backup (April 5, 2008)">Idle Backup</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/02/23/vssvcexe/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Kill Tasks from the System Tray</title>
		<link>http://www.ghacks.net/2007/11/13/kill-tasks-from-the-system-tray/</link>
		<comments>http://www.ghacks.net/2007/11/13/kill-tasks-from-the-system-tray/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 15:44:42 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[taskmanager]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/11/13/kill-tasks-from-the-system-tray/</guid>
		<description><![CDATA[Task Killer is a small but very useful Windows software which places a small icon in the system tray. Clicking that icon reveals all running processes, open windows and services in an easy to use interface. The processes give details about memory usage and name of course.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rsdsoft.com/task_killer/index.php4">Task Killer</a> is a small but very useful Windows software which places a small icon in the system tray. Clicking that icon reveals all running processes, open windows and services in an easy to use interface. The processes give details about memory usage and name of course.</p>
<p>A click on any process kills that process after verification that you really want to do that. The main purpose of Task Killer is to be quickly able to terminate hung processes and windows without having to load the Windows task manager. I like the display of all running processes and their memory consumption which really aids in finding out which tasks use a lot of resources.</p>
<p>This was actually the way that I found that MediaAgent.exe was running on my system which lead to another article I posted earlier today. Users can change the default behavior of Task Killer in the options. It is possible for instance to disable the confirmation dialog or to create shortcuts to access functions even faster.</p>
<p><span id="more-2269"></span><img src="http://www.ghacks.net/files/screens/2007/11/task-kill.gif" alt="kill tasks from the system tray" /></p>
<p>via <a href="http://lifehacker.com/software/featured-windows-download/kill-runaway-processes-from-the-task-bar-with-task-killer-321649.php">Lifehacker</a></p>

	Tags: <a href="http://www.ghacks.net/tag/processes/" title="processes" rel="tag">processes</a>, <a href="http://www.ghacks.net/tag/taskmanager/" title="taskmanager" rel="tag">taskmanager</a>, <a href="http://www.ghacks.net/tag/windows-tips/" title="windows tips" rel="tag">windows tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/09/26/find-out-if-a-process-is-malicious/" title="Find out if a process is malicious (September 26, 2006)">Find out if a process is malicious</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/03/01/automatically-adjust-the-process-priority/" title="Automatically Adjust the Process Priority (March 1, 2008)">Automatically Adjust the Process Priority</a> (4)</li>
	<li><a href="http://www.ghacks.net/2007/08/19/xdn-tweaker-for-windows/" title="XdN Tweaker for Windows (August 19, 2007)">XdN Tweaker for Windows</a> (3)</li>
	<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/2007/12/15/windows-xp-prompts-to-activate-every-time/" title="Windows XP prompts to activate every time (December 15, 2007)">Windows XP prompts to activate every time</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/11/13/kill-tasks-from-the-system-tray/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Process Lasso a Process Manager</title>
		<link>http://www.ghacks.net/2007/08/26/process-lasso-a-process-manager/</link>
		<comments>http://www.ghacks.net/2007/08/26/process-lasso-a-process-manager/#comments</comments>
		<pubDate>Sun, 26 Aug 2007 08:30:00 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[application stops working]]></category>
		<category><![CDATA[block processes]]></category>
		<category><![CDATA[hung application. cpu stops working]]></category>
		<category><![CDATA[process blocker]]></category>
		<category><![CDATA[process lasso]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/08/26/process-lasso-a-process-manager/</guid>
		<description><![CDATA[I read a very interesting comment from Roman Sharp in my article that explained how to automatically terminate hung applications in Windows XP. He recommended the software Process Lasso and guess what, it was a great recommendation.

Process Lasso can probably be described as a application that manages processes. This is however not a task manager replacement but a software that can be configured to automatically react in certain situations.]]></description>
			<content:encoded><![CDATA[<p>I read a very interesting comment from Roman Sharp in my article that explained how to automatically terminate hung applications in Windows XP. He recommended the software Process Lasso and guess what, it was a great recommendation.</p>
<p>Process Lasso can probably be described as a application that manages processes. This is however not a task manager replacement but a software that can be configured to automatically react in certain situations.</p>
<p>Those situations include processes that slow down the system by using way more cpu cycles to bring other applications and the system to a standstill or processes that are run in a higher priority when detected.</p>
<p>So, to keep it short. Process Lasso can be either run as a service in Windows or as a background task consuming only a low amount of resources handling processes that either use to much cpu cycles or those that you want to prioritize.</p>
<p><span id="more-1921"></span>It can also stop any process that you select automatically from that time on. Another useful feature is that it logs all processes that are running on the system making it easy to identify any processes that could be harmful.</p>
<p>Read More:</p>
<p><a href="http://www.bitsum.com/prosuper.asp">Process Lasso Homepage</a></p>

	Tags: <a href="http://www.ghacks.net/tag/application-stops-working/" title="application stops working" rel="tag">application stops working</a>, <a href="http://www.ghacks.net/tag/block-processes/" title="block processes" rel="tag">block processes</a>, <a href="http://www.ghacks.net/tag/hung-application-cpu-stops-working/" title="hung application. cpu stops working" rel="tag">hung application. cpu stops working</a>, <a href="http://www.ghacks.net/tag/process-blocker/" title="process blocker" rel="tag">process blocker</a>, <a href="http://www.ghacks.net/tag/process-lasso/" title="process lasso" rel="tag">process lasso</a>, <a href="http://www.ghacks.net/tag/processes/" title="processes" rel="tag">processes</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/18/windows-process-blocker/" title="Windows Process Blocker (March 18, 2009)">Windows Process Blocker</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/03/22/windows-process-blocker-spkiller/" title="Windows Process Blocker SPKiller (March 22, 2009)">Windows Process Blocker SPKiller</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/06/09/windows-task-manager-replacement-dtaskmanager/" title="Windows Task Manager Replacement DTaskManager (June 9, 2009)">Windows Task Manager Replacement DTaskManager</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/10/05/batch-kill-processes-with-auto-kill-any-process/" title="Batch Kill Processes With Auto Kill Any Process (October 5, 2009)">Batch Kill Processes With Auto Kill Any Process</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/10/21/zonescreen-finally-gets-64-bit-update/" title="ZoneScreen Finally Gets 64-bit Update (October 21, 2008)">ZoneScreen Finally Gets 64-bit Update</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/08/26/process-lasso-a-process-manager/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Find out if a process is malicious</title>
		<link>http://www.ghacks.net/2006/09/26/find-out-if-a-process-is-malicious/</link>
		<comments>http://www.ghacks.net/2006/09/26/find-out-if-a-process-is-malicious/#comments</comments>
		<pubDate>Tue, 26 Sep 2006 07:30:16 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[process manager]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[taskmanager]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/09/26/find-out-if-a-process-is-malicious/</guid>
		<description><![CDATA[You see lots of processes when you start your taskmanager, svhost.exe, csrss.exe, winlogon.exe and many more. A user who never dealt with those executables before has a hard time figuring out which are safe and which could be malicious because normally you can't say which program is using those files.  A question like "Is svhost.exe a virus, is it safe ?" is normal and can be answered using the methods described below.]]></description>
			<content:encoded><![CDATA[<p>You see lots of processes when you start your taskmanager, svhost.exe, csrss.exe, winlogon.exe and many more. A user who never dealt with those executables before has a hard time figuring out which are safe and which could be malicious because normally you can&#8217;t say which program is using those files.  A question like &#8220;Is svhost.exe a virus, is it safe ?&#8221; is normal and can be answered using the methods described below.</p>
<p>One way to find out additional information is to use a program like <a title="process explorer homepage download" target="_blank" href="http://www.sysinternals.com/Utilities/ProcessExplorer.html">process explorer</a> which displays more information about the processes currently running on your system. Process Explorer adds a description and company tab which reveals some information about the process.</p>
<p>You can configure process explorer to replace the task manager. Still, you might have information about the company and a description but sometimes there is no information about the process. What if there is no description but a company name like CMCEI. Would you be suspicious abot it ? I definately would be and now we come to websites that contain process lists of nearly every process on windows machines.</p>
<p><span id="more-807"></span>I would like to start with the list of the websites that are not spam, some websites give you some information but their main purposes is to sell a product. Two of the following sites have buttons to purchase products but they contain valuable information that make up for that. Don&#8217;t click on those buttons and you have nothing to fear.</p>
<ul>
<li><a target="_blank" title="process library" href="http://www.processlibrary.com/">Process Library</a></li>
<li><a target="_blank" title="windows process and task list" href="http://www.neuber.com/taskmanager/process/">Windows Process and Task List</a></li>
<li>Castle Cops</li>
<li><a target="_blank" title="startup info" href="http://www.sysinfo.org/startuplist.php">Sysinfo</a></li>
</ul>
<p>All but one of the websites mentioned above have a site search &#8211; simply enter a filename that you don&#8217;t know about and they will display the information they have about it. It is a very good idea to cross-check the results before you take action.</p>
<p>If the information states that the file could be a virus, trojan or worm you should take appropriate measures. The first one would be to download a anti-virus program like <a target="_blank" title="free antivirus" href="http://www.free-av.com/">Free AV</a> (<a target="_blank" title="avg antivirus" href="http://www.grisoft.com/">AVG Antivirus</a>, <a target="_blank" title="avast" href="http://www.avast.com/">Avast</a>)and scan your system using that tool. Make sure the antivirus software is up to date. You might also want to take a look at my article about <a target="_blank" title="free av scan online" href="http://www.ghacks.net/2006/09/13/free-online-security-scan-websites/">free online scan websites</a>, most require <a href="http://www.ghacks.net/tag/internet-explorer/">Internet Explorer</a> but some work in <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> as well.</p>
<p>You should also download and run anti-spyware programs like <a target="_blank" title="spybot search and destroy" href="http://www.spybot.info/">Spybot Search and Destroy</a> or <a target="_blank" title="adaware" href="http://www.lavasoftusa.com/software/adaware/">Adaware</a>. I&#8217;ve written another article &#8220;<a target="_blank" title="how to detect and remove spyware" href="http://www.ghacks.net/2005/12/23/how-to-detect-and-remove-spyware/">how to detect and remove spyware</a>&#8221; which might be helpful as well.</p>
<p>To sum it up:</p>
<ul>
<li>Download process explorer</li>
<li>Use the websites mentioned above to find out more about the process in question</li>
<li>Scan your system with antivirus software</li>
<li>Scan your system with anti-spyware software</li>
</ul>

	Tags: <a href="http://www.ghacks.net/tag/process-manager/" title="process manager" rel="tag">process manager</a>, <a href="http://www.ghacks.net/tag/processes/" title="processes" rel="tag">processes</a>, <a href="http://www.ghacks.net/tag/taskmanager/" title="taskmanager" rel="tag">taskmanager</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/11/13/kill-tasks-from-the-system-tray/" title="Kill Tasks from the System Tray (November 13, 2007)">Kill Tasks from the System Tray</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/03/02/end-multiple-programs-at-once/" title="End multiple programs at once (March 2, 2008)">End multiple programs at once</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/04/25/bill2s-process-manager/" title="Bill2&#8217;s Process Manager (April 25, 2008)">Bill2&#8217;s Process Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/06/09/windows-task-manager-replacement-dtaskmanager/" title="Windows Task Manager Replacement DTaskManager (June 9, 2009)">Windows Task Manager Replacement DTaskManager</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/03/18/windows-process-blocker/" title="Windows Process Blocker (March 18, 2009)">Windows Process Blocker</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/09/26/find-out-if-a-process-is-malicious/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What is running on my system ?</title>
		<link>http://www.ghacks.net/2006/06/26/what-is-running-on-my-system/</link>
		<comments>http://www.ghacks.net/2006/06/26/what-is-running-on-my-system/#comments</comments>
		<pubDate>Mon, 26 Jun 2006 18:05:19 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[system check]]></category>
		<category><![CDATA[what is running]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/06/26/what-is-running-on-my-system/</guid>
		<description><![CDATA[What´s running 2.2. gives you an insight look into what is running on your system. It is completly free to use for non commercial usage and includes information about processes, services, modules, connections, drivers, startup and system. You can control everything with what´s running, e.g. start and stop services and processes.]]></description>
			<content:encoded><![CDATA[<p>What´s running 2.2. gives you an insight look into what is running on your system. It is completly free to use for non commercial usage and includes information about processes, services, modules, connections, drivers, startup and system. You can control everything with what´s running, e.g. start and stop services and processes.</p>
<p><img src="http://www.ghacks.net/files/screens/200606/running.jpg" /></p>
<p><span id="more-587"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/processes/" title="processes" rel="tag">processes</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/system-check/" title="system check" rel="tag">system check</a>, <a href="http://www.ghacks.net/tag/what-is-running/" title="what is running" rel="tag">what is running</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/03/02/end-multiple-programs-at-once/" title="End multiple programs at once (March 2, 2008)">End multiple programs at once</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/04/25/bill2s-process-manager/" title="Bill2&#8217;s Process Manager (April 25, 2008)">Bill2&#8217;s Process Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/03/01/automatically-adjust-the-process-priority/" title="Automatically Adjust the Process Priority (March 1, 2008)">Automatically Adjust the Process Priority</a> (4)</li>
	<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>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/06/26/what-is-running-on-my-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is that file ?</title>
		<link>http://www.ghacks.net/2006/02/13/what-is-that-file/</link>
		<comments>http://www.ghacks.net/2006/02/13/what-is-that-file/#comments</comments>
		<pubDate>Mon, 13 Feb 2006 13:55:14 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[file identification]]></category>
		<category><![CDATA[processes]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=319</guid>
		<description><![CDATA[When I look at my taskmanager I sometimes see filenames that I don´t know. <a href="http://www.whatisthatfile.com/" target="_blank">What is that file</a> gives you the answer to the question. It´s solely based on user submissions, just like wikipedia for instance. Just enter a filename and the following information will be displayed: Name, purpose, description and if its safe or a malicious one. Great if you are not sure why a file is running on your system.]]></description>
			<content:encoded><![CDATA[<p>When I look at my taskmanager I sometimes see filenames that I don´t know. <a href="http://www.whatisthatfile.com/" target="_blank">What is that file</a> gives you the answer to the question. It´s solely based on user submissions, just like wikipedia for instance. Just enter a filename and the following information will be displayed: Name, purpose, description and if its safe or a malicious one. Great if you are not sure why a file is running on your system.</p>
<p>Similar sites that can help you as well are <a href="http://www.processlibrary.com/" target="_blank">processlibrary.com</a> and <a href="http://www.neuber.com/taskmanager/process/index.html" target="_blank">neuber.com</a>. I recommend this procedure to every windows user. Fire up your taskmanager and search for every filename that you don´t know. Takes only a few minutes and gives you the possibility to get rid of some processes that are not useful or even malicious.</p>
<p><span id="more-319"></span></p>
<p>[tags]windows, file, filename, virus, trojan, unkown file[/tags]</p>

	Tags: <a href="http://www.ghacks.net/tag/file/" title="file" rel="tag">file</a>, <a href="http://www.ghacks.net/tag/file-identification/" title="file identification" rel="tag">file identification</a>, <a href="http://www.ghacks.net/tag/processes/" title="processes" rel="tag">processes</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/09/windows-task-manager-replacement-dtaskmanager/" title="Windows Task Manager Replacement DTaskManager (June 9, 2009)">Windows Task Manager Replacement DTaskManager</a> (7)</li>
	<li><a href="http://www.ghacks.net/2006/06/26/what-is-running-on-my-system/" title="What is running on my system ? (June 26, 2006)">What is running on my system ?</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/02/23/vssvcexe/" title="Vssvc.exe (February 23, 2008)">Vssvc.exe</a> (8)</li>
	<li><a href="http://www.ghacks.net/2006/12/30/share-files-with-http-file-server/" title="Share Files with HTTP File Server (December 30, 2006)">Share Files with HTTP File Server</a> (11)</li>
	<li><a href="http://www.ghacks.net/2005/10/25/process-patrol/" title="Process Patrol (October 25, 2005)">Process Patrol</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/02/13/what-is-that-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Process Patrol</title>
		<link>http://www.ghacks.net/2005/10/25/process-patrol/</link>
		<comments>http://www.ghacks.net/2005/10/25/process-patrol/#comments</comments>
		<pubDate>Tue, 25 Oct 2005 20:14:52 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Spyware]]></category>
		<category><![CDATA[process patrol]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=58</guid>
		<description><![CDATA[Process Patrol allows you to manage the Windows processes on your computer. You can set stop lists for spyware, adware, and virus programs that will be automatically killed. Program files are renamed to prevent restarts.]]></description>
			<content:encoded><![CDATA[<p>Process Patrol allows you to manage the Windows processes on your computer. You can set stop lists for spyware, adware, and virus programs that will be automatically killed. Program files are renamed to prevent restarts. A built-in browser allows for quick Google searches on suspect programs. As an option, Process Patrol can notify you when new processes are started. Excellent for new spyware that is not yet registered with spyware removal tools, or simply shut down adware that cannot be uninstalled because of dependencies with other freeware.</p>
<p><span id="more-58"></span>Process Patrol helps you detect and stop spyware and adware processes with the following features:<br />
*It helps you understand exactly what is running on your computer.<br />
*It helps you build a list of spyware and adware programs.<br />
*It stops these spyware and adware programs at the push of a button.<br />
*It can monitor your system in a schedule that you setup, and automatically stop the spyware and adware processes that it finds.<br />
*It optionally notifies you whenever a new process starts up that you haven&#8217;t yet flagged as either good or bad. </p>
<p>Freeware, Size 2.28 MB, download currently unavailable.</p>

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

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/06/26/what-is-running-on-my-system/" title="What is running on my system ? (June 26, 2006)">What is running on my system ?</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/02/23/vssvcexe/" title="Vssvc.exe (February 23, 2008)">Vssvc.exe</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/03/02/end-multiple-programs-at-once/" title="End multiple programs at once (March 2, 2008)">End multiple programs at once</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/04/25/bill2s-process-manager/" title="Bill2&#8217;s Process Manager (April 25, 2008)">Bill2&#8217;s Process Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/03/01/automatically-adjust-the-process-priority/" title="Automatically Adjust the Process Priority (March 1, 2008)">Automatically Adjust the Process Priority</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2005/10/25/process-patrol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
