<?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>Lallmatie.com Blog &#187; xp</title>
	<atom:link href="http://lallmatie.com/blog/tag/xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://lallmatie.com/blog</link>
	<description>Not rants, these are things that must be told!</description>
	<lastBuildDate>Mon, 21 Nov 2011 19:36:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Basic Tune-Up to Maintain Your New Computer&#8217;s Performance</title>
		<link>http://lallmatie.com/blog/2010/08/15/basic-tune-up-to-maintain-your-new-computers-performance/</link>
		<comments>http://lallmatie.com/blog/2010/08/15/basic-tune-up-to-maintain-your-new-computers-performance/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 16:55:35 +0000</pubDate>
		<dc:creator>bhoot</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[operating]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[quick]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[tune]]></category>
		<category><![CDATA[tune up]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[why]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://lallmatie.com/blog/?p=273</guid>
		<description><![CDATA[What are the first things you do when you buy a new PC? Assuming that it has Windows XP (or Windows 7), there are some basic steps [...]]]></description>
			<content:encoded><![CDATA[<p>What are the first things you do when you buy a new PC? Assuming that it has Windows XP (or Windows 7), there are some basic steps that everyone should take in order to maintain the computer speed in the long run. Incorrect setup by your PC reseller or manufacturer can be corrected. You might have read that you should defragment your hard drive often, but that&#8217;s not enough. <span id="more-273"></span>As well as take security measures (firewall, not just antivirus), here are what you should do.</p>
<ol>
<li> Partition your hard disk to add a Swap/Temp partition. This is common setup for Linux systems. The logic is that this Swap partition will be configure to put all temporary Windows files. To do that, you need administrator priviledges. The steps are mentioned for Windows XP, but should be similar for Windows 7.Open Control Panel &gt; Administrative Tools &gt; Computer Management. Open Disk Management under the Storage.You should see the list of partitions here. Given that hard drives are usually 160GB or more, 320GB becoming common, manufacturers have a tendency to partition into two equal partition. Let&#8217;s take the case of a 320GB hard disk, being partitioned as C: 160 GB and D: 160GB.
<p><a href="http://lallmatie.com/blog/wp-content/uploads/2010/08/Storage1.jpg"><img class="size-medium wp-image-276 alignnone" title="Storage1" src="http://lallmatie.com/blog/wp-content/uploads/2010/08/Storage1-300x148.jpg" alt="" width="300" height="148" /></a></p>
<p>Since the first partition holds windows, and is huge(!), fragmentation is bound to happen in the long run, because Windows writes and erases 2 types of files: the Swap file and Temporary Files. So delete the D partition (backup your data to C first). Then right click on the C partition and resize it. Put it to a maximum of 100GB if possible.</p>
<p>Then create another partition of 10GB only, formatting in FAT32 system, give it the letter T: for Temp. FAT32 is faster than the current NTFS for smaller partitions (under 11GB). Then create your additional partitions as desired. It is important that this is the 2nd partition because of the speed factor. Because of the way hard drives are read, C is always faster than D, which is faster than E etc. So by now you should have say, 4 partitions: System-Recovery, C:, T: and D: If you have a system recovery partition, do not delete it!</p>
<p>If you have already used your PC for a while, it might not be possible to resize the first partition or sometimes, delete the second partition without losing data. In this case, you can still follow the next step</li>
<li>Once you have your T: Swap partition, it is time to configure Windows to save temporary files there. Press the Windows Key + Break on your keyboard to bring up System Properties. Or, right click on My Computer and click Properties. Open the Advanced Tab, click Environment Properties.<br />
<a href="http://lallmatie.com/blog/wp-content/uploads/2010/08/Storage.jpg"><img class="size-medium wp-image-277 alignnone" title="Storage" src="http://lallmatie.com/blog/wp-content/uploads/2010/08/Storage-253x300.jpg" alt="" width="253" height="300" /></a></p>
<p>You will see 2 lists, one above and one below. There are entries for TMP and TEMP on both. Double click to edit them and enter your new Swap partition&#8217;s location e.g. T:\ or T:\Temp instead of a folder under your windows installation. Press OK to validate.</li>
<li>Now the first part is done. Next move your Swap file to the new partition. Still under System Properties &gt; Advanced, click on Settings under Performance. Select the Advanced Tab &gt; Virtual Memory &gt; Change.Now set No paging file for all partitions, except the Swap, where Custom Size is to be selected. Preferably put the same value for the minimum and maximum size for speed. This way Windows can allocate all the space as one big chunk (low fragmentation chances).<br />
<a href="http://lallmatie.com/blog/wp-content/uploads/2010/08/vmem.jpg"><br />
<img class="size-medium wp-image-278 alignnone" title="vmem" src="http://lallmatie.com/blog/wp-content/uploads/2010/08/vmem-300x197.jpg" alt="" width="300" height="197" /></a></p>
<p>The total Virtual Memory + your actual RAM (Physical Memory) should usually not exceed 3GB under Windows XP or 4Gb under Windows 7. Unless you know you&#8217;ll use more than that, keep the total to under 3GB, i.e. if you have 1GB memory and know that you are not doing big big photoshop work &#8211; just browsing and office work, putting 1.5GB virtual memory is more than enough. Validate and you&#8217;re done.</li>
<li>Next are the programs that open when you boot Windows, these might include essential utilities (e.g. antivirus, NVidia control panel) and some bloat (meaning software that you never use but are still running in background). Press the Windows Key + R to open the Run dialog. Type msconfig and press Enter. Under the Start Up tab, uncheck the undesired software.Note that you should not disable things that you are not sure, e.g. applications under the Windows directory. Validate and restart your PC. Once you get back into Windows, you will be warned of some message saying that you&#8217;re not running normally. Uncheck the checkbox and continue.</li>
<li>Next is to check that all your drivers have been installed. Press Windows Key + Break to open System Properties. Look for Device Manager under Hardware. If there is any exclamation mark, look for the corresponding CD, or ask your reseller/manufacturer for help about installing the driver for that. I have seen some local resellers not installing graphics card drivers (display adapter). Although this might not be noticeable to some people using LCD screens, it does cause a health hazard to CRT screens since the refresh rate will be set to 60Hz.Refresh rate is important with CRT screens: they should be at least 75Hz, 85Hz is good, or it&#8217;ll tire your eyes out quickly. Another impact of a properly installed display adapter driver, is faster redrawing of the screen, noticeable especially when you scroll down a webpage, or watch a video.</li>
<li>Go install a good free antivirus e.g. Avast, AVG</li>
<li>Get a proper firewall e.g. Comodo Internet Security. This is as important as an antivirus.</li>
<li>Install Firefox 3.6, Opera 10.6 or another browser apart from Internet Explorer and make it become the default browser (you&#8217;ll be asked to do that the first time you run them). Internet Explorer, even IE8, remains slower than Firefox, Opera, Chrome and Safari. Which one you use among these, is up to you, as long is you don&#8217;t touch Internet Explorer 6! Not to mention that IE6 is a huge security hazard. Stay away!</li>
</ol>
<p>Among other things, include the latest version of Adobe Flash Player and Adobe Reader, but some people can do without them. I know that I might have sounded quite technical. Just remember that Google is your friend <img src='http://lallmatie.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Flallmatie.com%2Fblog%2F2010%2F08%2F15%2Fbasic-tune-up-to-maintain-your-new-computers-performance%2F&amp;linkname=Basic%20Tune-Up%20to%20Maintain%20Your%20New%20Computer%26%238217%3Bs%20Performance" title="Facebook" rel="nofollow" target="_blank"><img src="http://lallmatie.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Flallmatie.com%2Fblog%2F2010%2F08%2F15%2Fbasic-tune-up-to-maintain-your-new-computers-performance%2F&amp;linkname=Basic%20Tune-Up%20to%20Maintain%20Your%20New%20Computer%26%238217%3Bs%20Performance" title="Twitter" rel="nofollow" target="_blank"><img src="http://lallmatie.com/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Flallmatie.com%2Fblog%2F2010%2F08%2F15%2Fbasic-tune-up-to-maintain-your-new-computers-performance%2F&amp;linkname=Basic%20Tune-Up%20to%20Maintain%20Your%20New%20Computer%26%238217%3Bs%20Performance" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://lallmatie.com/blog/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Flallmatie.com%2Fblog%2F2010%2F08%2F15%2Fbasic-tune-up-to-maintain-your-new-computers-performance%2F&amp;title=Basic%20Tune-Up%20to%20Maintain%20Your%20New%20Computer%26%238217%3Bs%20Performance" id="wpa2a_2">Share</a></p>]]></content:encoded>
			<wfw:commentRss>http://lallmatie.com/blog/2010/08/15/basic-tune-up-to-maintain-your-new-computers-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 &#8211; Finally a worthy successor of Windows XP? &#8211; Part 1</title>
		<link>http://lallmatie.com/blog/2009/02/06/windows-7-finally-a-worthy-successor-of-windows-xp-part-1/</link>
		<comments>http://lallmatie.com/blog/2009/02/06/windows-7-finally-a-worthy-successor-of-windows-xp-part-1/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 06:23:12 +0000</pubDate>
		<dc:creator>bhoot</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[better]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[new version]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[successor]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows 98]]></category>
		<category><![CDATA[worse]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://lallmatie.com/blog/?p=30</guid>
		<description><![CDATA[I was eager to try Windows Vista. It was to be the new Windows that Microsoft has spent to much time developing and whom we saw many [...]]]></description>
			<content:encoded><![CDATA[<p>I was eager to try Windows Vista. It was to be the new Windows that Microsoft has spent to much time developing and whom we saw many previews and release candidates. Needless to say that like many people I was quite frustrated in the beginning with UAC (User Account Control) that needlessly pops up everytime you do something that requires administrator priviledges &#8211; I turned that off. And that Windows Explorer never saving the view I specified in any folder &#8211; all too annoying&#8230; Games working SLOWER than Windows XP, huge memory requirements&#8230; But it had advantages &#8211; it was more stable, system recovery was efficient, Direct X 10 gaming, and with Service Pack 1, was FASTER! It did become my default Windows Installation (on my dual boot) until it crashed&#8230;.  to never be repaired&#8230; and I didn&#8217;t want to do a fresh install&#8230; I went back to Windows XP with Service Pack 3&#8230;</p>
<p>Then came Windows 7 Beta 1. My hopes were up again. <span id="more-30"></span>It sounded like Windows 98 (Windows 7) had come for Windows 95 (Vista), or Windows XP SP2 over original XP&#8230; It&#8217;s FAST was my first impression&#8230; and many of the small annoying features of Vista were not gone (they got corrected)&#8230; It&#8217;s a joy to see lower memory consumption than Vista! And it&#8217;s quick to free memory when you close programs. Microsoft did do a lot of work&#8230; (Well, the Linux community too did a lot these few months). One thing is clear though, Mac OS X still has the best interface!</p>
<p>So there was the same Aero theme on Windows 7, more (new) services, Documents is back to &#8220;My Documents&#8221; but guess what I saw in About&#8230; Version 6.1&#8230; Windows 7 is verison 6.1? That confirms that it&#8217;s like the second edition of Vista! That was to be expected! It always happened with Windows since version 3. The first one is new, and Microsoft then refines the product across releases to make a stable and performing version&#8230;</p>
<p>But it&#8217;s still a Beta Windows 7. The final versions have always been better than beta versions (remember Win 2k, XP, 98, Vista&#8230;). I&#8217;ll continue using the beta, put a lot of applications and see what it gives or gives up.</p>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Flallmatie.com%2Fblog%2F2009%2F02%2F06%2Fwindows-7-finally-a-worthy-successor-of-windows-xp-part-1%2F&amp;linkname=Windows%207%20%26%238211%3B%20Finally%20a%20worthy%20successor%20of%20Windows%20XP%3F%20%26%238211%3B%20Part%201" title="Facebook" rel="nofollow" target="_blank"><img src="http://lallmatie.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Flallmatie.com%2Fblog%2F2009%2F02%2F06%2Fwindows-7-finally-a-worthy-successor-of-windows-xp-part-1%2F&amp;linkname=Windows%207%20%26%238211%3B%20Finally%20a%20worthy%20successor%20of%20Windows%20XP%3F%20%26%238211%3B%20Part%201" title="Twitter" rel="nofollow" target="_blank"><img src="http://lallmatie.com/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Flallmatie.com%2Fblog%2F2009%2F02%2F06%2Fwindows-7-finally-a-worthy-successor-of-windows-xp-part-1%2F&amp;linkname=Windows%207%20%26%238211%3B%20Finally%20a%20worthy%20successor%20of%20Windows%20XP%3F%20%26%238211%3B%20Part%201" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://lallmatie.com/blog/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Flallmatie.com%2Fblog%2F2009%2F02%2F06%2Fwindows-7-finally-a-worthy-successor-of-windows-xp-part-1%2F&amp;title=Windows%207%20%26%238211%3B%20Finally%20a%20worthy%20successor%20of%20Windows%20XP%3F%20%26%238211%3B%20Part%201" id="wpa2a_4">Share</a></p>]]></content:encoded>
			<wfw:commentRss>http://lallmatie.com/blog/2009/02/06/windows-7-finally-a-worthy-successor-of-windows-xp-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

