<?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 Corner &#187; Tutorials</title>
	<atom:link href="http://thetechcorner.net/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://thetechcorner.net</link>
	<description>Tutorials, tweaks, and tech news</description>
	<lastBuildDate>Wed, 10 Mar 2010 01:45:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://thetechcorner.net/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>Easy Google Pagerank Determination</title>
		<link>http://thetechcorner.net/2009/03/06/easy-google-pagerank-determination/</link>
		<comments>http://thetechcorner.net/2009/03/06/easy-google-pagerank-determination/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 03:03:42 +0000</pubDate>
		<dc:creator>Travis Cunningham</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Pagerank]]></category>

		<guid isPermaLink="false">http://thetechcorner.net/?p=719</guid>
		<description><![CDATA[
Here is a very cool trick (Found by Jimmy) to determine Google Pagerank on websites by modifying your search query URL on Google Search. The best part about this is that it returns the output in plain text, making it easier for developers to get this information without long scripts. This means you could write a Sphider Mod to get better search results or use it within a custom program to see how popular (or important) a website is on the internet.
Get the Pagerank: 
To get pagerank, type in: http://www.google.com/search?client=navclient-auto&#38;ch=656688533331624&#38;features=Rank&#38;q=info:google.com 
To change the website ...]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-718 alignnone" title="Google Pagerank" src="http://thetechcorner.net/wp-content/uploads/2009/03/google-pagerank.png" alt="Google Pagerank" width="270" height="120" /></p>
<p>Here is a very cool trick (Found by <a href="http://thetechcorner.net/about/james-hartig/">Jimmy</a>) to determine <a href="http://en.wikipedia.org/wiki/PageRank">Google Pagerank</a> on websites by modifying your search query URL on Google Search. The best part about this is that it returns the output in plain text, making it easier for developers to get this information without long scripts. This means you could write a <a href="http://www.sphider.eu/forum/list.php?3">Sphider Mod</a> to get better search results or use it within a custom program to see how popular (or important) a website is on the internet.</p>
<p><strong>Get the Pagerank: <br />
<span style="font-weight: normal;">To get pagerank, type in: <a href="http://www.google.com/search?client=navclient-auto&amp;ch=656688533331624&amp;features=Rank&amp;q=info:google.com">http://www.google.com/search?client=navclient-auto&amp;ch=656688533331624&amp;features=Rank&amp;q=info:google.com</a> </span></strong></p>
<p>To change the website in the request, simply change &#8220;info:google.com&#8221; to &#8220;info:&#8221; and the website domain of your choice (I.E. &#8220;info:thetechcorner.net&#8221;)</p>
<p>Be sure to change the value of &#8220;ch&#8221; (656688533331624) to a new number every time you request the page or else Google will deny the request to the server.<br />
<strong><em>Note:</em></strong> <em>Not all numbers will work, but keep trying random numbers until it works. There might be a reason for this number and it may have to do with the length of the url.</em></p>
<p><strong>Reading the Output:</strong><br />
When you request the pagerank of <em><a href="http://www.google.com/search?client=navclient-auto&#038;ch=65668853531624&#038;features=Rank&#038;q=info:twitter.com">twitter.com</a></em>, you should get the return of: Rank_1:1:9<br />
 The last number (which is 9) would be the pagerank of the site. I don&#8217;t know what the other two numbers mean in front of that (maybe the version of the system??).</p>
<p>If you do not know how to write a script to find the pagerank from a PHP program, there is a great one here: <a href="http://www.devpapers.com/article/326">DevPapers Google PageRank</a></p>
<p><a href="http://thetechcorner.net/about/travis-cunningham/">Travis Cunningham</a></p>
<p><small>© travis for <a href="http://thetechcorner.net">Tech Corner</a>, 2009. |
<a href="http://thetechcorner.net/2009/03/06/easy-google-pagerank-determination/">Permalink</a> |
Post tags: <a href="http://thetechcorner.net/tag/google/" rel="tag">Google</a>, <a href="http://thetechcorner.net/tag/internet/" rel="tag">Internet</a>, <a href="http://thetechcorner.net/tag/pagerank/" rel="tag">Pagerank</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://thetechcorner.net/2009/03/06/easy-google-pagerank-determination/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Chrome Nightly: mini_installer.exe isn&#8217;t updating</title>
		<link>http://thetechcorner.net/2009/02/14/chrome-nightly-mini_installerexe-isnt-updating/</link>
		<comments>http://thetechcorner.net/2009/02/14/chrome-nightly-mini_installerexe-isnt-updating/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 11:39:02 +0000</pubDate>
		<dc:creator>James Hartig</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Fail]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://thetechcorner.net/?p=689</guid>
		<description><![CDATA[I downloaded the latest nightly build of Chrome, only to realize that the mini_installer.exe wouldn&#8217;t update my Chrome installation on Windows 7. I would run the executable, but nothing would happen. Finally, I decided to change the compatibility to Windows Vista and Vola!, it worked!
So if you&#8217;re having trouble with the mini_installer.exe, just right click the exe, goto Properties. Then goto the Compatibility tab and then choose Windows Vista. No matter if you delete the mini_installer.exe, the settings should stay the same for any mini_installer.exe in that same folder (Desktop?). ...]]></description>
			<content:encoded><![CDATA[<p>I downloaded the latest nightly build of Chrome, only to realize that the mini_installer.exe wouldn&#8217;t update my Chrome installation on Windows 7. I would run the executable, but nothing would happen. Finally, I decided to change the compatibility to Windows Vista and Vola!, it worked!</p>
<p>So if you&#8217;re having trouble with the mini_installer.exe, just right click the exe, goto Properties. Then goto the Compatibility tab and then choose Windows Vista. No matter if you delete the mini_installer.exe, the settings should stay the same for any mini_installer.exe in that same folder (Desktop?). So you should only have to do this once.</p>
<p style="text-align: center;"><a href="http://thetechcorner.net/wp-content/uploads/2009/02/mini_installer_properties.png"><img class="size-medium wp-image-699  aligncenter" title="mini_installer_properties" src="http://thetechcorner.net/wp-content/uploads/2009/02/mini_installer_properties-219x300.png" alt="mini_installer_properties" width="219" height="300" /></a></p>
<p style="text-align: left;">You can download Nightly Versions of Chrome with <a href="http://dirhael.dcmembers.com/cnu/">Chromium Nightly Updater</a> or you can goto the <a href="http://build.chromium.org/buildbot/snapshots/chromium-rel-xp/">Google Chromium Directory</a> (and goto the last folder or the highest number). When installing at first, it will install a new version of chrome, called Chromium. Just transfer your &#8220;User Data&#8221; folder (within &#8220;%APPDATA%\Google\Chrome) to the Chromium folder (&#8220;%APPDATA%\Chromium&#8221;). Always download the installer, the ZIP is just a hassle.</p>
<p style="text-align: left;">Hope that helps!<br />
- <a href="/about/james-hartig/">James Hartig</a></p>
<p><small>© James for <a href="http://thetechcorner.net">Tech Corner</a>, 2009. |
<a href="http://thetechcorner.net/2009/02/14/chrome-nightly-mini_installerexe-isnt-updating/">Permalink</a> |
Post tags: <a href="http://thetechcorner.net/tag/beta/" rel="tag">Beta</a>, <a href="http://thetechcorner.net/tag/browser/" rel="tag">Browser</a>, <a href="http://thetechcorner.net/tag/error/" rel="tag">Error</a>, <a href="http://thetechcorner.net/tag/fail/" rel="tag">Fail</a>, <a href="http://thetechcorner.net/tag/freeware/" rel="tag">Freeware</a>, <a href="http://thetechcorner.net/tag/google/" rel="tag">Google</a>, <a href="http://thetechcorner.net/tag/software/" rel="tag">Software</a>, <a href="http://thetechcorner.net/tag/windows/" rel="tag">Windows</a>, <a href="http://thetechcorner.net/tag/windows-7/" rel="tag">Windows 7</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://thetechcorner.net/2009/02/14/chrome-nightly-mini_installerexe-isnt-updating/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Klok: A free Adobe Air time tracking application</title>
		<link>http://thetechcorner.net/2009/02/12/klok-a-free-adobe-air-time-tracking-application/</link>
		<comments>http://thetechcorner.net/2009/02/12/klok-a-free-adobe-air-time-tracking-application/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 22:35:47 +0000</pubDate>
		<dc:creator>James Hartig</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://thetechcorner.net/?p=659</guid>
		<description><![CDATA[I wanted to find a free, easy application to track my time spent on various projects. I found Klok, its an Adobe AIR application! I downloaded it and it went fairly simple. The application is very simple to use, however it has a decent learning curve. I would say it took me almost 5 minutes to learn my way around the application, and I&#8217;m still finding new things out as I write this.

At first, when you launch the application, you are presented with the &#8220;Project View&#8221; screen. The first thing ...]]></description>
			<content:encoded><![CDATA[<p>I wanted to find a free, easy application to track my time spent on various projects. I found <a href="http://klok.mcgraphix.com/klok/index.htm">Klok</a>, its an <a href="http://www.adobe.com/products/air/">Adobe AIR</a> application! I downloaded it and it went fairly simple. The application is very simple to use, however it has a decent learning curve. I would say it took me almost 5 minutes to learn my way around the application, and I&#8217;m still finding new things out as I write this.</p>
<div style="text-align:left;">
<div id="attachment_667" class="wp-caption alignleft" style="width: 250px"><a href="http://thetechcorner.net/wp-content/uploads/2009/02/project_klok_screen.png"><img class="size-medium wp-image-667" title="project_klok_screen" src="http://thetechcorner.net/wp-content/uploads/2009/02/project_klok_screen-300x225.png" alt="project_klok_screen" width="240" height="180" /></a><p class="wp-caption-text">Project View</p></div></p>
<p>At first, when you launch the application, you are presented with the &#8220;Project View&#8221; screen. The first thing to do is add a project, so click the Add button near the top left. Then you type in a name and there are other options, for more advanced users, but I opted out of those at least now. Then for Sub-Projects, goto the properties tab for a given &#8220;Project&#8221; and then you are presented with a more details, like contacts, color, etc. Click &#8220;Add Sub Project&#8221;. (If you don&#8217;t see anything to the left, collapse and expand the main project and it will update.
</p></div>
<div style="text-align:left;">
<p>&nbsp;</p>
<div id="attachment_666" class="wp-caption alignright" style="width: 220px"><a href="http://thetechcorner.net/wp-content/uploads/2009/02/main_klok_screen.png"><img class="size-medium wp-image-666  " title="main_klok_screen" src="http://thetechcorner.net/wp-content/uploads/2009/02/main_klok_screen-300x224.png" alt="Week View" width="210" height="157" /></a><p class="wp-caption-text">Week View</p></div>
<p>Add as many projects as you like! If you happen to make a mistake or want to remove something, you can either right click on it and then choose &#8220;Move to Trash&#8221; or you can drag it over to the Trashcan icon in the bottom left. To empty you trash, just right-click on the Trashcan. Now, to start tracking, just right click on a project and choose &#8220;Work On&#8221;. At the top, you will notice it will change to &#8220;Currently Working On: [project name]&#8221; and then there is an arrow next to that. If you click that you can easily work on a previously selected project. I usually keep the application in the Week View, which easily shows you how your &#8220;week&#8221; broke down between projects. Along the left side there are various handles to change the view.
</p></div>
<p>Finally, you can look at the Reports View at the top for various reports you want to print. At any time, select a project, and then under the &#8220;Views&#8221; bar you can choose to view a Weekly Timesheet or Monthly Timesheet. Next to the Minimize, Maximize and Close buttons, there is a double up arrow &#8220;^&#8221;, click that and the application will shrink to just the &#8220;Currently Working On: &#8230;&#8221; corner and you can put in in a corner of you screen. If you want to change various options (there isn&#8217;t much you can change), you can view the Preferences view and play with some of the options.</p>
<p>Overall this is one of the best Desktop Apps I&#8217;ve seen! It&#8217;s simple to use, yet advanced for power users. I normally have something to say bad, but I only have one small thing with this app: When making Sub-Projects, you shouldn&#8217;t have to collapse and expand the main project to view the updates; its just a small bug.</p>
<p>Awesome!<br />
- <a href="/about/james-hartig/">James Hartig</a></p>
<p><small>© James for <a href="http://thetechcorner.net">Tech Corner</a>, 2009. |
<a href="http://thetechcorner.net/2009/02/12/klok-a-free-adobe-air-time-tracking-application/">Permalink</a> |
Post tags: <a href="http://thetechcorner.net/tag/air/" rel="tag">AIR</a>, <a href="http://thetechcorner.net/tag/business/" rel="tag">Business</a>, <a href="http://thetechcorner.net/tag/freeware/" rel="tag">Freeware</a>, <a href="http://thetechcorner.net/tag/internet/" rel="tag">Internet</a>, <a href="http://thetechcorner.net/tag/software/" rel="tag">Software</a>, <a href="http://thetechcorner.net/tag/windows/" rel="tag">Windows</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://thetechcorner.net/2009/02/12/klok-a-free-adobe-air-time-tracking-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dual Boot iTunes, Share Library</title>
		<link>http://thetechcorner.net/2009/01/20/dual-boot-itunes-share-library/</link>
		<comments>http://thetechcorner.net/2009/01/20/dual-boot-itunes-share-library/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 18:07:10 +0000</pubDate>
		<dc:creator>James Hartig</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Dual Boot]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Sharing]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://thetechcorner.net/?p=347</guid>
		<description><![CDATA[I have over 6000 songs on iTunes and I would like to keep my current library on my new Windows 7 boot. However, if I make changes on Windows 7, I want them to be applied to my Windows XP boot, and vice-versa. I found that there are two ways of doing this, one that is very simple and the other for power users.
Method 1: Easy Way
Step 1: Make sure iTunes is setup correctly on your first boot and Consolidate your library (found under File -&#62; Library or under Advanced ...]]></description>
			<content:encoded><![CDATA[<p>I have over 6000 songs on iTunes and I would like to keep my current library on my new Windows 7 boot. However, if I make changes on Windows 7, I want them to be applied to my Windows XP boot, and vice-versa. I found that there are two ways of doing this, one that is very simple and the other for power users.</p>
<p><strong>Method 1: Easy Way</strong></p>
<p><strong>Step 1:</strong> Make sure iTunes is setup correctly on your first boot and Consolidate your library (found under File -&gt; Library or under Advanced menus)<br />
<strong>Step 2:</strong> Note the locations of your “iTunes Library.itl” file and your “iTunes Music” folder<br />
<strong>Step 3:</strong> Boot into the second OS. Install iTunes (if its already installed, skip this step)<br />
<strong>Step 4:</strong> Launch iTunes and hold down Shift, you should be presented with:</p>
<p><a href="http://thetechcorner.net/wp-content/uploads/2009/01/choose-library-itunes-thumb.png"><img style="display: block; margin-left: auto; margin-right: auto; border: 0px initial initial;" title="Choose iTunes Library" src="http://thetechcorner.net/wp-content/uploads/2009/01/choose-library-itunes-thumb.png" border="0" alt="choose_library_iTunes" width="256" height="96" /></a> <strong>Step 5:</strong> Click “Choose Library” and then navigate to your “iTunes Library.itl” file (it is probably on another drive or partition)<br />
<strong>Step 6:</strong> iTunes will then proceed (if you get a message about keeping the folder organized, choose yes), but all of the files will be labeled as missing ( (!) next to song)<br />
<strong>Step 7:</strong> Go to Edit –&gt; Preferences then open the “Advanced” tab<br />
<strong>Step 8:</strong> Next to the “iTunes music folder location”  box, press “Change” and select your “iTunes Music” folder, which you noted in step 2.<br />
<strong>Step 9:</strong> Make sure the “Keep iTunes Folder Organized” and the “Copy files to iTunes Music folder when adding to Library” are checked and press OK<br />
<strong>Step 10:</strong> iTunes should now process and reload all of your songs, Enjoy!</p>
<p><em><strong>Note:</strong> If you get access denied on any of the above steps, quit iTunes, go back to your other OS and make sure “Everyone” has “Full Control” on the “iTunes Music” folder and the “iTunes” folder (containing .itl file). This can be viewed via Properties –&gt; Sharing and Security (right-click on the folder). The Security option is only available if “Simple Sharing” is turned off, which can be turned off via “Folder Options” menu and “View” tab. Check online for more information about Permissions and Simple Sharing.</em></p>
<p><strong>Method 2: More Advanced</strong></p>
<p>If you want the more advanced setup, transfer all of your songs (“iTunes Music” Folder) to a USB drive or network drive. Also, transfer your iTunes Library file. Then use the path to that path above and you can even use other computers, however I have not tested multiple iTunes running on one library at the same time.</p>
<p>Enjoy!<br />
- <a href="http://thetechcorner.net/about/james-hartig/">James Hartig</a></p>
<p><small>© James for <a href="http://thetechcorner.net">Tech Corner</a>, 2009. |
<a href="http://thetechcorner.net/2009/01/20/dual-boot-itunes-share-library/">Permalink</a> |
Post tags: <a href="http://thetechcorner.net/tag/dual-boot/" rel="tag">Dual Boot</a>, <a href="http://thetechcorner.net/tag/music/" rel="tag">Music</a>, <a href="http://thetechcorner.net/tag/sharing/" rel="tag">Sharing</a>, <a href="http://thetechcorner.net/tag/software/" rel="tag">Software</a>, <a href="http://thetechcorner.net/tag/windows/" rel="tag">Windows</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://thetechcorner.net/2009/01/20/dual-boot-itunes-share-library/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Windows 7: Windows Installer Stopped Working</title>
		<link>http://thetechcorner.net/2009/01/20/windows-7-windows-installer-stopped-working/</link>
		<comments>http://thetechcorner.net/2009/01/20/windows-7-windows-installer-stopped-working/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 15:36:35 +0000</pubDate>
		<dc:creator>James Hartig</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Fail]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://thetechcorner.net/?p=331</guid>
		<description><![CDATA[On Windows 7, when running a installer, you may get a dialog saying that “Windows® Installer Has Stopped Working”.  This is caused by the “Customer Experience Improvement Program” and only happens every so often. The fix is easy, however.

Step 1: Open regedit (Start –&#62; regedit (type in “Search Programs and File” box and hit enter) )
Step 2: Navigate to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SQMClient\Windows\DisabledSessions]
Step 3: Delete everything in that “folder” except “(Default)”. Final result should look like:

Step 4: Close regedit and try install again

Other websites say that you should disable the &#8220;Customer Experience Improvement ...]]></description>
			<content:encoded><![CDATA[<p>On Windows 7, when running a installer, you may get a dialog saying that “Windows® Installer Has Stopped Working”.  This is caused by the “Customer Experience Improvement Program” and only happens every so often. The fix is easy, however.</p>
<p><img class="aligncenter size-medium wp-image-352" title="Windows Installer Stopped Working" src="http://thetechcorner.net/wp-content/uploads/2009/01/installer_stopped-300x147.png" alt="Windows Installer Stopped Working" width="300" height="147" /></p>
<p><strong>Step 1:</strong> Open regedit (Start –&gt; regedit (type in “Search Programs and File” box and hit enter) )<br />
<strong>Step 2:</strong> Navigate to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SQMClient\Windows\DisabledSessions]<br />
<strong>Step 3:</strong> Delete everything in that “folder” except “(Default)”. Final result should look like:</p>
<p style="text-align: left;"><a href="http://thetechcorner.net/wp-content/uploads/2009/01/final_windows7_installer_stopped_working.png"><img class="size-medium wp-image-332 aligncenter" title="Final Result of Regedit" src="http://thetechcorner.net/wp-content/uploads/2009/01/final_windows7_installer_stopped_working-300x209.png" alt="Final Result of Regedit" width="300" height="209" /></a><strong><br />
Step 4:</strong> Close regedit and try install again
</p>
<p style="text-align: left;">Other websites say that you should disable the &#8220;Customer Experience Improvement Program&#8221;, however I would keep it running, as it is vital to Windows 7 development and is fairly useful. I&#8217;m working on a batch script that you can run that should save you the hassle, but in the meantime, follow the above steps.</p>
<p style="text-align: left;"><strong>Update: </strong>If you want to make a batch script or similar, run &#8220;reg delete HKLM\SOFTWARE\Microsoft\SQMClient\Windows\DisabledSessions /va /f&#8221; (no quotes) as an Administrator.</p>
<p style="text-align: left;">I hope that helps!<br />
- <a href="http://thetechcorner.net/about/james-hartig/">James Hartig</a></p>
<p><small>© James for <a href="http://thetechcorner.net">Tech Corner</a>, 2009. |
<a href="http://thetechcorner.net/2009/01/20/windows-7-windows-installer-stopped-working/">Permalink</a> |
Post tags: <a href="http://thetechcorner.net/tag/error/" rel="tag">Error</a>, <a href="http://thetechcorner.net/tag/fail/" rel="tag">Fail</a>, <a href="http://thetechcorner.net/tag/microsoft/" rel="tag">Microsoft</a>, <a href="http://thetechcorner.net/tag/software/" rel="tag">Software</a>, <a href="http://thetechcorner.net/tag/windows/" rel="tag">Windows</a>, <a href="http://thetechcorner.net/tag/windows-7/" rel="tag">Windows 7</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://thetechcorner.net/2009/01/20/windows-7-windows-installer-stopped-working/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>3 Plugins to Secure your WordPress Login</title>
		<link>http://thetechcorner.net/2009/01/18/3-plugins-to-secure-your-wordpress-login/</link>
		<comments>http://thetechcorner.net/2009/01/18/3-plugins-to-secure-your-wordpress-login/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 22:58:14 +0000</pubDate>
		<dc:creator>Travis Cunningham</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://thetechcorner.net/?p=278</guid>
		<description><![CDATA[I was browsing through the long list of WordPress plugins, looking for some good ones our site should have and I found 3 really cool ones that make your WordPress admin panel super secure.
First plugin you should install on your WordPress installation is Limit Login Attempts. This plugin tracks the number of times a user gets his username and password combination incorrect, and after a defined amount of attempts, it will lock, log, and email the WordPress administrator about it. This means brute-force attacks will be more difficult (still possible ...]]></description>
			<content:encoded><![CDATA[<p>I was browsing through the long list of WordPress plugins, looking for some good ones our site should have and I found 3 really cool ones that make your WordPress admin panel super secure.</p>
<p>First plugin you should install on your WordPress installation is <a href="http://wordpress.org/extend/plugins/limit-login-attempts/"><strong>Limit Login Attempts</strong></a>. This plugin tracks the number of times a user gets his username and password combination incorrect, and after a defined amount of attempts, it will lock, log, and email the WordPress administrator about it. This means brute-force attacks will be more difficult (still possible but not likely). Administrators can change some of the settings involving lockouts and resets.</p>
<p>Second plugin I recommend is <a href="http://wordpress.org/extend/plugins/semisecure-login-reimagined/"><strong>Semisecure Login Re-Imagined</strong></a>. This plugin encrypts your login details when you submit the form (client side using javascript) and sends it to the server where it is decrypted. This also means bots will have a harder time brute-forcing your login because those bots cannot use javascript. This plugin offers 512 bit, 1024 bit, 2048 bit, and 3072 bit <a href="http://en.wikipedia.org/wiki/RSA">RSA encryption</a>. This method is not quite all the way secure, but its better than the original plaintext method.</p>
<p>Last plugin I thought was pretty unique. The plugin is called <strong><a href="http://wordpress.org/extend/plugins/phonefactor/">PhoneFactor</a></strong>. When you have typed in your username and password and clicked &#8220;Login&#8221;, the plugin calls the phone number associated with the user account. From there, it asks you to press the # key to complete your login. The login page does not move on to your dashboard until you take action. I found out all you have to do is flip open your phone and press the key and hang up and it logs you in. So this means even if someone does get your username and password, they must also have your phone to confirm the login.</p>
<p>- <a href="http://thetechcorner.net/about/travis-cunningham/">Travis Cunningham</a></p>
<p><small>© travis for <a href="http://thetechcorner.net">Tech Corner</a>, 2009. |
<a href="http://thetechcorner.net/2009/01/18/3-plugins-to-secure-your-wordpress-login/">Permalink</a> |
Post tags: <a href="http://thetechcorner.net/tag/encryption/" rel="tag">Encryption</a>, <a href="http://thetechcorner.net/tag/security/" rel="tag">Security</a>, <a href="http://thetechcorner.net/tag/wordpress/" rel="tag">Wordpress</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://thetechcorner.net/2009/01/18/3-plugins-to-secure-your-wordpress-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Decrease Windows Startup Time</title>
		<link>http://thetechcorner.net/2009/01/17/how-to-decrease-windows-startup-time/</link>
		<comments>http://thetechcorner.net/2009/01/17/how-to-decrease-windows-startup-time/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 05:16:06 +0000</pubDate>
		<dc:creator>Travis Cunningham</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Startup]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://thetechcorner.net/?p=222</guid>
		<description><![CDATA[Many PC (or Windows) users are frustrated with their computer&#8217;s startup time. This is usually due to the fact that you have too many programs starting that you don&#8217;t really need when your computer turns on. By the time your computer finally does start up, you just want to throw it out the window. Here are some tips on relieving that frustration and making your computer&#8217;s boot time faster than ever.
The Quick Way
This is the most common way to delete startup entries (although not all startup entries show up here).
From ...]]></description>
			<content:encoded><![CDATA[<p>Many PC (or Windows) users are frustrated with their computer&#8217;s startup time. This is usually due to the fact that you have too many programs starting that you don&#8217;t really need when your computer turns on. By the time your computer finally does start up, you just want to throw it out the window. Here are some tips on <em>relieving that frustration</em> and making your computer&#8217;s boot time faster than ever.</p>
<h2>The Quick Way</h2>
<p style="text-align: left;">This is the most common way to delete startup entries (although not all startup entries show up here).</p>
<p><a href="http://thetechcorner.net/wp-content/uploads/2009/01/startupfolder-300x175.png"><img class="size-medium wp-image-223 alignleft" title="Windows Startup" src="http://thetechcorner.net/wp-content/uploads/2009/01/startupfolder-300x175.png" alt="Windows Startup" width="300" height="175" /></a>From this folder you can remove entries so they will not execute during startup. As you can see, my computer has 5 startup entries. &#8211; I definitely need to remove some of those. So give it a good cleaning.</p>
<p>(If you are looking to add startup items, simply drag the shortcut into this folder and it will be started on your computer&#8217;s startup)</p>
<p style="text-align: left;">
<h2 style="text-align: left;">Remove Registry Entries</h2>
<p>As I said before, not all of your startup entries will appear in the last method, which is why we have to dig deeper. Some startup entries are hidden in your computer&#8217;s registry (which contains your computer&#8217;s settings and other important things).</p>
<p>To search within your registry for startup items, click <em>Start &gt; Run &gt; type &#8220;msconfig&#8221;</em>. You should see a dialogue. Now click on the &#8220;Startup&#8221; tab.</p>
<p><a href="http://thetechcorner.net/wp-content/uploads/2009/01/startup.png"><img class="alignnone size-full wp-image-224" title="Registry Startup" src="http://thetechcorner.net/wp-content/uploads/2009/01/startup.png" alt="Registry Startup" width="575" height="385" /></a></p>
<p>To disable items, uncheck the boxes next to the item. If you wish to disable all of your startup items in registry, simply click <em>Disable All</em>. When you are done, click <em>OK</em>.</p>
<h2>Other Startup Editors</h2>
<p>If you want an program to do this for you, I would recommend <a href="http://www.mlin.net/StartupCPL.shtml">Startup Control Panel</a> (by Mike Lin). It is a small program (76kb) that lets you see exactly what programs you have running during your computer&#8217;s startup, including registry and common user entries.</p>
<p><a href="http://thetechcorner.net/wp-content/uploads/2009/01/startuppanel.png"><img class="size-full wp-image-228 alignnone" title="Startup Control Panel" src="http://thetechcorner.net/wp-content/uploads/2009/01/startuppanel.png" alt="Startup Control Panel" width="431" height="306" /></a></p>
<p>Simply uncheck what you don&#8217;t want in each location &#8211; You will not have to worry about any advanced configuration with this tool. If you are serious about making your computer&#8217;s startup faster, just uncheck all of them. It should not hurt your computer &#8211; but if you are having problems with it after you do this, I would recommend going back to this utility and re enabling your previously disabled items.</p>
<p>Here is a direct link to the zip file containing this program: <a href="http://www.mlin.net/files/StartupCPL_EXE.zip">http://www.mlin.net/files/StartupCPL_EXE.zip</a></p>
<h2>Optimize Boot Files</h2>
<p>How long do you wait for the Windows Loading Screen to move on? If you are waiting over a minute, you may need to optimize your boot files.</p>
<p><a href="http://www.mztweak.com/">Mz Ultimate Tools</a> allows you to do this.</p>
<p><a href="http://www.mztweak.com/"><img class="size-full wp-image-237 alignnone" title="Mz Ultimate Tweaker Optimize" src="http://thetechcorner.net/wp-content/uploads/2009/01/bootfiles.png" alt="Mz Ultimate Tweaker Optimize" width="544" height="57" /></a></p>
<p>You will see a difference next time you restart your computer. You can download this tool from here: <a href="http://www.mztweak.com/">http://www.mztweak.com/</a></p>
<h2>Now What?</h2>
<p>After you complete the above, restart your computer. You should see a significant decrease in time if you removed a lot of startup entries from your system and completed boot file optimization.</p>
<p>- <a href="http://thetechcorner.net/about/travis-cunningham/">Travis Cunningham</a></p>
<p><small>© travis for <a href="http://thetechcorner.net">Tech Corner</a>, 2009. |
<a href="http://thetechcorner.net/2009/01/17/how-to-decrease-windows-startup-time/">Permalink</a> |
Post tags: <a href="http://thetechcorner.net/tag/optimization/" rel="tag">Optimization</a>, <a href="http://thetechcorner.net/tag/startup/" rel="tag">Startup</a>, <a href="http://thetechcorner.net/tag/windows/" rel="tag">Windows</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://thetechcorner.net/2009/01/17/how-to-decrease-windows-startup-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Inkball on Windows 7</title>
		<link>http://thetechcorner.net/2009/01/11/inkball-on-windows-7/</link>
		<comments>http://thetechcorner.net/2009/01/11/inkball-on-windows-7/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 22:58:15 +0000</pubDate>
		<dc:creator>James Hartig</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://thetechcorner.net/?p=132</guid>
		<description><![CDATA[You know that awesome game that Microsoft made only avaliable as a Vista Ultimate Extra? Wanted that same game on your Windows 7 Ultimate? Well thanks to &#8220;cephead&#8221; on jcxp.net, you now can play it on your new beta OS!
First download the zip: Thanks to Thomas Teuber.  Make sure to &#8220;Unblock&#8221; (Properties-&#62;General)  the downloaded zip before extracting. Then extract to Windows/system32, right-click and goto &#8220;Properties&#8221; -&#62; &#8220;Compatibility&#8221; and make it compatible with Windows Vista.  Then make a shortcut in your &#8220;Games&#8221;  folder. Congrats!
Note: You might have to be an administrator for it ...]]></description>
			<content:encoded><![CDATA[<p>You know that awesome game that Microsoft made only avaliable as a Vista Ultimate Extra? Wanted that same game on your Windows 7 Ultimate? Well thanks to &#8220;cephead&#8221; on <a href="http://www.jcxp.net/forums/index.php?s=55b89e896613b53911c9fa58b4d15e1f&amp;showtopic=3348&amp;st=40" target="_blank">jcxp.net</a>, you now can play it on your new beta OS!</p>
<p>First download the zip: <a href="http://members.chello.at/thomas.teuber/inkball.zip" target="_blank">Thanks to Thomas Teuber</a>.  Make sure to &#8220;Unblock&#8221; (Properties-&gt;General)  the downloaded zip before extracting. Then extract to Windows/system32, right-click and goto &#8220;Properties&#8221; -&gt; &#8220;Compatibility&#8221; and make it compatible with Windows Vista.  Then make a shortcut in your &#8220;Games&#8221;  folder. Congrats!</p>
<p><em>Note: You might have to be an administrator for it to work.</em></p>
<p>- <a href="http://thetechcorner.net/about/james-hartig/">James Hartig</a></p>
<p><small>© James for <a href="http://thetechcorner.net">Tech Corner</a>, 2009. |
<a href="http://thetechcorner.net/2009/01/11/inkball-on-windows-7/">Permalink</a> |
Post tags: <a href="http://thetechcorner.net/tag/games/" rel="tag">Games</a>, <a href="http://thetechcorner.net/tag/microsoft/" rel="tag">Microsoft</a>, <a href="http://thetechcorner.net/tag/windows-7/" rel="tag">Windows 7</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://thetechcorner.net/2009/01/11/inkball-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Error 4226: Event ID 4226 TCP/IP has reached the limit on cocurrent connections.</title>
		<link>http://thetechcorner.net/2008/12/23/error-4226-event-id-4226-tcpip-has-reached-the-limit-on-cocurrent-connections/</link>
		<comments>http://thetechcorner.net/2008/12/23/error-4226-event-id-4226-tcpip-has-reached-the-limit-on-cocurrent-connections/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 16:45:00 +0000</pubDate>
		<dc:creator>James Hartig</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://thetechcorner.net/2008/12/23/error-4226-event-id-4226-tcpip-has-reached-the-limit-on-cocurrent-connections/</guid>
		<description><![CDATA[If you have been receiving:
Event ID 4226: TCP/IP has reached the security limit imposed on the number of concurrent TCP connect attempts. 
or you plan on using any sort of BitTorrent or setting up any sort of server.
Tweak Tcpip.sys on Windows XP
1) Visit http://www.xp-antispy.org/index.php/lang-en/download and download &#8220;packed zip archive&#8221; for your language (filename is like &#8220;xp-AntiSpy_english.zip&#8221;)
2) Extract the zip file downloaded (Click &#8220;Next&#8221; -&#62; &#8220;Next&#8221; -&#62; &#8220;Finish&#8221;)

3) Open the new folder created  and double click on the exe (something like &#8220;xp-AntiSpy.exe&#8221;)
4) Goto (in the top menu) &#8220;Special&#8221; -&#62; &#8220;Connection Limit&#8230;&#8221;

5) In the new ...]]></description>
			<content:encoded><![CDATA[<p>If you have been receiving:<br />
<span style="font-weight: bold;">Event ID 4226: TCP/IP has reached the security limit imposed on the number of concurrent TCP connect attempts. </span><br />
or you plan on using any sort of BitTorrent or setting up any sort of server.</p>
<p><span style="color: #990000; font-weight: bold; text-decoration: underline;">Tweak Tcpip.sys on Windows XP</span></p>
<p>1) Visit <a href="http://www.xp-antispy.org/index.php/lang-en/download">http://www.xp-antispy.org/index.php/lang-en/download</a> and download &#8220;<span style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; color: #333333; font-family: Helvetica; font-size: 12px; line-height: 15px;">packed zip archive&#8221;<span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: black; font-family: 'Times New Roman'; font-size: 16px; line-height: normal;"> for your language (filename is like &#8220;xp-AntiSpy_english.zip&#8221;)</span></span><br />
2) Extract the zip file downloaded (Click &#8220;Next&#8221; -&gt; &#8220;Next&#8221; -&gt; &#8220;Finish&#8221;)</p>
<div class="separator" style="clear: both; text-align: center;"><a style="margin-left: 1em; margin-right: 1em;" href="/wp-content/uploads/2009/01/windowsfixes/cocurrentupdate/extract.png"><img style="border: 0px initial initial;" src="/wp-content/uploads/2009/01/windowsfixes/cocurrentupdate/extract.png" border="0" alt="" width="194" height="135" /></a></div>
<p>3) Open the new folder created  and double click on the exe (something like &#8220;xp-AntiSpy.exe&#8221;)<br />
4) Goto (in the top menu) &#8220;Special&#8221; -&gt; &#8220;Connection Limit&#8230;&#8221;</p>
<div class="separator" style="clear: both; text-align: center;"><a style="margin-left: 1em; margin-right: 1em;" href="/wp-content/uploads/2009/01/windowsfixes/cocurrentupdate/window.png"><img style="border: 0px initial initial;" src="/wp-content/uploads/2009/01/windowsfixes/cocurrentupdate/window.png" border="0" alt="" width="417" height="420" /></a></div>
<p>5) In the new window that popped up (labeled &#8220;Attention&#8221; at the top), click &#8220;Yes, I got it.&#8221;<br />
6) Choose the number of connections you want to allow (in the dropdown) (I would recommend at least 100) then click &#8220;Patch&#8221;<br />
8)  A windows popup should appear that says &#8220;The following files have been patched:&#8221;, click &#8220;OK&#8221;<br />
7) Your screen should then look like:</p>
<div class="separator" style="clear: both; text-align: center;"><a style="margin-left: 1em; margin-right: 1em;" href="/wp-content/uploads/2009/01/windowsfixes/cocurrentupdate/done.png"><img style="border: 0px initial initial;" src="/wp-content/uploads/2009/01/windowsfixes/cocurrentupdate/done.png" border="0" alt="" width="200" height="200" /></a></div>
<p>8) Click &#8220;Exit&#8221;, then close the main window, then restart<br />
You can delete the created program/folder or leave it there.</p>
<p><span style="color: #990000; font-weight: bold; text-decoration: underline;">Tweak Tcpip.sys on Windows Vista</span><br />
Follow the article here: <a href="http://www.mydigitallife.info/2007/04/09/windows-vista-tcpipsys-connection-limit-patch-for-event-id-4226/">http://www.mydigitallife.info/2007/04/09/windows-vista-tcpipsys-connection-limit-patch-for-event-id-4226/</a><br />
(Sorry I&#8217;m not familiar with Vista)</p>
<p><span style="font-style: italic; font-weight: bold;">note: if you install a new service pack or install some Windows Updates you will need to repatch the files.</span><br />
<span style="font-style: italic; font-weight: bold;"><br />
</span><br />
Hope that helps!<br />
- James Hartig<br />
<a href="http://twittertrend.net/">http://twittertrend.net</a></p>
<p><small>© James for <a href="http://thetechcorner.net">Tech Corner</a>, 2008. |
<a href="http://thetechcorner.net/2008/12/23/error-4226-event-id-4226-tcpip-has-reached-the-limit-on-cocurrent-connections/">Permalink</a> |
Post tags: <a href="http://thetechcorner.net/tag/error/" rel="tag">Error</a>, <a href="http://thetechcorner.net/tag/security/" rel="tag">Security</a>, <a href="http://thetechcorner.net/tag/windows/" rel="tag">Windows</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://thetechcorner.net/2008/12/23/error-4226-event-id-4226-tcpip-has-reached-the-limit-on-cocurrent-connections/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CHKDSK Error: Cannot open the volume for direct access</title>
		<link>http://thetechcorner.net/2008/09/21/chkdsk-error-cannot-open-the-volume-for-direct-access/</link>
		<comments>http://thetechcorner.net/2008/09/21/chkdsk-error-cannot-open-the-volume-for-direct-access/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 19:07:00 +0000</pubDate>
		<dc:creator>James Hartig</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Hard Drive]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://thetechcorner.net/2008/09/21/chkdsk-error-cannot-open-the-volume-for-direct-access/</guid>
		<description><![CDATA[When starting up your computer (Windows XP) if you get a message like:
Cannot open volume for direct access. 
The type of the file system is NTFS. 
Windows has finished checking the disk.
when trying to run CHKDSK on the local drive, then follow the steps below.
Microsoft&#8217;s only solution is to install SP2 however, this will only fix the problem if there is another line &#8220;IFSUTIL: Can&#8217;t open drive. Status returned = c0000043.&#8221; is present.  Most of the time, however, this line is not present and other steps are required.
Note: This ...]]></description>
			<content:encoded><![CDATA[<p>When starting up your computer (Windows XP) if you get a message like:</p>
<p><span style="font-weight: bold; font-style: italic;">Cannot open volume for direct access. </span><br />
<span style="font-weight: bold; font-style: italic;">The type of the file system is NTFS. </span><br />
<span style="font-weight: bold; font-style: italic;">Windows has finished checking the disk.</span></p>
<p>when trying to run CHKDSK on the local drive, then follow the steps below.</p>
<p>Microsoft&#8217;s only solution is to install SP2 however, this will only fix the problem if there is another line &#8220;IFSUTIL: Can&#8217;t open drive. Status returned = c0000043.&#8221; is present.  Most of the time, however, this line is not present and other steps are required.</p>
<p><span style="font-style: italic;">Note: This solution has not been tested on Windows Vista, however if the above problem occurs, trying the following solution should not damage your system.</span><br />
<span style="font-style: italic; font-weight: bold;">Note 2: You may want to print this solution because you will be required to restart in the middle.</span></p>
<p><span style="color: #ff0000; font-weight: bold;">&#8211; Basic Solution &#8211;</span><br />
1 ) Goto Start -&gt; Run<br />
2 ) Type &#8220;cmd&#8221; (no quotes)<br />
3 ) Type and execute in the Command Prompt window: &#8220;chkdsk /F&#8221; (no quotes)<br />
3a ) If you were trying to perform chkdsk on another drive then type &#8220;chkdsk /F&#8221; then your drive (ex: &#8220;chkdsk /F D:&#8221;)<br />
4 ) When it asks if you want to check the volume on the next system restart, press &#8220;y&#8221; and return<br />
5 ) Goto Start -&gt; Run<br />
6 ) Type &#8220;msconfig&#8221; no quotes<br />
7 ) Goto the &#8220;BOOT.INI&#8221; tab and check the box labeled &#8220;/SAFEBOOT&#8221;</p>
<p><a href="http://thetechcorner.net/wp-content/uploads/2009/01/windowsfixes/chkdsk_cannot_open/msconfigsafeboot.png"><img src="/wp-content/uploads/2009/01/windowsfixes/chkdsk_cannot_open/msconfigsafeboot.png" alt="" width="575" height="385" /></a></p>
<p>8 ) Press Apply, then Close<br />
9 ) When it asks if you want to restart, choose &#8220;Restart&#8221;<br />
10 ) The chkdsk Scan should now successfully run<br />
11 ) When the scan is complete, login, and once again goto Start -&gt; Run<br />
(If a System Configuration dialog comes up, click &#8220;OK&#8221; [see below] )<br />
12 ) Type &#8220;msconfig&#8221; (no quotes) again<br />
13 ) Once again, goto the BOOT.INI tab and this time, uncheck the &#8220;/SAFEBOOT&#8221; option<br />
14 ) Click Apply, then Close, and then Restart</p>
<p>If you get the following window, when you computer starts:</p>
<p><img src="/wp-content/uploads/2009/01/windowsfixes/chkdsk_cannot_open/noshowmessage.png" alt="" width="476" height="198" /><br />
Check the box next to &#8220;Don&#8217;t show this message&#8230;&#8221; and click OK</p>
<p><span style="font-weight: bold; font-style: italic;">Afternote: You will have to do this everytime you want to run chkdsk on the local drive.</span></p>
<p>If the above solution did not work, please send me an email:<br />
<img style="width: 207px; height: 27px;" src="/wp-content/uploads/2009/01/windowsfixes/jimmy_email_address.png" alt="" width="298" height="39" /><br />
or comment below.  If it did work, Congrats!</p>
<p>-<a href="/about/james-hartig/"> James Hartig</a></p>
<p><small>© James for <a href="http://thetechcorner.net">Tech Corner</a>, 2008. |
<a href="http://thetechcorner.net/2008/09/21/chkdsk-error-cannot-open-the-volume-for-direct-access/">Permalink</a> |
Post tags: <a href="http://thetechcorner.net/tag/error/" rel="tag">Error</a>, <a href="http://thetechcorner.net/tag/hard-drive/" rel="tag">Hard Drive</a>, <a href="http://thetechcorner.net/tag/microsoft/" rel="tag">Microsoft</a>, <a href="http://thetechcorner.net/tag/windows/" rel="tag">Windows</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://thetechcorner.net/2008/09/21/chkdsk-error-cannot-open-the-volume-for-direct-access/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
