<?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>Future Technology &#187; RAM</title>
	<atom:link href="http://www.ncba.info/tag/ram/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ncba.info</link>
	<description>Technology is My Life</description>
	<lastBuildDate>Mon, 09 Jan 2012 11:33:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Accelerate the rate of Computers Only With &#8220;Click&#8221;</title>
		<link>http://www.ncba.info/2009/11/accelerate-the-rate-of-computers-only-with-click/</link>
		<comments>http://www.ncba.info/2009/11/accelerate-the-rate-of-computers-only-with-click/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 08:22:21 +0000</pubDate>
		<dc:creator>toniayis</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[RAM]]></category>

		<guid isPermaLink="false">http://www.ncba.info/?p=431</guid>
		<description><![CDATA[Is it possible to accelerate the rate of computer &#8220;click&#8221;? All this might be and when the process is complete, &#8220;click&#8221; it will accelerate the speed of your computer. This all happened on the basis of basic logic. By removing &#8230; <a href="http://www.ncba.info/2009/11/accelerate-the-rate-of-computers-only-with-click/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Is it possible to accelerate the rate of computer &#8220;click&#8221;? All this might be and when the process is complete, &#8220;click&#8221; it will accelerate the speed of your computer.<br />
This all happened on the basis of basic logic. By removing unnecessary, it will become easier. And that is the core of this process.<br />
Identify the Dead Weight<br />
<span id="more-431"></span><br />
The first thing to do is download and install a program that lets you see all the processes that occur in your computer screen. This program is Sysinternals Process Explorer. If this step is done, open the application and a screen will appear as below:</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-430" title="step_1" src="http://www.ncba.info/wp-content/uploads/2009/11/step_1.png" alt="step_1" width="432" height="455" /></p>
<p style="text-align: justify;">Consider the column and Peak Working Set Working Set. Both shows how many kilobytes of RAM is used for a program, and how the total maximum usage. As you can see, Firefox using 245 MB of RAM you.</p>
<p>If more attention, RoxMediaDB12, iTunesHelper and SnagIt32 has a total usage to 43 MB of RAM. If you want to use a program that requires the use of a large RAM, then 1 program must compete with these 3 programs. In fact, all three programs is not in use.</p>
<p>Now do the service application by pressing the column Process until everything is displayed as a tree, like this:</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-432" title="step_22" src="http://www.ncba.info/wp-content/uploads/2009/11/step_22.png" alt="step_22" width="488" height="642" /></p>
<p style="text-align: justify;">What is shown is what disisini exceeded and it is Process and Service. This is very important, because in the next stage, we need to know the difference. Which is under the branch of service is the service. And the process will be shown far below.<br />
Write down everything well for service and therefore the process would be required to front. To find the right name, right click on a service and press Properties. Properties screen will appear, press the Services. This will give the correct name of the service you are going to delete.</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-433" title="step_3" src="http://www.ncba.info/wp-content/uploads/2009/11/step_3.png" alt="step_3" width="437" height="497" /></p>
<p style="text-align: justify;">To find the Image Name for a process, it will be seen on the Description column. For example, the iTunes Helper has iTunesHelper description. If you are unsure with the Image Name is owned, right-click on the process, go to Properties and find the Image File.</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-434" title="step_4" src="http://www.ncba.info/wp-content/uploads/2009/11/step_4.png" alt="step_4" width="437" height="497" /></p>
<p style="text-align: justify;">Perform this process for all that you do not need for your computer, or a program you want to walk faster. That takes time. Trim the Dead Weight Use Notepad to the following process. Open Notepad and type: @ ECHO OFF echo Stopping Services *** *** NET STOP &amp;quot;Name of the Service You Want to Stop&amp;quot;Services Stopped echo *** *** Then when the right name. For example, use the name CinemaNow Service. So peritahnya will be as follows: NET STOP &amp;quot;CinemaNow Service&amp;quot; You need to write this command for each service that you want to delete. This could be a dozen lines or even more. Line that reads &amp;quot;Service Stopped *** echo ***&amp;quot; will tell you when all services will be lost. To stop the process, type the following: *** echo *** Stopping Processes TSKILL &amp;quot;iTunesHelper&amp;quot; echo *** *** Stopped Processes &lt;br&gt;PAUSE  You do not need to use the Image Name, you can also use the Process ID is shown in the Process Manager. As usual, the line echo will notify when the process began and ended. PAUSE command will ask you to press any key to continue. To save this file you can run with the &amp;quot;click&amp;quot;, you need to do some things. Click File and then Save As. And when the Save As screen appears, call the file as you wish. You need to format. Bat at the end. Then change the Save as type to All Files. Click Save.</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-435" title="step_5" src="http://www.ncba.info/wp-content/uploads/2009/11/step_5.png" alt="step_5" width="563" height="455" /></p>
<p style="text-align: justify;">Now you have the basic files. With the &#8220;click&#8221;, you can speed up your computer. You will see a screen like the following:</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-436" title="step_61" src="http://www.ncba.info/wp-content/uploads/2009/11/step_61.png" alt="step_61" width="427" height="176" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncba.info/2009/11/accelerate-the-rate-of-computers-only-with-click/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

