<?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; process</title>
	<atom:link href="http://www.ghacks.net/tag/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>Wed, 25 Nov 2009 15:55:11 +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>Why Is mscorsvw.exe Running?</title>
		<link>http://www.ghacks.net/2008/07/26/why-is-mscorsvwexe-running/</link>
		<comments>http://www.ghacks.net/2008/07/26/why-is-mscorsvwexe-running/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 11:46:08 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[mscorsvw.exe]]></category>
		<category><![CDATA[net framework]]></category>
		<category><![CDATA[ngen.exe]]></category>
		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5612</guid>
		<description><![CDATA[My system felt a bit sluggish after starting the installation of a new application and a quick check of the task manager revealed a process named mscorsvw.exe that was running on my system using nearly 40% of my CPU. I never heard about that file before and a quick check on the Internet revealed that [...]]]></description>
			<content:encoded><![CDATA[<p>My system felt a bit sluggish after starting the installation of a new application and a quick check of the task manager revealed a process named mscorsvw.exe that was running on my system using nearly 40% of my CPU. I never heard about that file before and a quick check on the Internet revealed that it was related to the Microsoft .net Framework.</p>
<p>I never experienced the behavior on my old computer though and it seemed as if the process would not go away on its own. It was there, eating my CPU cycles even after quitting the program installation.</p>
<p>Apparently mscorsvw.exe is precompiling .NET assemblies in the background which can take anywhere from 5 to 10 minutes and then some more for low priority assemblies. So the easiest way to get through it is by sitting it out.</p>
<p><span id="more-5612"></span>If you want to get rid of it completely immediately you could issue the command ngen.exe executequeueditems. Ngen.exe is located in the Microsoft .net Framework directory in the Windows dir.</p>

	Tags: <a href="http://www.ghacks.net/tag/mscorsvwexe/" title="mscorsvw.exe" rel="tag">mscorsvw.exe</a>, <a href="http://www.ghacks.net/tag/net-framework/" title="net framework" rel="tag">net framework</a>, <a href="http://www.ghacks.net/tag/ngenexe/" title="ngen.exe" rel="tag">ngen.exe</a>, <a href="http://www.ghacks.net/tag/process/" title="process" rel="tag">process</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/11/16/wikiquote-screensaver/" title="Wikiquote Screensaver (November 16, 2008)">Wikiquote Screensaver</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/08/01/why-cannot-i-uninstall-the-microsoft-net-framework/" title="Why Can&#8217;t I Uninstall the Microsoft .net Framework? (August 1, 2008)">Why Can&#8217;t I Uninstall the Microsoft .net Framework?</a> (7)</li>
	<li><a href="http://www.ghacks.net/2007/11/13/what-is-mediaagentexe/" title="What is MediaAgent.exe ? (November 13, 2007)">What is MediaAgent.exe ?</a> (43)</li>
	<li><a href="http://www.ghacks.net/2008/04/24/microsoft-updates-two-critical-security-patches/" title="Microsoft updates two critical security patches (April 24, 2008)">Microsoft updates two critical security patches</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/11/06/microsoft-net-framework-version-checker/" title="Microsoft .net Framework Version Checker (November 6, 2008)">Microsoft .net Framework Version Checker</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/07/26/why-is-mscorsvwexe-running/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<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>Analyzing the svchost.exe processes</title>
		<link>http://www.ghacks.net/2007/12/18/analyzing-the-svchost-processes/</link>
		<comments>http://www.ghacks.net/2007/12/18/analyzing-the-svchost-processes/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 14:04:18 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[windows security]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/12/18/analyzing-the-svchost-processes/</guid>
		<description><![CDATA[I more than once asked myself why I had so many svchost processes running when opening the task manager which displayed no additional information on the process. I needed another software that would help me analyze the svchost processes and determine if they were really needed or even malicious.]]></description>
			<content:encoded><![CDATA[<p>I more than once asked myself why I had so many svchost.exe processes running when opening the task manager which displayed no additional information on the process. I needed another software that would help me analyze the svchost.exe processes and determine if they were really needed or even malicious.</p>
<p>The first step was to download the excellent Process Explorer from Sysinternals. This program gives detailed information on all processes currently running on the system including services and files that depend on it as well as the path to the file on the operating system.</p>
<p>All processes that are running on the system are displayed in Process Explorer after starting the application. Press CTRL + L to display a pane at the bottom that displays extensive information about the selected process. Moving the mouse over the process displays information as well but not in depth like the bottom pane does.</p>
<p><span id="more-2571"></span><img src='http://www.ghacks.net/wp-content/uploads/2007/12/svchost-process.jpg' alt='svchost process' /></p>
<p>Lets take a quick look at what <a href="http://en.wikipedia.org/wiki/Svchost" rel="nofollow">Wikipedia</a> has to say about svchost.exe</p>
<blockquote><p>In software Svchost.exe is a generic host process name for services that run from dynamic-link libraries (DLLs) within modern versions of the Microsoft Windows operating system.</p>
<p>At startup, Svchost.exe checks the services part of the registry to construct a list of services that it must load. Multiple instances of Svchost.exe can run at the same time. Each Svchost.exe session can contain a grouping of services. Therefore, separate services can run, depending on how and where Svchost.exe is started. This grouping of services permits better control and easier debugging, but it also causes some difficulty for end users wishing to see the memory usage or vendor legitimacy of individual services and processes.</p></blockquote>
<p>The last sentence explains pretty much the dilemma that we &#8211; the users &#8211; are in. How can we figure out if a svchost.exe process is legit and needed or a waste of memory, processing power or even malicious ?</p>
<p>I&#8217;m going to explain how you can find out with a good certainty if the process is needed or not. Back to Process Explorer.</p>
<p>Hover the mouse over the first svchost process and take a look at what it is saying. It should display the path plus the services that started this svchost process.</p>
<p>My first service was the HTTP SSL service that was running on my system. A service that is not needed at all on my system. I first thought it had something to do with the ability to open https websites but this is not the case. Completely useless for end users. I opened services.msc and stopped the service and set it to disabled as well.</p>
<p>The svchost process disappeared in Process Explorer. To test that everything was still working I opened a https url in <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> which was working perfectly fine.</p>
<p>The next svchost.exe process was running because of the Windows Image Acquisition service. I do have a camera that is using this service but I seldom transfer pictures from the camera to my system. I decided to disable and stop this service as well and activate it whenever I want to transfer images. And puff there vanished the second svchost process.</p>
<p>What I did was always the same for every remaining svchost process. Hover the mouse over it, type the service in question into a search engine, read up on it and make a decision if I really needed it. Users who want to be on the safe side stop the service and test if everything is still working as usual. They could alternatively set the service to manual if first tests are successful.</p>

	Tags: <a href="http://www.ghacks.net/tag/process/" title="process" rel="tag">process</a>, <a href="http://www.ghacks.net/tag/windows-security/" title="windows security" rel="tag">windows security</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/2007/12/16/prevent-malicious-software-removal-tool-from-phoning-home/" title="Prevent Malicious Software Removal Tool from phoning home (December 16, 2007)">Prevent Malicious Software Removal Tool from phoning home</a> (8)</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>
	<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>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/12/18/analyzing-the-svchost-processes/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>What is MediaAgent.exe ?</title>
		<link>http://www.ghacks.net/2007/11/13/what-is-mediaagentexe/</link>
		<comments>http://www.ghacks.net/2007/11/13/what-is-mediaagentexe/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 08:05:53 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[mediaagent.exe]]></category>
		<category><![CDATA[nbc direct]]></category>
		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/11/13/what-is-mediaagentexe/</guid>
		<description><![CDATA[I spotted a huge process in my task manager today called MediaAgent.exe which used roughly 30 Megabytes of RAM. A quick check revealed that the process belonged to a OpenCASE Media Agent which I was not aware to have installed after all. My first fears that it was some sort of trojan, virus or spyware that managed to sneak into my system thankfully did not turn out to be true.
]]></description>
			<content:encoded><![CDATA[<p>I spotted a huge process in my task manager today called MediaAgent.exe which used roughly 30 Megabytes of RAM. A quick check revealed that the process belonged to a OpenCASE Media Agent which I was not aware to have installed after all. My first fears that it was some sort of trojan, virus or spyware that managed to sneak into my system thankfully did not turn out to be true.</p>
<p>The only application that I did install the other day was NBC Direct. A quick check of the NBC Direct FAQ revealed that they were indeed using the OpenCASE Media Agent &#8220;that manages your video downloads and monitors for any updates and/or new content to be downloaded&#8221;.</p>
<p>This means that this thirty Megabyte process MediaAgent.exe is wasting RAM and CPU cycles for doing nothing most of the time. I can understand that this process is started when starting NBC Direct but not if NBC Direct is not running at all.</p>
<p><span id="more-2268"></span>The OpenCase Media Agent is a service that is installed with NBC Direct in Windows that is automatically started when Windows starts. The option would be to either disable the service which would surely make NBC Direct stop working or uninstall both NBC Direct and the OpenCase Media Agent to get rid of it.</p>

	Tags: <a href="http://www.ghacks.net/tag/mediaagentexe/" title="mediaagent.exe" rel="tag">mediaagent.exe</a>, <a href="http://www.ghacks.net/tag/nbc-direct/" title="nbc direct" rel="tag">nbc direct</a>, <a href="http://www.ghacks.net/tag/process/" title="process" rel="tag">process</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/11/23/nbc-direct-uninstallation-wont-complete/" title="NBC Direct Uninstallation wont complete (November 23, 2007)">NBC Direct Uninstallation wont complete</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/07/26/why-is-mscorsvwexe-running/" title="Why Is mscorsvw.exe Running? (July 26, 2008)">Why Is mscorsvw.exe Running?</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/12/11/watch-nbc-shows-in-veoh/" title="Watch NBC Shows in Veoh (December 11, 2007)">Watch NBC Shows in Veoh</a> (10)</li>
	<li><a href="http://www.ghacks.net/2007/11/11/nbc-launches-direct-video-downloads/" title="NBC Launches Direct Video Downloads (November 11, 2007)">NBC Launches Direct Video Downloads</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/01/23/how-many-video-players-do-we-need/" title="How many video players do we need ? (January 23, 2008)">How many video players do we need ?</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/11/13/what-is-mediaagentexe/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>Config Inspector</title>
		<link>http://www.ghacks.net/2005/12/24/config-inspector/</link>
		<comments>http://www.ghacks.net/2005/12/24/config-inspector/#comments</comments>
		<pubDate>Sat, 24 Dec 2005 10:09:24 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[task-manager]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=247</guid>
		<description><![CDATA[First of all, Merry Christmas everyone ;)

<a href="http://flashdeli.com/configinspector.php" target="_blank">Config Inspector</a> is a nice little freeware application for windows operating systems that could be described as an advanced task manager. Besides offering more information about loaded applications and processes it also displays vital information about memory and cpu usage, network utilization and general windows information.]]></description>
			<content:encoded><![CDATA[<p>First of all, Merry Christmas everyone ;)</p>
<p>Config Inspector is a nice little freeware application for windows operating systems that could be described as an advanced task manager. Besides offering more information about loaded applications and processes it also displays vital information about memory and cpu usage, network utilization and general windows information.</p>
<p>A nice handy utility which is only 125K zipped. Just unpack and run, no installation required.</p>
<p><img src="http://www.ghacks.net/files/screens/200512/configinspector.jpg" alt="config inspector windows freeware utility task manager" /></p>

	Tags: <a href="http://www.ghacks.net/tag/cpu/" title="cpu" rel="tag">cpu</a>, <a href="http://www.ghacks.net/tag/freeware/" title="freeware" rel="tag">freeware</a>, <a href="http://www.ghacks.net/tag/memory/" title="memory" rel="tag">memory</a>, <a href="http://www.ghacks.net/tag/network/" title="network" rel="tag">network</a>, <a href="http://www.ghacks.net/tag/process/" title="process" rel="tag">process</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/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/01/20/manage-your-tasks-with-task-coach/" title="Manage your Tasks with Task Coach (January 20, 2007)">Manage your Tasks with Task Coach</a> (3)</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/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/2007/03/30/weekend-fun-tails-gear/" title="Weekend Fun Tails Gear (March 30, 2007)">Weekend Fun Tails Gear</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/12/05/watch-tv-over-internet-with-sopcast/" title="Watch Tv over Internet with Sopcast (December 5, 2006)">Watch Tv over Internet with Sopcast</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2005/12/24/config-inspector/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
