<?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>Tech Titbits &#187; Windows</title>
	<atom:link href="http://techtitbits.com/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://techtitbits.com</link>
	<description>Titbits of technology, with extra sauce</description>
	<lastBuildDate>Tue, 16 Mar 2010 14:26:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fixing &#8220;Windows Help and Support has stopped working&#8221;</title>
		<link>http://techtitbits.com/2010/03/fixing-windows-help-and-support-has-stopped-working/</link>
		<comments>http://techtitbits.com/2010/03/fixing-windows-help-and-support-has-stopped-working/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 14:26:25 +0000</pubDate>
		<dc:creator>Soumik</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[help and support]]></category>
		<category><![CDATA[helpsvc]]></category>

		<guid isPermaLink="false">http://techtitbits.com/?p=401</guid>
		<description><![CDATA[Sometimes Windows gives the error message :
Windows Help and Support has stopped working &#8211; A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.
The Help and Support center stops to function after this. Here&#8217;s how to resolve it.
Open up the command prompt by [...]


Related posts:<ol><li><a href='http://techtitbits.com/2009/06/changing-the-default-command-prompt-directory/' rel='bookmark' title='Permanent Link: Changing the default command prompt directory'>Changing the default command prompt directory</a></li>
<li><a href='http://techtitbits.com/2010/02/enable-display-of-older-help-files-in-windows-7-and-vista/' rel='bookmark' title='Permanent Link: Enable display of older help files in Windows 7 and Vista'>Enable display of older help files in Windows 7 and Vista</a></li>
<li><a href='http://techtitbits.com/2010/03/closing-a-number-of-applications-at-once-in-windows/' rel='bookmark' title='Permanent Link: Closing a number of applications at once in Windows'>Closing a number of applications at once in Windows</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Sometimes Windows gives the error message :</p>
<blockquote><p>Windows Help and Support has stopped working &#8211; A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.</p></blockquote>
<p>The Help and Support center stops to function after this. Here&#8217;s how to resolve it.</p>
<p>Open up the command prompt by going to <code>Start&gt;Run&gt;cmd</code>. Type the following commands one by one :</p>
<p><code>net stop helpsvc<br />
cd /d %windir%\pchealth\helpctr<br />
rd packagestore /s /q<br />
cd binaries<br />
start /w helpsvc /svchost<br />
netsvcs /regserver /install</code></p>
<p>After doing this, open the Task Manager by pressing [Ctrl]+[Alt]+[Del]. Go to the Processes tab, select the following process and stop them by pressing the [Del] key.</p>
<p><code>helpsvc.exe<br />
helphost.exe<br />
helpctr.exe</code></p>
<p>Start the command prompt again, and type in :</p>
<p><code>net start helpsvc</code></p>
<p>Windows Help and Support should be back to it&#8217;s previous self again.</p>


<p>Related posts:<ol><li><a href='http://techtitbits.com/2009/06/changing-the-default-command-prompt-directory/' rel='bookmark' title='Permanent Link: Changing the default command prompt directory'>Changing the default command prompt directory</a></li>
<li><a href='http://techtitbits.com/2010/02/enable-display-of-older-help-files-in-windows-7-and-vista/' rel='bookmark' title='Permanent Link: Enable display of older help files in Windows 7 and Vista'>Enable display of older help files in Windows 7 and Vista</a></li>
<li><a href='http://techtitbits.com/2010/03/closing-a-number-of-applications-at-once-in-windows/' rel='bookmark' title='Permanent Link: Closing a number of applications at once in Windows'>Closing a number of applications at once in Windows</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://techtitbits.com/2010/03/fixing-windows-help-and-support-has-stopped-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drive showing &#8220;Open with&#8221; instead of opening</title>
		<link>http://techtitbits.com/2010/03/drive-showing-open-with-instead-of-opening/</link>
		<comments>http://techtitbits.com/2010/03/drive-showing-open-with-instead-of-opening/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 03:30:17 +0000</pubDate>
		<dc:creator>Soumik</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[autorun]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[open with]]></category>

		<guid isPermaLink="false">http://techtitbits.com/?p=388</guid>
		<description><![CDATA[Last night, I cleaned up a virus infection in one of my friends&#8217; portable hard drive. After cleansing the drive of all malware, I found that I couldn&#8217;t open the drive by double-clicking on it, or even by right-clicking on it and selecting &#8220;Open&#8221; or &#8220;Explore&#8221;.
Here&#8217;s what to do if such a thing happens :
(We [...]


Related posts:<ol><li><a href='http://techtitbits.com/2008/08/how-to-avoid-restarting-your-computer-after-a-software-install/' rel='bookmark' title='Permanent Link: How to avoid restarting your computer after a software install'>How to avoid restarting your computer after a software install</a></li>
<li><a href='http://techtitbits.com/2010/03/open-the-start-menu-faster/' rel='bookmark' title='Permanent Link: Open the Start Menu faster'>Open the Start Menu faster</a></li>
<li><a href='http://techtitbits.com/2009/06/changing-the-default-command-prompt-directory/' rel='bookmark' title='Permanent Link: Changing the default command prompt directory'>Changing the default command prompt directory</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Last night, I cleaned up a virus infection in one of my friends&#8217; portable hard drive. After cleansing the drive of all malware, I found that I couldn&#8217;t open the drive by double-clicking on it, or even by right-clicking on it and selecting &#8220;Open&#8221; or &#8220;Explore&#8221;.</p>
<p>Here&#8217;s what to do if such a thing happens :<br />
(We will assume that the drive which is malfunctioning is denoted by <code>L:</code>)</p>
<ul>
<li>We need to delete the autorun.inf file(if any) in the root of the drive and replace it with an empty one.</li>
<p>To do this start command prompt by going to <code>Start-&gt; Run-&gt; cmd</code>.<br />
Type in the lines of code one by one.</p>
<p><code>L:<br />
attrib -S -H -R autorun.inf<br />
del /F autorun.inf</code></p>
<p>We have now successfully deleted autorun.inf from the root of the drive.We now need to create an empty autorun.inf in the root.</p>
<p><code>copy con autorun.inf</code><br />
Press &#8220;Ctrl+Z&#8221; and then &#8220;Enter&#8221; key.</p>
<p>Now try to open the drive. If this method doesn&#8217;t work, don&#8217;t worry, we have more where that came from.</p>
<li>
<p>We will now re-register the .DLL files in hopes of fixing this issue. Go to Start &gt;Run. Type in <code>regsvr32 /i shell32.dll</code>. You should get a dialog box as shown below.</p>
<p><a href="http://techtitbits.com/wp-content/uploads/2010/03/RegSvr32.jpg"><img class="aligncenter size-full wp-image-394" title="RegSvr32" src="http://techtitbits.com/wp-content/uploads/2010/03/RegSvr32.jpg" alt="RegSvr32" width="350" height="120" /></a></p>
<p>Now try to open the drive. If it opens, you are in luck. If it doesn&#8217;t, don&#8217;t fret. We have some more tricks up our sleeve.</p>
</li>
<li>Start the registry editor by going to <code>Start &gt;Run &gt;regedit</code>. When the registry editor opens, press <code>Ctrl+F</code>, and search for <code>MountPoints2</code>. Delete all MountPoints2 keys you find. After you are done, close the registry editor. Now your drives should open normally.</li>
</ul>
<p>If you have any queries, or you know of another way to fix this issue, feel free to leave a comment.</p>


<p>Related posts:<ol><li><a href='http://techtitbits.com/2008/08/how-to-avoid-restarting-your-computer-after-a-software-install/' rel='bookmark' title='Permanent Link: How to avoid restarting your computer after a software install'>How to avoid restarting your computer after a software install</a></li>
<li><a href='http://techtitbits.com/2010/03/open-the-start-menu-faster/' rel='bookmark' title='Permanent Link: Open the Start Menu faster'>Open the Start Menu faster</a></li>
<li><a href='http://techtitbits.com/2009/06/changing-the-default-command-prompt-directory/' rel='bookmark' title='Permanent Link: Changing the default command prompt directory'>Changing the default command prompt directory</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://techtitbits.com/2010/03/drive-showing-open-with-instead-of-opening/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open the Start Menu faster</title>
		<link>http://techtitbits.com/2010/03/open-the-start-menu-faster/</link>
		<comments>http://techtitbits.com/2010/03/open-the-start-menu-faster/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 14:10:36 +0000</pubDate>
		<dc:creator>Soumik</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Start Menu]]></category>

		<guid isPermaLink="false">http://techtitbits.com/?p=376</guid>
		<description><![CDATA[
The Start Menu in Windows seems to open fast using this trick.
Open the registry editor by going to Start -&#62;Run -&#62;regedit. Navigate to HKEY_CURRENT_USER\ControlPanel\Desktop. Double-click on MenuShowDelay and set it to &#8216;0&#8242;.


Related posts:Start My Computer with Folder view activated
Changing the default command prompt directory
Drive showing &#8220;Open with&#8221; instead of opening



Related posts:<ol><li><a href='http://techtitbits.com/2008/07/start-my-computer-with-folder-view-activated/' rel='bookmark' title='Permanent Link: Start My Computer with Folder view activated'>Start My Computer with Folder view activated</a></li>
<li><a href='http://techtitbits.com/2009/06/changing-the-default-command-prompt-directory/' rel='bookmark' title='Permanent Link: Changing the default command prompt directory'>Changing the default command prompt directory</a></li>
<li><a href='http://techtitbits.com/2010/03/drive-showing-open-with-instead-of-opening/' rel='bookmark' title='Permanent Link: Drive showing &#8220;Open with&#8221; instead of opening'>Drive showing &#8220;Open with&#8221; instead of opening</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://techtitbits.com/wp-content/uploads/2010/03/MenuShowDelay.jpg"><img class="size-full wp-image-379 aligncenter" title="MenuShowDelay" src="http://techtitbits.com/wp-content/uploads/2010/03/MenuShowDelay.jpg" alt="" width="384" height="169" /></a></p>
<p>The Start Menu in Windows seems to open fast using this trick.<br />
Open the registry editor by going to Start -&gt;Run -&gt;regedit. Navigate to <code>HKEY_CURRENT_USER\ControlPanel\Desktop</code>. Double-click on <code>MenuShowDelay</code> and set it to &#8216;0&#8242;.</p>


<p>Related posts:<ol><li><a href='http://techtitbits.com/2008/07/start-my-computer-with-folder-view-activated/' rel='bookmark' title='Permanent Link: Start My Computer with Folder view activated'>Start My Computer with Folder view activated</a></li>
<li><a href='http://techtitbits.com/2009/06/changing-the-default-command-prompt-directory/' rel='bookmark' title='Permanent Link: Changing the default command prompt directory'>Changing the default command prompt directory</a></li>
<li><a href='http://techtitbits.com/2010/03/drive-showing-open-with-instead-of-opening/' rel='bookmark' title='Permanent Link: Drive showing &#8220;Open with&#8221; instead of opening'>Drive showing &#8220;Open with&#8221; instead of opening</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://techtitbits.com/2010/03/open-the-start-menu-faster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Closing a number of applications at once in Windows</title>
		<link>http://techtitbits.com/2010/03/closing-a-number-of-applications-at-once-in-windows/</link>
		<comments>http://techtitbits.com/2010/03/closing-a-number-of-applications-at-once-in-windows/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 10:22:13 +0000</pubDate>
		<dc:creator>Soumik</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://techtitbits.com/?p=374</guid>
		<description><![CDATA[
To close many Windows at once in Windows 7/Vista/XP, keep the [Ctrl] key pressed and select all the windows you want to close in the taskbar. Then leave the [Ctrl] key, and right-click on the last selected taskbar entry. Select &#8220;Close group&#8221; from the context menu that appears.


Related posts:Disable user authentication after resuming from Stand [...]


Related posts:<ol><li><a href='http://techtitbits.com/2009/05/disable-user-authentication-after-resuming-from-stand-by-mode/' rel='bookmark' title='Permanent Link: Disable user authentication after resuming from Stand By mode'>Disable user authentication after resuming from Stand By mode</a></li>
<li><a href='http://techtitbits.com/2010/03/fixing-windows-help-and-support-has-stopped-working/' rel='bookmark' title='Permanent Link: Fixing &#8220;Windows Help and Support has stopped working&#8221;'>Fixing &#8220;Windows Help and Support has stopped working&#8221;</a></li>
<li><a href='http://techtitbits.com/2010/03/how-to-change-drive-letters-in-windows/' rel='bookmark' title='Permanent Link: How to change drive letters in Windows'>How to change drive letters in Windows</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://techtitbits.com/wp-content/uploads/2010/03/CloseGroup.jpg"><img class="aligncenter size-full wp-image-382" title="CloseGroup" src="http://techtitbits.com/wp-content/uploads/2010/03/CloseGroup.jpg" alt="" width="563" height="123" /></a></p>
<p>To close many Windows at once in Windows 7/Vista/XP, keep the [Ctrl] key pressed and select all the windows you want to close in the taskbar. Then leave the [Ctrl] key, and right-click on the last selected taskbar entry. Select &#8220;Close group&#8221; from the context menu that appears.</p>


<p>Related posts:<ol><li><a href='http://techtitbits.com/2009/05/disable-user-authentication-after-resuming-from-stand-by-mode/' rel='bookmark' title='Permanent Link: Disable user authentication after resuming from Stand By mode'>Disable user authentication after resuming from Stand By mode</a></li>
<li><a href='http://techtitbits.com/2010/03/fixing-windows-help-and-support-has-stopped-working/' rel='bookmark' title='Permanent Link: Fixing &#8220;Windows Help and Support has stopped working&#8221;'>Fixing &#8220;Windows Help and Support has stopped working&#8221;</a></li>
<li><a href='http://techtitbits.com/2010/03/how-to-change-drive-letters-in-windows/' rel='bookmark' title='Permanent Link: How to change drive letters in Windows'>How to change drive letters in Windows</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://techtitbits.com/2010/03/closing-a-number-of-applications-at-once-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change drive letters in Windows</title>
		<link>http://techtitbits.com/2010/03/how-to-change-drive-letters-in-windows/</link>
		<comments>http://techtitbits.com/2010/03/how-to-change-drive-letters-in-windows/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 04:13:09 +0000</pubDate>
		<dc:creator>Soumik</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[drive letter]]></category>
		<category><![CDATA[drive letter assignment]]></category>

		<guid isPermaLink="false">http://techtitbits.com/?p=362</guid>
		<description><![CDATA[After plugging in external drives or after adding optical drives and hard drives, Windows automatically assigns a drive letter to them. Usually, the system drive is assigned the letter C: and other drives are assigned subsequent incremented letters.
It is possible to change this auto-assigned drive letter in Windows 7/ Vista/XP. Right-click on My Computer and [...]


Related posts:<ol><li><a href='http://techtitbits.com/2009/05/disable-user-authentication-after-resuming-from-stand-by-mode/' rel='bookmark' title='Permanent Link: Disable user authentication after resuming from Stand By mode'>Disable user authentication after resuming from Stand By mode</a></li>
<li><a href='http://techtitbits.com/2009/07/disable-write-access-for-usb-drives/' rel='bookmark' title='Permanent Link: Disable write access for USB drives'>Disable write access for USB drives</a></li>
<li><a href='http://techtitbits.com/2010/03/closing-a-number-of-applications-at-once-in-windows/' rel='bookmark' title='Permanent Link: Closing a number of applications at once in Windows'>Closing a number of applications at once in Windows</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://techtitbits.com/wp-content/uploads/2010/03/windows_7_logo.jpg"><img class="alignright size-full wp-image-366" title="Windows 7 logo" src="http://techtitbits.com/wp-content/uploads/2010/03/windows_7_logo.jpg" alt="Windows 7 logo" width="64" height="64" /></a>After plugging in external drives or after adding optical drives and hard drives, Windows automatically assigns a drive letter to them. Usually, the system drive is assigned the letter C: and other drives are assigned subsequent incremented letters.</p>
<p>It is possible to change this auto-assigned drive letter in Windows 7/ Vista/XP. Right-click on My Computer and select &#8220;Manage&#8221;. Under Computer Management, select &#8220;Disk Management&#8221;. The right pane will contain the list of drives with the &#8220;CD-ROM&#8221; drives listed at the bottom.</p>
<p><a href="http://techtitbits.com/wp-content/uploads/2010/03/Assign_Hard_Drive_Letter.jpg"><img class="aligncenter size-full wp-image-363" title="Assign Drive Letter" src="http://techtitbits.com/wp-content/uploads/2010/03/Assign_Hard_Drive_Letter.jpg" alt="Assign Drive Letter" width="600" height="420" /></a></p>
<p>Now, right-click on the drive whose letter needs to be changed and select &#8220;Change drive letters and paths&#8230;&#8221;. Click on &#8220;Change&#8221;, select &#8220;Assign the following drive letter&#8221; and select the required drive letter.</p>
<p>Note that the system drive letter cannot be changed.</p>


<p>Related posts:<ol><li><a href='http://techtitbits.com/2009/05/disable-user-authentication-after-resuming-from-stand-by-mode/' rel='bookmark' title='Permanent Link: Disable user authentication after resuming from Stand By mode'>Disable user authentication after resuming from Stand By mode</a></li>
<li><a href='http://techtitbits.com/2009/07/disable-write-access-for-usb-drives/' rel='bookmark' title='Permanent Link: Disable write access for USB drives'>Disable write access for USB drives</a></li>
<li><a href='http://techtitbits.com/2010/03/closing-a-number-of-applications-at-once-in-windows/' rel='bookmark' title='Permanent Link: Closing a number of applications at once in Windows'>Closing a number of applications at once in Windows</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://techtitbits.com/2010/03/how-to-change-drive-letters-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable display of older help files in Windows 7 and Vista</title>
		<link>http://techtitbits.com/2010/02/enable-display-of-older-help-files-in-windows-7-and-vista/</link>
		<comments>http://techtitbits.com/2010/02/enable-display-of-older-help-files-in-windows-7-and-vista/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 08:44:25 +0000</pubDate>
		<dc:creator>Soumik</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[32-bit]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[HLP]]></category>

		<guid isPermaLink="false">http://techtitbits.com/?p=344</guid>
		<description><![CDATA[
Ever since Windows 3.1, Microsoft has included the Windows Help program (WinHlp32.exe) with new releases. Starting with Windows Vista, Microsoft doesn&#8217;t bundle the Windows Help program used to view .HLP files meant for older Windows programs with the OS. Apparently, Microsoft made this decision because the program hasn&#8217;t had a major update for many years, [...]


Related posts:<ol><li><a href='http://techtitbits.com/2010/03/fixing-windows-help-and-support-has-stopped-working/' rel='bookmark' title='Permanent Link: Fixing &#8220;Windows Help and Support has stopped working&#8221;'>Fixing &#8220;Windows Help and Support has stopped working&#8221;</a></li>
<li><a href='http://techtitbits.com/2008/08/how-to-avoid-restarting-your-computer-after-a-software-install/' rel='bookmark' title='Permanent Link: How to avoid restarting your computer after a software install'>How to avoid restarting your computer after a software install</a></li>
<li><a href='http://techtitbits.com/2008/07/start-my-computer-with-folder-view-activated/' rel='bookmark' title='Permanent Link: Start My Computer with Folder view activated'>Start My Computer with Folder view activated</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://techtitbits.com/wp-content/uploads/2010/02/Windows_Help.png"><img class="size-medium wp-image-345 alignleft" title="Windows Help" src="http://techtitbits.com/wp-content/uploads/2010/02/Windows_Help-300x300.png" alt="Windows Help" width="65" height="65" /></a></p>
<p>Ever since Windows 3.1, Microsoft has included the Windows Help program (WinHlp32.exe) with new releases. Starting with Windows Vista, Microsoft doesn&#8217;t bundle the Windows Help program used to view .HLP files meant for older Windows programs with the OS. Apparently, Microsoft made this decision because the program hasn&#8217;t had a major update for many years, and it did not meet their standards for new Microsoft programs. But for customers who still rely on 32 bit .HLP files, Microsoft offers this as a separate download.*</p>
<p><span style="text-decoration: underline;">Download links :</span></p>
<ul>
<li><a title="Windows Help program (WinHlp32.exe) for Windows 7" href="http://www.microsoft.com/downloads/details.aspx?familyid=258AA5EC-E3D9-4228-8844-008E02B32A2C&amp;displaylang=en" target="_blank">Windows 7</a></li>
<li><a title="Windows Help program (WinHlp32.exe) for Windows Vista" href="http://www.microsoft.com/downloads/details.aspx?familyid=6EBCFAD9-D3F5-4365-8070-334CD175D4BB&amp;displaylang=en" target="_blank">Windows Vista</a></li>
</ul>
<p>After installing the program, Windows should be able to correctly display .HLP files.</p>
<p>Note: Sometimes, due to an error in the macro commands, a lock is activated on the application. To unlock it, navigate to &#8216;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WinHelp&#8217; and create a new DWORDValue. Enter the name as &#8216;AllowProgrammaticMacros&#8217; and set the value to 1. The application will be unlocked.</p>
<p>* You need to undergo genuine Microsoft validation to download the files.</p>


<p>Related posts:<ol><li><a href='http://techtitbits.com/2010/03/fixing-windows-help-and-support-has-stopped-working/' rel='bookmark' title='Permanent Link: Fixing &#8220;Windows Help and Support has stopped working&#8221;'>Fixing &#8220;Windows Help and Support has stopped working&#8221;</a></li>
<li><a href='http://techtitbits.com/2008/08/how-to-avoid-restarting-your-computer-after-a-software-install/' rel='bookmark' title='Permanent Link: How to avoid restarting your computer after a software install'>How to avoid restarting your computer after a software install</a></li>
<li><a href='http://techtitbits.com/2008/07/start-my-computer-with-folder-view-activated/' rel='bookmark' title='Permanent Link: Start My Computer with Folder view activated'>Start My Computer with Folder view activated</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://techtitbits.com/2010/02/enable-display-of-older-help-files-in-windows-7-and-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling more then 6 simultaneous downloads in IE8</title>
		<link>http://techtitbits.com/2009/11/enabling-more-then-6-simultaneous-downloads-in-ie8/</link>
		<comments>http://techtitbits.com/2009/11/enabling-more-then-6-simultaneous-downloads-in-ie8/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 02:20:07 +0000</pubDate>
		<dc:creator>Soumik</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[simultaneous downloads]]></category>

		<guid isPermaLink="false">http://techtitbits.com/?p=275</guid>
		<description><![CDATA[
Internet Explorer 8, as it may be known, doesn&#8217;t support more than 6 parallel downloads. While downloading a large number of big files from slow servers, bypassing this limit becomes a necessity. Like the previous versions, this limit is defined in the registry, but in a different location.
To change this limit, close all instances if [...]


Related posts:<ol><li><a href='http://techtitbits.com/2009/07/disable-write-access-for-usb-drives/' rel='bookmark' title='Permanent Link: Disable write access for USB drives'>Disable write access for USB drives</a></li>
<li><a href='http://techtitbits.com/2008/07/start-my-computer-with-folder-view-activated/' rel='bookmark' title='Permanent Link: Start My Computer with Folder view activated'>Start My Computer with Folder view activated</a></li>
<li><a href='http://techtitbits.com/2008/08/how-to-avoid-restarting-your-computer-after-a-software-install/' rel='bookmark' title='Permanent Link: How to avoid restarting your computer after a software install'>How to avoid restarting your computer after a software install</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="size-thumbnail wp-image-278 alignleft" title="IE8 Logo" src="http://techtitbits.com/wp-content/uploads/2009/11/ie8_logo-150x150.png" alt="IE8 Logo" width="150" height="150" /></p>
<p>Internet Explorer 8, as it may be known, doesn&#8217;t support more than 6 parallel downloads. While downloading a large number of big files from slow servers, bypassing this limit becomes a necessity. Like the previous versions, this limit is defined in the registry, but in a different location.</p>
<p>To change this limit, close all instances if Internet Explorer, open the registry editor by going to Start-&gt; Run-&gt; regedit. Navigate to &#8216;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InternetExplorer\Main\FeatureControl\FEATURE_MAXCONNECTIONSPER1_0SERVER&#8217;. In the right pane, find the DWORD value &#8216;iexplore.exe&#8217; and change it to 15(or any other number you may want). If the DWORD entry doesn&#8217;t exist, create it by &#8220;Edit-&gt; New-&gt;  DWORD value&#8221;, and put the name as &#8216;iexplore.exe&#8217;. Change the value to 15 and leave the base as Hexadecimal. Navigate to the adjacent key &#8216;FEATURE_MAXCONNECTIONSPERSERVER&#8217; and perform the same actions.</p>
<p>Internet Explorer should now allow more than 6 simultaneous downloads.</p>


<p>Related posts:<ol><li><a href='http://techtitbits.com/2009/07/disable-write-access-for-usb-drives/' rel='bookmark' title='Permanent Link: Disable write access for USB drives'>Disable write access for USB drives</a></li>
<li><a href='http://techtitbits.com/2008/07/start-my-computer-with-folder-view-activated/' rel='bookmark' title='Permanent Link: Start My Computer with Folder view activated'>Start My Computer with Folder view activated</a></li>
<li><a href='http://techtitbits.com/2008/08/how-to-avoid-restarting-your-computer-after-a-software-install/' rel='bookmark' title='Permanent Link: How to avoid restarting your computer after a software install'>How to avoid restarting your computer after a software install</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://techtitbits.com/2009/11/enabling-more-then-6-simultaneous-downloads-in-ie8/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Disable write access for USB drives</title>
		<link>http://techtitbits.com/2009/07/disable-write-access-for-usb-drives/</link>
		<comments>http://techtitbits.com/2009/07/disable-write-access-for-usb-drives/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 09:14:44 +0000</pubDate>
		<dc:creator>Soumik</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[copy-protect]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://techtitbits.com/?p=240</guid>
		<description><![CDATA[
Copying data using USB drives at the work place can be a major security concern. Copying data to USB drives can be disabled via a simple registry tweak. For this tweak to work in Windows XP, you need to at least have SP2 installed.

Open the registry editor by going to Start &#62; Run and typing [...]


Related posts:<ol><li><a href='http://techtitbits.com/2008/07/start-my-computer-with-folder-view-activated/' rel='bookmark' title='Permanent Link: Start My Computer with Folder view activated'>Start My Computer with Folder view activated</a></li>
<li><a href='http://techtitbits.com/2009/11/enabling-more-then-6-simultaneous-downloads-in-ie8/' rel='bookmark' title='Permanent Link: Enabling more then 6 simultaneous downloads in IE8'>Enabling more then 6 simultaneous downloads in IE8</a></li>
<li><a href='http://techtitbits.com/2010/03/how-to-change-drive-letters-in-windows/' rel='bookmark' title='Permanent Link: How to change drive letters in Windows'>How to change drive letters in Windows</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-241 aligncenter" title="Copy Protect data from USB drives" src="http://techtitbits.com/wp-content/uploads/2009/07/copy-protect.jpg" alt="Copy Protect data from USB drives" width="436" height="224" /></p>
<p>Copying data using USB drives at the work place can be a major security concern. Copying data to USB drives can be disabled via a simple registry tweak. For this tweak to work in Windows XP, you need to at least have SP2 installed.</p>
<ul>
<li>Open the registry editor by going to <code>Start &gt; Run</code> and typing &#8216;<code>regedit</code>&#8216;.</li>
<li>Open the &#8220;<code>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\StorageDevicePolicies</code>&#8221; key. If the key does not exist, create it by going to &#8220;<code>Edit &gt; New &gt; Key</code>&#8220;.</li>
<li>Right-click on the right pane and select &#8220;<code>New &gt; DWORD Value</code>&#8221; or &#8220;<code>DWORD Value (32 Bit)</code>&#8220;. Name the entry &#8220;<code>WriteProtect</code>&#8220;.</li>
<li>Open the new entry and set it&#8217;s value to &#8220;<code>1</code>&#8220;. Restart your computer for the copy-protection to take effect.</li>
</ul>
<p>To re-allow write access for USB drives, just change the value of the &#8220;<code>WriteProtect</code>&#8221; entry to &#8220;<code>0</code>&#8220;.</p>


<p>Related posts:<ol><li><a href='http://techtitbits.com/2008/07/start-my-computer-with-folder-view-activated/' rel='bookmark' title='Permanent Link: Start My Computer with Folder view activated'>Start My Computer with Folder view activated</a></li>
<li><a href='http://techtitbits.com/2009/11/enabling-more-then-6-simultaneous-downloads-in-ie8/' rel='bookmark' title='Permanent Link: Enabling more then 6 simultaneous downloads in IE8'>Enabling more then 6 simultaneous downloads in IE8</a></li>
<li><a href='http://techtitbits.com/2010/03/how-to-change-drive-letters-in-windows/' rel='bookmark' title='Permanent Link: How to change drive letters in Windows'>How to change drive letters in Windows</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://techtitbits.com/2009/07/disable-write-access-for-usb-drives/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Changing the default command prompt directory</title>
		<link>http://techtitbits.com/2009/06/changing-the-default-command-prompt-directory/</link>
		<comments>http://techtitbits.com/2009/06/changing-the-default-command-prompt-directory/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 12:31:46 +0000</pubDate>
		<dc:creator>Soumik</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[changing directory]]></category>
		<category><![CDATA[command prompt]]></category>

		<guid isPermaLink="false">http://techtitbits.com/?p=229</guid>
		<description><![CDATA[
When command prompt is started up in Windows, it defaults to the directory X:\Documents and Settings\Username.
This directory can be changed by creating a new registry entry which will contain commands which is automatically executed when command prompt starts. This can be compared to the &#8220;autoexec.bat&#8221; file which existed in old DOS and Windows systems.
In the [...]


Related posts:<ol><li><a href='http://techtitbits.com/2008/07/start-my-computer-with-folder-view-activated/' rel='bookmark' title='Permanent Link: Start My Computer with Folder view activated'>Start My Computer with Folder view activated</a></li>
<li><a href='http://techtitbits.com/2010/03/fixing-windows-help-and-support-has-stopped-working/' rel='bookmark' title='Permanent Link: Fixing &#8220;Windows Help and Support has stopped working&#8221;'>Fixing &#8220;Windows Help and Support has stopped working&#8221;</a></li>
<li><a href='http://techtitbits.com/2010/02/enable-display-of-older-help-files-in-windows-7-and-vista/' rel='bookmark' title='Permanent Link: Enable display of older help files in Windows 7 and Vista'>Enable display of older help files in Windows 7 and Vista</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-231 alignright" title="cmd_prompt" src="http://techtitbits.com/wp-content/uploads/2009/06/cmd_prompt1.jpg" alt="Cmd Prmpt" width="233" height="111" /></p>
<p>When command prompt is started up in Windows, it defaults to the directory X:\Documents and Settings\Username.</p>
<p>This directory can be changed by creating a new registry entry which will contain commands which is automatically executed when command prompt starts. This can be compared to the &#8220;autoexec.bat&#8221; file which existed in old DOS and Windows systems.</p>
<p>In the Registry editor(Start&gt; Run&gt; regedit), navigate to &#8220;HKEY_CURRENT_USER\Software\Microsoft\Command Processor&#8221;. Click on Edit&gt; New&gt; Expandable String Value. Type in <code>Autorun</code> as the name and press Enter. Check that the value type is &#8216;REG_EXPAND_SZ&#8217;. Double-click on &#8220;Autrun&#8221;, and enter in the value data <code>cd c:\desired_folder\</code>. This command will be executed every time command prompt starts, and you will start right in your desired folder.</p>


<p>Related posts:<ol><li><a href='http://techtitbits.com/2008/07/start-my-computer-with-folder-view-activated/' rel='bookmark' title='Permanent Link: Start My Computer with Folder view activated'>Start My Computer with Folder view activated</a></li>
<li><a href='http://techtitbits.com/2010/03/fixing-windows-help-and-support-has-stopped-working/' rel='bookmark' title='Permanent Link: Fixing &#8220;Windows Help and Support has stopped working&#8221;'>Fixing &#8220;Windows Help and Support has stopped working&#8221;</a></li>
<li><a href='http://techtitbits.com/2010/02/enable-display-of-older-help-files-in-windows-7-and-vista/' rel='bookmark' title='Permanent Link: Enable display of older help files in Windows 7 and Vista'>Enable display of older help files in Windows 7 and Vista</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://techtitbits.com/2009/06/changing-the-default-command-prompt-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable user authentication after resuming from Stand By mode</title>
		<link>http://techtitbits.com/2009/05/disable-user-authentication-after-resuming-from-stand-by-mode/</link>
		<comments>http://techtitbits.com/2009/05/disable-user-authentication-after-resuming-from-stand-by-mode/#comments</comments>
		<pubDate>Sun, 31 May 2009 04:48:09 +0000</pubDate>
		<dc:creator>Soumik</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[standby]]></category>

		<guid isPermaLink="false">http://techtitbits.com/?p=227</guid>
		<description><![CDATA[By default, Windows will ask for your password every time your computer resumes from the stand-by mode. This may be useful for a public workstation or unattended laptops; but for a personal computer, it&#8217;s useless and to some extent, annoying.
To disable to authentication, follow these steps :
Windows XP

Go to Start-&#62; Control Panel -&#62;Performance and Maintenance [...]


Related posts:<ol><li><a href='http://techtitbits.com/2009/06/changing-the-default-command-prompt-directory/' rel='bookmark' title='Permanent Link: Changing the default command prompt directory'>Changing the default command prompt directory</a></li>
<li><a href='http://techtitbits.com/2009/07/disable-write-access-for-usb-drives/' rel='bookmark' title='Permanent Link: Disable write access for USB drives'>Disable write access for USB drives</a></li>
<li><a href='http://techtitbits.com/2009/05/disable-the-compulsory-automatic-delay-while-installing-plugins-in-firefox/' rel='bookmark' title='Permanent Link: Disable the compulsory automatic delay while installing plugins in Firefox'>Disable the compulsory automatic delay while installing plugins in Firefox</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>By default, Windows will ask for your password every time your computer resumes from the stand-by mode. This may be useful for a public workstation or unattended laptops; but for a personal computer, it&#8217;s useless and to some extent, annoying.</p>
<p>To disable to authentication, follow these steps :</p>
<p><span style="text-decoration: underline;">Windows XP</span></p>
<ul>
<li>Go to Start-&gt; Control Panel -&gt;Performance and Maintenance -&gt; Power Options.</li>
<li>Under the Advanced tab, in the Options settings, uncheck &#8220;Prompt for password when computer resumes from standby&#8221;</li>
</ul>
<p><span style="text-decoration: underline;">Windows Vista</span></p>
<ul>
<li>Go to Start, and type in &#8220;Power Options&#8221; and press Enter.</li>
<li>Click &#8220;Change plan settings&#8221;<em> </em>for your selected plan, then click &#8220;Change advanced power settings<em>&#8220;.</em> In the dialog box that appears, click &#8220;Change settings that are currently unavailable<em>&#8221; </em>and go through the  User Account Control.</li>
<li>Go to the &#8220;Require a password on wakeup&#8221; option and just select &#8220;No&#8221;<em>. </em>Then click &#8220;OK&#8221;<em>.</em></li>
</ul>
<p>After completing these steps, the computer wil not ask for passwords after resuming from standby mode.</p>


<p>Related posts:<ol><li><a href='http://techtitbits.com/2009/06/changing-the-default-command-prompt-directory/' rel='bookmark' title='Permanent Link: Changing the default command prompt directory'>Changing the default command prompt directory</a></li>
<li><a href='http://techtitbits.com/2009/07/disable-write-access-for-usb-drives/' rel='bookmark' title='Permanent Link: Disable write access for USB drives'>Disable write access for USB drives</a></li>
<li><a href='http://techtitbits.com/2009/05/disable-the-compulsory-automatic-delay-while-installing-plugins-in-firefox/' rel='bookmark' title='Permanent Link: Disable the compulsory automatic delay while installing plugins in Firefox'>Disable the compulsory automatic delay while installing plugins in Firefox</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://techtitbits.com/2009/05/disable-user-authentication-after-resuming-from-stand-by-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
