<?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>Bin-Blog &#187; windows</title>
	<atom:link href="http://www.bin-co.com/blog/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bin-co.com/blog</link>
	<description>Learn about the latest in Web Development - as soon as I do.</description>
	<lastBuildDate>Tue, 13 Oct 2009 18:55:47 +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>My Windows/DOS Applications</title>
		<link>http://www.bin-co.com/blog/2009/01/windows-dos-applications/</link>
		<comments>http://www.bin-co.com/blog/2009/01/windows-dos-applications/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 18:11:13 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=224</guid>
		<description><![CDATA[I got into programming before I got into Linux - consequently, many of my earlier programs were targeted for the windows platform. I want to showcase those apps in this post. I no longer use them - but <strong>if anyone finds any of these useful, it wont go to waste</strong>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/01/dos_logo.jpeg" alt="DOS Logo" title="DOS Logo" width="76" height="79" class="alignnone size-full wp-image-225 intro" align="right" /></p>
<p class="intro">I got into programming before I got into Linux &#8211; consequently, many of my earlier programs were targeted for the windows platform. I want to showcase those apps in this post. I no longer use them &#8211; but <strong>if anyone finds any of these useful, it wont go to waste</strong>.</p>
<p>I wrote many programs in my Window days. But most of them are useful only to me &#8211; its pointless to list them here. These are the list of programs that others might find interesting.</p>
<p>This post is a part of a series I am doing on Windows. The other posts in this series so far are&#8230;</p>
<ul>
<li><a href="http://www.bin-co.com/blog/2009/01/3-windows-speed-tips-from-linux-user/">3 Windows Speed Tips from a Linux User</a></li>
<li><a href="http://www.bin-co.com/blog/2009/01/windows-hacks-the-escape/">Windows Hacks: ‘The Escape’</a></li>
<li><a href="http://www.bin-co.com/blog/2009/01/using-linux-for-a-better-windows-experience/">Using Linux for a better Windows Experience</a></li>
</ul>
<h2>Command Line Apps</h2>
<p>I had an affection for the Command Line even when I was in windows. Due to the lack of tools in DOS, I created a few DOS tools myself. Most of them are done in C++&#8230;</p>
<h3><a href="http://binnyva.com/pro/dos/bd/">bd &#8211; &#8216;dir&#8217; command replacement</a></h3>
<p>BD is a `dir` replacement. This program displays the contents of a specified folder in a colorful and more understandable way. BD displays files of different types in different colours, letting you see at a glance which files are executable, which are documents, directories etc.</p>
<blockquote><p>BD helps to cross the boundary between the starkness of DOS and the color of Windows and is a perfect utility for anyone who is experienced with Windows but wishes to start working in DOS.<br />
 &nbsp; &nbsp;  &nbsp; &nbsp;  &nbsp; &nbsp;  &nbsp; &nbsp; <strong><a href="http://www.completelyfreesoftware.com/">Completely Free Softwares</a></strong></p></blockquote>
<h3><a href="http://binnyva.com/pro/dos/boot_booster/">Boot Booster</a></h3>
<p>Boot Booster is a program that tries to put the booting time of the computer to good use. It can log the booting time, display a joke or an inspirational message that will change at every booting, display any message, display any reminders you have set etc. Boot Booster can be configured to log the booting time, shutdown time and the time the session lasted etc. <strong>Works only in Windows 95/98</strong>. It will NOT work on anything newer.</p>
<p>I don&#8217;t expect anyone will find this useful. But at the time I created it, it was one of my favorite applications. I have created other apps to parse the result of its log and create <a href="http://binnyva.blogspot.com/2006/01/my-computer-in-2005.html">some &#8216;interesting&#8217; graphics</a>.</p>
<h2>Batch Programming Helpers</h2>
<p>People into DOS will also be into batch programming. I wrote quite a few batch scripts to automate stuff. Since the batch scripting language had very little features, I wrote utilities to improve its abilities&#8230;</p>
<h3><a href="http://binnyva.com/pro/dos/batch_tk/">Batch ToolKit</a></h3>
<p>Batch ToolKit is a collection of 5 programs intended to make batch programming a bit more feature rich&#8230;</p>
<ul>
<li><a href="http://binnyva.com/pro/dos/batch_tk/#becho">Becho</a></li>
<li><a href="http://binnyva.com/pro/dos/batch_tk/#message">Message</a></li>
<li><a href="http://binnyva.com/pro/dos/batch_tk/#tnd">Tnd &#8211; Time &#8216;n Date</a></li>
<li><a href="http://binnyva.com/pro/dos/batch_tk/#select">Select</a></li>
<li><a href="http://binnyva.com/pro/dos/batch_tk/#getline">Getline</a></li>
</ul>
<p>If you are in windows and you use Batch in a non-trivial way, please switch to linux &#8211; you are going to love the features that is provided by bash(Linux shell scripting language). Then after a while, <a href="http://lindesk.com/2008/05/shell-script-language-use-perl-not-bash/">you will hate that too &#8211; and will use higher level languages</a>. And thus, a programmer is born.</p>
<h2>GUI Applications &#8211; Tcl/Tk</h2>
<p>I also did some Tcl/Tk programming in Windows to create GUI applications. I continue that even today &#8211; as Tcl/Tk is well supported in Linux(even though <a href="http://www.bin-co.com/blog/2007/10/tk-verses-gtkand-python-verses-tcl/">Tk apps looks very bad in linux</a>). All the Tcl apps I created are available on the <a href="http://www.bin-co.com/tcl/">Tcl/Tk page</a>.</p>
<p>I enjoyed programming in the Tcl language that I created a <a href="http://www.bin-co.com/tcl/tutorial/">tutorial for Tcl/Tk</a>. Later I create the <a href="http://www.bin-co.com/blog/2008/03/learning-a-new-programming-language-the-hello-world-method/">Hello Script</a> for <a href="http://www.bin-co.com/blog/2008/04/hello-script-for-tcl/">Tcl(for quick reference)</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/01/windows-dos-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Linux for a better Windows Experience</title>
		<link>http://www.bin-co.com/blog/2009/01/using-linux-for-a-better-windows-experience/</link>
		<comments>http://www.bin-co.com/blog/2009/01/using-linux-for-a-better-windows-experience/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 16:05:50 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[stability]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=220</guid>
		<description><![CDATA[If you are a Windows user who want more stability(but unwilling to switch to Linux completely), this post is for you. Basically, you have to <strong class="highlight">create a dual boot system with Linux and Windows - and use Linux for doing the more 'unsafe' operations</strong>. The end result is windows remains stable - and you will be able to do things that are potentially dangerous.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/01/windows_logo.jpg" alt="" title="Windows Logo" width="119" height="106" class="alignnone size-full wp-image-213 intro" align="right" /></p>
<p class="intro">If you are a Windows user who want more stability(but unwilling to switch to Linux completely), this post is for you. Basically, you have to <strong class="highlight">create a dual boot system with Linux and Windows &#8211; and use Linux for doing the more &#8216;unsafe&#8217; operations</strong>. The end result is windows remains stable &#8211; and you will be able to do things that are potentially dangerous.</p>
<h2>Dual Boot System</h2>
<p>Install a Linux distro on your system. I would recommend Ubuntu if you are a beginner and Fedora if you are not. There are many tutorials on the net that will take you through the process of installing &#8211; so I am not going into it. Now boot into Linux when ever you wish to do stuff that might run the risk of infecting your system&#8230;</p>
<h3>Browsing</h3>
<p>Unfortunately, the net is currently the number one source of virus infection. So, <strong class="highlight">if you want to browse, boot into linux and browse</strong> &#8211; this will make it impossible for virus to infect the system. But there are some problems with this approach&#8230;</p>
<ul>
<li>Might be impractical for full time broadband users</li>
<li>Some special applications might not have linux alternatives(eg. Online games, Yahoo Video Chat software etc.</li>
<li>Some ISP&#8217;s dialup applications might not work on Linux</li>
</ul>
<p>My brother uses this method &#8211; and he swears by it. It will cut down virus infections by about 75%.</p>
<h3>Using Pen Drives/External Hard Drives</h3>
<p>Another method that virus use to propagate itself is pen drives. Everytime you connect a pen drive to your system, you run the risk of getting a virus infection. <strong class="highlight">Using linux to check out pen drives will make sure you will not get infected</strong> this way. Its so effective that my brother prefers to check the pen drive in linux over checking it with a anti-virus.</p>
<h3>Troubleshooting Help</h3>
<p>Another advantage of having Linux in your system is that you can use it to troubleshoot hardware. Say that you mouse stops working &#8211; now you have to decide if its a hardware or a software issue. It could be a symptom of a virus &#8211; or it could be a problem with the mouse. If you just have windows, the only way to find out is to connect a different mouse &#8211; not the most convenient way. But if you have linux, just boot into it. <strong class="highlight">If the mouse is working in Linux, its a software issue. If not, then the hardware is to blame</strong>.</p>
<h3>Emergency Computing</h3>
<p>When disaster strikes(in case of windows, once every six months) and <strong class="highlight">your windows system is rendered unbootable, you have a bailout mechanism. You can use Linux</strong> to work on that urgent presentation, or backup the files, or send that email, etc. Point is, you have a working system &#8211; until you re-install Windows &#8211; or choose to abandon it for Linux.</p>
<h2>Linux Live CD/DVD</h2>
<p>If you don&#8217;t want to install linux due to some(propably invalid) reason, then your next best bet is to have a Linux Live CD handy. <strong class="highlight">Live CDs enable you to have a complete OS that boots directly from the CD/DVD</strong>. I would recommend Knopix for this. Just make sure that it works on your system &#8211; and you are able to mount your partitions and do read/write operations using the Live CD.</p>
<p>You can use the live CD to troubleshoot hardware and to backup the files in case your &#8216;Window is broken&#8217;. It might not be practical for the other reasons outlined above &#8211; because its slower than a permanent solution.</p>
<p>Ironically, we have reached a point that, <strong class="highlight">if you want a stable Windows system, you need to have Linux</strong> installed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/01/using-linux-for-a-better-windows-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Hacks: &#8216;The Escape&#8217;</title>
		<link>http://www.bin-co.com/blog/2009/01/windows-hacks-the-escape/</link>
		<comments>http://www.bin-co.com/blog/2009/01/windows-hacks-the-escape/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 18:26:40 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[dll]]></category>
		<category><![CDATA[escape]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[resource hacker]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=215</guid>
		<description><![CDATA[What's the keyboard shortcut to close an application? Yes, its Alt+F4. Its not an easy shortcut to hit. I always thought that the Escape key was a much better shortcut to close applications. Once I convinced myself that it was the 'One-True-Way'<sup>TM</sup>, I decided to impose that shortcut on the applications that I use. Metapad and Irfan View already had that option - the other application I had my sight on was the Windows Explorer(explorer.exe). <strong class="highlight">This tutorial will teach you how to add the Escape key as a shortcut to close Windows Explorer</strong>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/01/windows_logo.jpg" alt="" title="Windows Logo" width="119" height="106" class="alignnone size-medium wp-image-213 intro" align="right" /></p>
<p class="intro">What&#8217;s the keyboard shortcut to close an application? Yes, its Alt+F4. Its not an easy shortcut to hit. I always thought that the Escape key was a much better shortcut to close applications. Once I convinced myself that it was the &#8216;One-True-Way&#8217;<sup>TM</sup>, I decided to impose that shortcut on the applications that I use. Metapad and Irfan View already had that option &#8211; the other application I had my sight on was the Windows Explorer(explorer.exe). <strong class="highlight">This tutorial will teach you how to add the Escape key as a shortcut to close Windows Explorer</strong>.</p>
<p>By the way, this is a post about my <a href="http://www.bin-co.com/blog/2009/01/3-windows-speed-tips-from-linux-user/">Windows days</a> &#8211; this is much easier to do in Linux &#8211; but thats another story.</p>
<h2>Stuff you need to know before continuing</h2>
<p>This is a fairly advanced hack &#8211; its not for everyone. It involves <strong class="highlight">editing core Windows files</strong> &#8211; which might be dangerous if done incorrectly. It also involves a bit of reverse engineering which <strong class="highlight">might be considered illegal</strong> by some lawyers. So continue only if you are sure.</p>
<p>This hack involes modifying Windows core files &#8211; which might some problems if done incorrectly. I cannot be held accountable for the outcome &#8211; be it good or bad. Actually, scratch that. Ff the result was a success, feel free to hold me accountable.</p>
<p>If you decide to continue, I would say that the result is worth the risk &#8211; <strong class="highlight">you will learn a method that will let you add custom shortcuts to application</strong> that don&#8217;t provide you with the source code. And it gives you a really cool feeling if you actually manage to pull the hack successfully.</p>
<p>I originally made this hack for Windows 98 &#8211; but it works on Windows XP as well. I have not tested it in Vista &#8211; I would be very grateful if anyone lets me know if it works in Vista or not.</p>
<h3>Stuff you are going to need&#8230;</h3>
<ul>
<li>Get <a href="http://angusj.com/resourcehacker/">Resource Hacker</a> &#8211; you will be editing core windows DLLs with this tool.</li>
<li>FreeDOS or Linux Live CD/DVD &#8211; you have to save the file to the original location when windows is not running. You must also know how to work in the Live OS &#8211; be it DOS or Linux.</li>
<li>Courage &#8211; As I said before, this hack is not for the faint of heart.</li>
</ul>
<h2>Lets Begin</h2>
<p>Install <a href="http://angusj.com/resourcehacker/">Resource Hacker</a>. </p>
<p>Make a backup of &#8216;<code>C:\WINDOWS\system32\browselc.dll</code>&#8216; and &#8216;<code>C:\WINDOWS\system32\Restore\filelist.xml</code>&#8216; before doing anything &#8211; just in case.</p>
<p>Go to <code>C:\WINDOWS\system32</code></p>
<p>Make sure that you are seeing all the files there&#8230;<br />
Tools -&gt; Folder Options -&gt; &#8216;View&#8217; Tab -&gt; Hidden Files and folders -&gt; Show hidden files and folders(must be checked)</p>
<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/01/show_hidden_files.png" alt="" title="Show Hidden Files in Windows" width="287" height="143" class="alignnone size-full wp-image-216" /></p>
<p>Refresh the folder and then find the file &#8216;<code>browselc.dll</code>&#8216;</p>
<p>Make a copy of that file in some other folder &#8211; say <code>C:/Hacks/</code></p>
<p>Now open Resource Hacker</p>
<p>Open the DLL file in Resource Hacker&#8230;<br />
File -&gt; Open -&gt; <code>C:/Hacks/browselc.dll</code></p>
<p>In the &#8216;Menu&#8217; find look through all sections to find a menu with the &#8216;File-&gt;Close&#8217; item. </p>
<p>It should be at Menu -&gt; 263 -&gt; 1033</p>
<p>Find the string<br />
<code>MENUITEM "&amp;Close", 40993, MFT_STRING, MFS_ENABLED</code></p>
<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/01/close_menu_number.png" alt="" title="Close Menu Item Number" width="500" height="270" class="alignnone size-full wp-image-217" /></p>
<p>In this <strong class="highlight">the number 40993 is what we want</strong>. Write the number down somewhere. <strong class="highlight">Think of it as the function that gets executed when that menu item is clicked</strong>. You can create a shortcut for any menu item by find out this number for that menu item. </p>
<p>Now we have to add a shortcut for this &#8216;function&#8217; &#8211; go to the &#8216;Accelerators&#8217; section &#8211; &#8216;Accelerators -&gt; 256 -&gt; 1033&#8242;. We found the menu at Menu -&gt; 263 -&gt; 1033 &#8211; so the Shortcut should be at Accelerators -&gt; 256 -&gt; 1033. See the pattern?</p>
<p>Find the line<br />
<code>VK_ESCAPE, 41498, NOINVERT, VIRTKEY</code></p>
<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/01/escape_key_line.png" alt="" title="Escape Key Line" width="500" height="139" class="alignnone size-full wp-image-218" /></p>
<p>Modify it to read<br />
<code>VK_ESCAPE, 40993, NOINVERT, VIRTKEY</code></p>
<p>I have changed the number to 40993 &#8211; the call for the &#8216;Close&#8217; action.</p>
<p>Now hit the &#8216;Compile Script&#8217; button on the top. If you have done it correctly, you should not get any errors.</p>
<p>Save the new version using File -&gt; Save</p>
<p>Congratulations, you have successfully created a new &#8216;Accelerator&#8217;(shortcut). Now the hard part &#8211; putting the file back into &#8216;C:\WINDOWS\system32&#8242;.</p>
<p>If you are on Windows XP, it monitors for changed files &#8211; so if we put the changed DLL file back, it will be reverted to the original file on the next boot. To get around it, follow the steps below&#8230;</p>
<p>Open up the file <code>C:\WINDOWS\system32\Restore\filelist.xml</code> in a editor like notepad</p>
<p>Find these lines&#8230;</p>
<pre><code class="xml">&lt;Exclude&gt;
	&lt;REC&gt;%windir%\system.ini&lt;/REC&gt;
	&lt;REC&gt;%windir%\tasks\desktop.ini&lt;/REC&gt;
	&lt;REC&gt;%windir%\win.ini&lt;/REC&gt;
	&lt;REC&gt;*:\AUTOEXEC.BAT&lt;/REC&gt;
	&lt;REC&gt;*:\CONFIG.MSI&lt;/REC&gt;
	&lt;REC&gt;*:\CONFIG.SYS&lt;/REC&gt;
&lt;/Exclude&gt;</code></pre>
<p>Add the line&#8230;<br />
&lt;REC&gt;%windir%\system32\browselc.dll&lt;/REC&gt;<br />
after the line &lt;REC&gt;*:\CONFIG.SYS&lt;/REC&gt;</p>
<p>After doing this you may not be able to save the file. Curse windows for a bit and continue.</p>
<p>Open up a DOS Shell and enter these commands in order&#8230;</p>
<pre><code class="batch">attrib -S -H C:\WINDOWS\system32\Restore\filelist.xml
attrib -R C:\WINDOWS\system32\Restore\filelist.xml</code></pre>
<p>Now you will be able to save this file &#8211; do so.</p>
<h2>Replace Original <code>browselc.dll</code> with Modified Version</h2>
<p>The next thing to do is replace the original browselc.dll file with our hacked version. This cannot be done when windows is running. It must be done when windows is down &#8211; that&#8217;s where FreeDOS CD or Linux Live CDs comes in.</p>
<h4>FreeDOS</h4>
<p>If you have FreeDOS CD, boot into that as the LiveCD(I hope you know how to do this &#8211; basically, you <strong class="highlight">put in the CD, reboot the system, change the setting in the BIOS to make the CD the primary boot device and boot into the CD</strong>. Needless to say, you need a bootable CD for this to work.)</p>
<p>After you have booted into DOS, execute the command&#8230;<br />
<code>copy C:\Hacks\browselc.dll C:\Windows\system32\browselc.dll</code></p>
<p>Now remove the FreeDOS CD, reboot back into windows.</p>
<h4>Linux</h4>
<p>If you have a live Linux CD, pop it in and boot into that. Now mount the partition that&#8217;s the C partition in windows(usually sda1 or hda1). Then all you have to do is <strong class="highlight">copy the modified DLL file from the &#8216;Hacks&#8217; folder to &#8216;Windows\system32\&#8217; folder</strong> in that partition using the File manager for that distribution.</p>
<p>Once that is done, you reboot into windows.</p>
<h3>All Done</h3>
<p>Finally, its all over. All you have to do is <strong class="highlight">open up a folder &#8211; and press the Escape key. If all went well, the explorer application will be closed</strong>.</p>
<p>This is a rather complicated way to do a rather simple thing &#8211; you set custom shortcuts easily using tools like <a href="http://www.autohotkey.com/">AutoHotKey</a> and setting up macros. But by doing it my way, you will learn a method to peek into exe and dll files. And if you are a programmer like me &#8211; it will give you hours of entertainment. I have actually found left over stuff from Windows 3.1 in Windows XP DLLs &#8211; but that&#8217;s a post for another time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/01/windows-hacks-the-escape/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>3 Windows Speed Tips from a Linux User</title>
		<link>http://www.bin-co.com/blog/2009/01/3-windows-speed-tips-from-linux-user/</link>
		<comments>http://www.bin-co.com/blog/2009/01/3-windows-speed-tips-from-linux-user/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 17:18:33 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[98]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=212</guid>
		<description><![CDATA[Most of my regular readers know that <strong class="highlight">I do most of my work in <a href="http://lindesk.com/">Linux</a>. After all, my development platform is LAMP(L being Linux)</strong>. But it was not always so - <strong class="highlight">I used to be on Windows</strong>(in a period now referred to as the dark ages). Being a power user, I found a lot of tweaks on Windows. But I never managed to share them on any of my blogs - because I started almost all of them after I moved to Linux. So here is three tips on how to make Windows a bit better(or at least less painful).]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/01/windows_logo.jpg" alt="" title="Windows Logo" width="119" height="106" class="alignnone size-full wp-image-213 intro" align="right" /></p>
<p class="intro">Most of my regular readers know that <strong class="highlight">I do most of my work in <a href="http://lindesk.com/">Linux</a>. After all, my development platform is LAMP(L being Linux)</strong>. But it was not always so &#8211; <strong class="highlight">I used to be on Windows</strong>(in a period now referred to as the dark ages). Being a power user, I found a lot of tweaks on Windows. But I never managed to share them on any of my blogs &#8211; because I started almost all of them after I moved to Linux. So here is three tips on how to make Windows a bit better(or at least less painful).</p>
<p>I started on Windows 95 &#8211; my first computer(400 MHz, 32 MB RAM, 4 GB HDD) had it pre-installed. That was my introduction to computers. But soon I migrated to Windows 98. I have very fond memories of that OS &#8211; Windows 98 is my favorite OS in the windows family. As a matter of fact, even now, my systems have that green background of Windows 98. I moved to Linux(Fedora Core 1) after that. So most of the tips shared here was tested on Windows 98 &#8211; but I am sure it still applies to the later versions as well. I don&#8217;t use these tricks anymore(I don&#8217;t use Windows that much now) &#8211; so I wanted document them before I forget them.</p>
<p>Being a speed junkie &#8211; and having a 32 MB RAM &#8211; made me optimize my system a lot. I found most of the tips below with a lot of trial and error(we did not have the internet back then &#8211; why do you think I call it the dark ages?). Anyway, here are my top 3 tips to make your windows a little better&#8230;</p>
<h2>Speed Up Explorer.exe</h2>
<p>You can <strong class="highlight">speed up the time taken to show a folder contents</strong> using this trick&#8230;</p>
<ul>
<li>Open a folder in Explorer</li>
<li>Choose Tools &gt; Folder Options</li>
<li>Select the &#8216;Use Windows classic folders&#8217; in the Tasks section</li>
<li>Press OK.</li>
</ul>
<p>This will get rid of the &#8216;Common Tasks&#8217; to the left of the explorer. Now try browsing for files &#8211; you will notice a considerable difference in speed.</p>
<h2>Startup Optimization</h2>
<p>You might already know this tip if you are a &#8216;Power User&#8217; &#8211; msconfig. To <strong class="highlight">make your system more responsive and consume less memory</strong>, you can remove unwanted tasks from startup&#8230;</p>
<ul>
<li>Go to Start &gt; Run.</li>
<li>Type in &#8216;msconfig&#8217; without the quotes</li>
<li>Go to the Startup tab</li>
<li>Unselect the application that you know you don&#8217;t need. </li>
<li>Press OK &#8211; you don&#8217;t have to restart.</li>
</ul>
<p>The deactivated apps will not start from the next boot. In some cases, this will really speed up your system.</p>
<h2>Replace Default File Viewers</h2>
<p><strong class="highlight">Notepad should be replaced with <a href="http://www.liquidninja.com/metapad/">Metapad Lite</a></strong>. Not Notepad++ or other &#8216;Advanced Editors&#8217; &#8211; they take half a second to load. Metapad Lite is much faster &#8211; as fast as notepad &#8211; but with more features.</p>
<p>Use <strong class="highlight">Irfan View as your default Image viewer</strong>. I am sure most of you guys are doing this already.</p>
<p><strong class="highlight">Replace Internet Explorer with Firefox</strong>. You will not see a immediate speed improvement. But in the long run, Firefox will prevent many virus from getting access to your system &#8211; giving you a stabler, faster system.</p>
<p><a href="http://www.foobar2000.org/">Foobar2000</a> is a better and faster audio player than default audio player provided by Windows. But then again, do anyone use Windows Media Player?</p>
<p>If you are a programmer I would recommend <strong class="highlight"><a href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a> &#8211; as an editor</strong> &#8211; not as a Notepad replacement.</p>
<h2>Other Tweaks</h2>
<p>There are many other tweaks as well &#8211; but most of them are obsolete due to faster machines and newer OSes. Some of them include&#8230;</p>
<ul>
<li>Disabling Wallpaper/Screensaver</li>
<li>Use <a href="http://www.x-setup.net/">XSetup</a> to optimize hidden settings</li>
<li>Using a better terminal than Command Prompt</li>
<li>Disabling the &#8216;Effects&#8217; &#8211; Fade effects, Menu Shadow, etc.</li>
<li>Disabling File Indexing</li>
<li>Disabling HDD Paging(Virtual Memory)</li>
<li>And more&#8230;</li>
</ul>
<p>In my next post, I will introduce you to my great Windows Hack &#8211; &#8216;The Escape&#8217;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/01/3-windows-speed-tips-from-linux-user/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
