<?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>enrii.blog &#187; Troubleshooting</title>
	<atom:link href="http://blog.enrii.com/category/troubleshooting/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.enrii.com</link>
	<description>A passionate programmer's findings in the world of internet.</description>
	<lastBuildDate>Thu, 19 Jan 2012 02:29:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Windows XP: Troubleshooting Blue Screen (c0000218)</title>
		<link>http://blog.enrii.com/2010/09/02/windows-xp-troubleshooting-blue-screen-c0000218/</link>
		<comments>http://blog.enrii.com/2010/09/02/windows-xp-troubleshooting-blue-screen-c0000218/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 09:00:39 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/?p=456</guid>
		<description><![CDATA[If you work as computer support at any place, blue screen is inevitable. Haven't seen any blue screens on Windows 7 yet, but having more than ten Windows XP's in the company, I'm keep getting complaint calls. The initial problem reported: The computer cannot go past the Windows start up logo screen, then it restarts [...]]]></description>
			<content:encoded><![CDATA[<p>If you work as computer support at any place, blue screen is inevitable. Haven't seen any blue screens on Windows 7 yet, but having more than ten Windows XP's in the company, I'm keep getting complaint calls.</p>
<p><strong>The initial problem reported:</strong></p>
<p>The computer cannot go past the Windows start up logo screen, then it restarts automatically. After restart, the computer asks whether to go into Safe Mode or to start computer normally.</p>
<p>In my case, the computer hangs or reboots automatically no matter which option I choose.</p>
<p><strong>To get actual problem:</strong></p>
<p>Keep pressing F8 on start up to get into Windows Advanced Options Menu. Then select Disable automatic restart on system failure.</p>
<p>By doing so, the computer will continue to load until the blue screen shows up. That's the place where you could get the error message.</p>
<p><strong>The error I found:</strong></p>
<blockquote><p>Stop: c0000218 {Registry File Failure} The registry cannot load the hive (file): \SystemRoot\System32\Config\SOFTWARE or its log or alternate </p></blockquote>
<p><strong>The solution for all kinds of registry problem, in short:</strong></p>
<p>Format the damned PC.</p>
<p><strong>The solution for registry recovery, in long:</strong></p>
<p>The five registry files to be recovered are:</p>
<ul>
<li>system</li>
<li>software</li>
<li>sam</li>
<li>security</li>
<li>default</li>
</ul>
<p>Procedures to copy all registry files from C:\windows\repair\ folder to C:\windows\system32\config\ folder:</p>
<ol>
<li>Using Windows XP installation CD, get into Recovery Mode.</li>
<li>Go to C:\windows\system32\config folder.</li>
<li>Backup the 5 registry files to a temporary folder.</li>
<li>Copy the 5 registry files from C:\windows\repair\ folder to C:\windows\system32\config folder.</li>
<li>Enter exit to restart to computer.</li>
</ol>
<p>Procedures to get into Safe Mode to copy last known good registry files to be restored:</p>
<ol>
<li>Upon start up, press F8 and select Safe Mode to get into Windows Safe Mode.</li>
<li>Get into C:\System Volume Information\_restore{XXXX}\RPXX\snapshot\ (Rule: Check the properties of the folder to get the date of the backup. Always take the latest version.)</li>
<li>You will find these files:
<ol>
<li>_REGISTRY_USER_.DEFAULT</li>
<li>_REGISTRY_MACHINE_SECURITY</li>
<li>_REGISTRY_MACHINE_SOFTWARE</li>
<li>_REGISTRY_MACHINE_SYSTEM</li>
<li>_REGISTRY_MACHINE_SAM</li>
</ol>
</li>
<li>Copy the files to another temporary folder, preferably to be in C:\Windows folder.</li>
<li>Rename all the 5 files to its original name, e.g. 	_REGISTRY_USER_.DEFAULT to default.</li>
</ol>
<p>Finally, get back to Recovery Mode to replace the files you have found from System Volume Information to registry original folder (C:\windows\system32\config).</p>
<p>Done. You should now be able to start your computer normally.</p>
<p>This same procedure will help you recover all kinds of registry corrupted problem that you ever get.</p>
<p>I am trying to keep this guide simple and short, for myself, because I found that the guide provided by Microsoft is too lengthy. You may refer to the <a href="http://support.microsoft.com/kb/307545">Knowledge Base</a> page if this guide does not make any sense.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2010/09/02/windows-xp-troubleshooting-blue-screen-c0000218/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Error: winnt_accept: Asynchronous AcceptEx failed</title>
		<link>http://blog.enrii.com/2009/07/17/apache-error-winnt_accept-asynchronous-acceptex-failed/</link>
		<comments>http://blog.enrii.com/2009/07/17/apache-error-winnt_accept-asynchronous-acceptex-failed/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 11:28:22 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/?p=406</guid>
		<description><![CDATA[Recently, there are some complains about Apache server hang in the middle of data entry. It's something frustrating because after the user entered all data, clicking the submit button failed to submit the data. An experienced user will know that a page refresh resubmits the data, but not a novice user. For your information, my [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, there are some complains about Apache server hang in the middle of data entry. It's something frustrating because after the user entered all data, clicking the submit button failed to submit the data. An experienced user will know that a page refresh resubmits the data, but not a novice user.</p>
<p>For your information, my PHP-MySQL system is running on Apache HTTP server version 2.2 in Microsoft Windows XP environment.</p>
<p>I see the following errors repeating in the log file:<br />
<code>[Fri Jul 03 15:20:52 2009] [warn] (OS 121)The semaphore timeout period has expired.  : winnt_accept: Asynchronous AcceptEx failed.<br />
[Fri Jul 03 15:20:52 2009] [warn] (OS 64)The specified network name is no longer available.  : winnt_accept: Asynchronous AcceptEx failed.<br />
</code></p>
<p>If you are not sure where's the log file:<br />
<code>C:\Program Files\Apache Software Foundation\Apache2.2\logs\error.log</code></p>
<p><strong>Solution that works</strong>:</p>
<p>As recommended by the Apache documentation, I added <a href="http://httpd.apache.org/docs/2.0/mod/mpm_winnt.html">Win32DisableAcceptEx</a> directive to the apache configuration file.</p>
<p>Apache configuration file can be found at:<br />
<code>C:\Program Files\Apache Software Foundation\Apache2.2\conf\httpd.conf</code></p>
<p>I am expecting this to be a Windows specific problem that should be mentioned in <a href="http://httpd.apache.org/docs/2.2/platform/windows.html">Platform Specific Notes for Windows</a>, but it didn't.</p>
<p>Anyway, I solved my problem.</p>
<p>--</p>
<p>But... on another installation of my system, I encountered a different error in the log file.<br />
<code>child process exited with status 3221225477</code></p>
<p>It also causes the httpd.exe process to die off suddenly and the user is experiencing the same problem when submitting data. Every result in Google shows a different problem. It seems like the error is a generic one. Do let me know if you have any idea on how to fix this.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2009/07/17/apache-error-winnt_accept-asynchronous-acceptex-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Office Reactivation after Hardware Failure</title>
		<link>http://blog.enrii.com/2009/07/11/microsoft-office-reactivation-after-hardware-failure/</link>
		<comments>http://blog.enrii.com/2009/07/11/microsoft-office-reactivation-after-hardware-failure/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 03:32:05 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Software and tools]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/?p=401</guid>
		<description><![CDATA[I write PHP systems for companies. To keep the disaster recovery process easy, I always suggest to buy multiple computers with the exact same configuration. So, when the internal server that runs the PHP program failed, they can recover it by unplug the hard disk and plug in to another PC. Within minutes, the system [...]]]></description>
			<content:encoded><![CDATA[<p>I write PHP systems for companies. To keep the disaster recovery process easy, I always suggest to buy multiple computers with the exact same configuration. So, when the internal server that runs the PHP program failed, they can recover it by unplug the hard disk and plug in to another PC. Within minutes, the system is up and running again!</p>
<p>With few of my clients running on this same configurations, the actual disaster only happen few days ago. The lightning strike hit the server computer and it failed. Totally dead. Replacing the power supply didn't help.</p>
<p>So, I had to do disaster recover by moving the hard disk to another computer. I didn't realise that <strong>Microsoft Office 2007 actually detects what hardware it is running on</strong>.</p>
<p>This morning, the Microsoft Office didn't work. It says something like:</p>
<blockquote><p>The Microsoft office systems detected hardware changes on your computer.</p></blockquote>
<p>The PHP script that called Microsoft Excel COM failed. It requires reactivation. Reactivation is <em>easy</em>, can be done with just 2 clicks of mouse. But would Microsoft disable the license and ask me to buy another new copy?</p>
<p>A sane mind will agree that evil Microsoft will force me to do so. The office has spent more than RM10,000 on Microsoft licenses. They will definitely find more ways to squeeze more money from us!</p>
<p>Unbelievably, <strong>the reactivation was successful</strong>.</p>
<p>Although it good for now, I'm not sure whether I will get another message like "You are running a pirated version of Microsoft Office, please get a genuine version" tomorrow.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2009/07/11/microsoft-office-reactivation-after-hardware-failure/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Streamyx</title>
		<link>http://blog.enrii.com/2008/12/15/troubleshooting-streamyx/</link>
		<comments>http://blog.enrii.com/2008/12/15/troubleshooting-streamyx/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 14:07:05 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[streamyx]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/?p=386</guid>
		<description><![CDATA[I spent 17 minutes talking (and listening to commercials) to a Streamyx technician because she insisted me to do some silly troubleshooting. My settings: A few computers connected to a D-link router modem. I'm able to access the router page from my PC. My problem: ADSL/Link light blinking, which is obviously a problem with the [...]]]></description>
			<content:encoded><![CDATA[<p>I spent 17 minutes talking (and listening to commercials) to a <a href="http://www.streamyx.com.my/">Streamyx</a> technician because she insisted me to do some silly troubleshooting.</p>
<p><strong>My settings</strong>: A few computers connected to a D-link router modem. I'm able to access the router page from my PC.</p>
<p><strong>My problem</strong>: ADSL/Link light blinking, which is obviously a problem with the line.</p>
<p><strong>The silly troubleshooting instruction</strong>:</p>
<ol>
<li>Do direct connection from the wall socket to the modem, then restart the modem. (Acceptable)</li>
<li>Open your PC, open up command prompt, type: ipconfig, then check the IP address, subnet mask and default gateway is correct. (Why should I do so when I'm able to access to router page?)</li>
<li>Ping your own IP. (???)</li>
<li>Ping your localhost. (...)</li>
<li>Ping your own the default gateway. (.........)</li>
</ol>
<p>I was wondering how the troubleshooting instructions would help her identify the problem. Finally, <strong>she restarted the port at their side and the internet works again</strong>.</p>
<p>So, what you should really do, is to <strong>ask them whether there's any outage at your area</strong>. If there's none, tell them you have done the above then ask them to restart the port.</p>
<p><strong>Other tips</strong>:</p>
<ol>
<li>Make sure you paid your bill. You can check by calling their billing department.</li>
<li>Call them on your handphone or cordless phone, so that you can walk around to do what is needed to be done.</li>
<li>You can save money by calling 100 from your home line, but you will need extra line to do so. Else, you will either get noise (if you have extra extension) or disconnect your own phone.</li>
</ol>
<p>Enjoy troubleshooting...</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2008/12/15/troubleshooting-streamyx/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Recover Corrupted Excel File?</title>
		<link>http://blog.enrii.com/2008/11/28/how-to-recover-corrupted-excel-file/</link>
		<comments>http://blog.enrii.com/2008/11/28/how-to-recover-corrupted-excel-file/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 16:49:19 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Software and tools]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[corrupt]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/?p=383</guid>
		<description><![CDATA[When you an try to open a Microsoft Office Excel file, you get an error message that sounds like: The file you are trying to open, 'XXX.xls', is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. [...]]]></description>
			<content:encoded><![CDATA[<p>When you an try to open a Microsoft Office Excel file, you get an error message that sounds like:</p>
<blockquote><p>The file you are trying to open, 'XXX.xls', is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. Do you want to open the file?</p></blockquote>
<p>Most of the time, when you get that message, your Excel file is corrupted. Here's a way to get data from your corrupted file.</p>
<ol>
<li>In office 2007, click on the round office button, then 'Open' (in older versions, go to File > Open).</li>
<li>Select the problematic Excel file. Then, click on the small triangle on the right of the 'Open' button.</li>
<li>Click on 'Select and Repair...'.</li>
<li>Then, 'Extract Data'.</li>
<li>Try both 'Convert to Values' and 'Recover Formulas' ('Convert to Values' works for me).</li>
</ol>
<p>The small menu at Open button if you can't find it:<br />
<img src="http://blog.enrii.com/wp-content/uploads/excel-open-button.png" alt="Open Button in Excel" title="excel-open-button" width="222" height="167" class="image-center" /></p>
<p>Of course, you are going to lose some formatting or data, but at least you still have something.</p>
<p>Hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2008/11/28/how-to-recover-corrupted-excel-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Restore My Bluetooth Places Link</title>
		<link>http://blog.enrii.com/2008/07/19/restore-my-bluetooth-places-link/</link>
		<comments>http://blog.enrii.com/2008/07/19/restore-my-bluetooth-places-link/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 08:07:43 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Bluetooth]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/?p=378</guid>
		<description><![CDATA[I was unable to open or explore My Bluetooth Places for a while. Every time when I try to do so, I get the following error: The path '::{6af09ec9-b429-11d4-a1fb-0090960218cb}' does not exist or is not a directory. A forum thread at Tech Support Guy was very helpful. If you are facing the same problem, all [...]]]></description>
			<content:encoded><![CDATA[<p>I was unable to open or explore <strong>My Bluetooth Places</strong> for a while. Every time when I try to do so, I get the following error:</p>
<p><code>The path '::{6af09ec9-b429-11d4-a1fb-0090960218cb}' does not exist or is not a directory.</code></p>
<p>A <a href="http://forums.techguy.org/windows-nt-2000-xp/362492-my-bluetooth-places-has-disappeared.html">forum thread at Tech Support Guy</a> was very helpful. If you are facing the same problem, all you have to do is to add the following key to registry:</p>
<p><code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{6af09ec9-b429-11d4-a1fb-0090960218cb}</code></p>
<p>Set the value as 'My Bluetooth Places', without the quotes. I am able to explore my bluetooth devices again.</p>
<p>I believe the key could have been removed by certain cleanup programs which are supposed to be doing good to your system but this is certainly a false negative.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2008/07/19/restore-my-bluetooth-places-link/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Window XP c000021a Error (Blue Screen)</title>
		<link>http://blog.enrii.com/2008/07/06/troubleshooting-window-xp-c000021a-error-blue-screen/</link>
		<comments>http://blog.enrii.com/2008/07/06/troubleshooting-window-xp-c000021a-error-blue-screen/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 07:58:18 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[bluescreen]]></category>
		<category><![CDATA[recovery]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/?p=375</guid>
		<description><![CDATA[I found some problems with the built-in bluetooth device in my HP laptop. So, I reinstalled the driver. I reboot the machine after installation completed. When the computer boot up, it failed to enter Windows. It only managed to reach the Windows XP boot up screen, then it restart again itself. After a few rounds [...]]]></description>
			<content:encoded><![CDATA[<p>I found some problems with the built-in bluetooth device in my HP laptop. So, I reinstalled the driver. I reboot the machine after installation completed. When the computer boot up, it failed to enter Windows. It only managed to reach the Windows XP boot up screen, then it restart again itself.</p>
<p>After a few rounds of self reboot, I think I could put it into <strong>safe mode</strong> then use system restore to restore the system back to the time before I install the new driver.</p>
<p>To put a <strong>Windows XP machine into safe mode</strong>, all you have to do is to keep pressing F8 button when the computer boots up. Then you will be displayed with an "Windows Advanced Options Menu", which you need to select "Safe Mode".</p>
<p>Unfortunately, safe mode didn't work for me. It has the same fate as before. It reboots before it can enter Windows. The next option I tried was <strong>Last Known Good Configuration</strong>, but still no luck.</p>
<p>Then, I tried <strong>Disable automatic restart on system failure</strong> in the "Windows Advanced Options Menu", initiated with the same F8 way.</p>
<p>The Windows XP loading screen showed up. Then, I get a <strong>blue screen</strong> with the following error:</p>
<p><code>STOP: c000021a {Fatal System Error}<br />
The Windows Logon Process system process terminated unexpectedly with a status of 0xc0000139 (0x00000000 0x00000000).<br />
The system has been shut down.</code></p>
<p>Now, I got the error code. I start another computer to search for a solution and I found a Microsoft Knowledge Base article titled <a href="http://support.microsoft.com/kb/156669#appliesto">How to troubleshoot a "STOP 0xC000021A" error</a>. I thought I found the solution, but it asked me to use a command prompt to enable Dr. Watson. Is the guide silly or I'm the one stupid? How do I do it when I can't start anything, even safe mode in command prompt failed.</p>
<p>Another search result points me to this thread: <a href="http://www.sqlreportingservices.net/Ask/4234.aspx">Blue screen after installation on Win XP</a>. The user mentioned:</p>
<blockquote><p>Turned out that the problem was caused by the installer overwriting msvcrt.dll in System32, causing the crash.</p></blockquote>
<p>So, my next attempt will try to replace the file using Recovery Console. Copy the file from another computer and put it into a USB drive. Plug it into the failed computer.</p>
<p>Then, start <strong>Recovery Console</strong> to copy the file.</p>
<ol>
<li>Put the Windows XP setup CD into the failed machine.</li>
<li>Start/Reboot the computer.</li>
<li>Press any key to boot from CD.</li>
<li>You will get yourself into Windows Setup.</li>
<li>When the "Welcome to Setup" screen appears, press R to start the Recovery Console.</li>
<li>Press number to select the correct Windows XP installation, then enter the administrator password.</li>
</ol>
<p>Now, I'm in the recovery console. These are what I did:</p>
<ol>
<li>Check the date and size of the msvcrt.dll. For my case, it is different from what I can find in another computer. The correct size is at around 335KB.</li>
<li>Backup the original DLL in C:\windows\system32.</li>
<li>Copy the file in USB drive to c:\windows\system32\msvcrt.DLL (Note: you may need to try a few drive letters to find your USB drive.)</li>
<li>Enter "exit" to reboot the computer.</li>
<li>Remove the Windows XP CD and USB drive.</li>
</ol>
<p>And... my HP laptop is working!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2008/07/06/troubleshooting-window-xp-c000021a-error-blue-screen/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Dell System Restore for Windows Vista</title>
		<link>http://blog.enrii.com/2008/06/30/dell-system-restore-for-windows-vista/</link>
		<comments>http://blog.enrii.com/2008/06/30/dell-system-restore-for-windows-vista/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 16:25:39 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Computer hardwares]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/?p=373</guid>
		<description><![CDATA[My friend just purchased a new Dell Inspiron 1420 running on Windows Vista Home Premium, with a pink cover. Once we got the machine, we loaded it with some basic software and some photos. Thereafter, all she did was only normal surfing. After a few hours, the machine began to slow down untill it hanged. [...]]]></description>
			<content:encoded><![CDATA[<p>My friend just purchased a new <a href="http://www.dell.com/content/products/productdetails.aspx/inspnnb_1420?c=us&#038;l=en&#038;s=dhs&#038;cs=19">Dell Inspiron 1420</a> running on <a href="http://en.wikipedia.org/wiki/Windows_Vista">Windows Vista</a> Home Premium, with a pink cover. Once we got the machine, we loaded it with some basic software and some photos. Thereafter, all she did was only normal surfing.</p>
<p>After a few hours, the machine began to slow down untill it hanged. After trying out every possible buttons and the system is still not responding, we have no choice but to press and hold the power button to shut it down.</p>
<p>The next time it started up, some of the Windows Vista system files got corrupted. So, the fastest recovery way would be to use Dell System Restore. I was surprised that the first few search results were not Dell Support pages (just like when we search for Windows problem, we normally don't get Microsoft support pages). Most of the pages asked me to press Ctrl + F11 when the system boots up to initiate Dell System Restore.</p>
<p>I failed to initiate the System Restore until I read it at <a href="http://www.yorkspace.com/2007/07/98">yorkspace.com</a> that I should <strong>press F8</strong> if I'm using Windows Vista. The steps after that were very straight forward. A full guide taken from <a href="http://support.dell.com/support/topics/global.aspx/support/dsn/en/document?docid=34467C630F9E5F24E040A68F5B284ECB">Dell Support page</a> (which I found later) is as follows:</p>
<blockquote><ol>
<li>Restart the computer.</li>
<li>Tap &lt;F8&gt; during startup until the <strong>Windows Advanced Options</strong> menu appears. If the <strong>Windows Advanced Options</strong> menu does not appear, restart the computer, and try again.</li>
<li>Press the &lt;Down Arrow&gt; until <strong>Repair Your Computer</strong> is highlighted, and press &lt;Enter&gt;.</li>
<li>In the <strong>System Recovery Options</strong> window, log in as a user with administrative rights, and click OK.</li>
<li>In the <strong>Windows Vista Recovery Environment</strong>, click to select your language, and click Next.</li>
<li>Click <strong>System Restore</strong>.</li>
<li>In the <strong>System Restore</strong> window, click <strong>Next</strong> to display the most recent restore points in chronological order.</li>
<li>Click the <strong>Show restore points older than 5 days</strong> check box for a complete listing of restore points.</li>
<li>Click to select a restore point.<br />
A good starting point is to attempt to restore from the most recent restore point. If this fails to correct the problem, then try the next oldest restore point until the issue is resolved. Any software installed after the selected restore point needs to be reinstalled.</li>
<li>Click <strong>Next</strong> and then <strong>Finish</strong>.</li>
</ol>
</blockquote>
<p>Though I successfully recovered the system, it did not go well the second time. The machine lasted for a few hours for me to reinstall everything, it slowed down and not responding again. I'll get Dell engineers to check up the system.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2008/06/30/dell-system-restore-for-windows-vista/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Recover Deleted Files from USB Drive</title>
		<link>http://blog.enrii.com/2008/04/12/recover-deleted-files-from-usb-drive/</link>
		<comments>http://blog.enrii.com/2008/04/12/recover-deleted-files-from-usb-drive/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 08:56:02 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Software and tools]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[undelete]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/2008/04/12/recover-deleted-files-from-usb-drive/</guid>
		<description><![CDATA[I accidentally deleted a PHP source file with hundreds lines of source code and I'll have to show the system to my client tomorrow. I know I should backup additional copies, but I always think that "I'll do it later". I found 2 "undelete" tools which I tried to recover the delete file from my [...]]]></description>
			<content:encoded><![CDATA[<p>I accidentally deleted a PHP source file with hundreds lines of source code and I'll have to show the system to my client tomorrow. I know I should backup additional copies, but I always think that "I'll do it later".</p>
<p>I found 2 "undelete" tools which I tried to recover the delete file from my USB drive.</p>
<p><strong>Free Undelete 2.0</strong> (Not working)</p>
<p>The <a href="http://www.officerecovery.com/freeundelete/">Free Undelete from Office Recovery</a> showed up as the first result in Google. Believing in Google's PageRank, I gave it a try.</p>
<p>After installing it, I start it up. The user interface was very user-friendly. Besides that, the file size is only 1MB.</p>
<p>However, as soon as I click on the scan button, the whole program took about 5 minutes to scan. Before it shows any result, Windows XP Error Reporting box showed up, then followed by messages related to Dr Watson. I had to restart my computer to gain control of everything (even 'End task' in the Task Manager does not work).</p>
<p>I'm not sure why it doesn't work for me, or probably it doesn't work on USB drives?</p>
<p><strong>PC Inspector File Recovery</strong> (Recommended)</p>
<p><a href="http://www.pcinspector.de/Sites/file_recovery/download.htm?language=1">PC Inspector File Recovery</a> was the next program I found.</p>
<p>Very much different from FreeUndelete, the file size was so much bigger, with more than 5MB and the user interface was awful. It takes a while to understand the buttons.</p>
<p>The good part is, it shows all the result instantly and I can find the file that I needed in no time. It also shows the modified date and condition of the files.</p>
<p>Give it a try when you are having the same fate some day.</p>
<p><strong>One important note</strong>: If possible, do not perform any activity on the drive you would like to recover. Activities may include copying and creating files. That means, installing the recovery program itself can pose some risks that your deleted file could be overwritten. You may want to install it now, if you think you might need it some day.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2008/04/12/recover-deleted-files-from-usb-drive/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Internet Explorer Unable to View FTP Sites</title>
		<link>http://blog.enrii.com/2008/02/01/internet-explorer-unable-to-view-ftp-sites/</link>
		<comments>http://blog.enrii.com/2008/02/01/internet-explorer-unable-to-view-ftp-sites/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 10:16:08 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Software and tools]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/2008/02/01/internet-explorer-unable-to-view-ftp-sites/</guid>
		<description><![CDATA[Microsoft Internet Explorer has the ability to view FTP site like a normal local folders. This is a feature that lots of people are not aware of or don't really use it. I have always been using some freeware FTP clients for a while and find them don't really improves anything. At times, I would [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft Internet Explorer has the ability to view FTP site like a normal local folders. This is a feature that lots of people are not aware of or don't really use it. I have always been using some freeware FTP clients for a while and find them don't really improves anything. At times, I would use command line, but when transferring many files, command line is not very convenient.</p>
<p>As I begin using Internet Explorer not too long ago, I never use any other clients since then. It is convenient as it is pre-installed in every machine!</p>
<p>Recently, as I tried to use it on a different computer, I keep getting "Page not found" error. But the FTP server is working fine when I try to access using command line FTP.</p>
<p>After spending sometime to search for solution, I found a setting in Internet options that fixes it. Go to <strong>Tools > Internet Options > Advanced tab > tick Enable folder view for FTP sites.</strong></p>
<p>If you have never use IE for this purpose, I recommend you to try it.</p>
<p>Just type in address bar: ftp://www.yoursite.com</p>
<p>Unless you need some extraordinary functions, IE is good enough.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2008/02/01/internet-explorer-unable-to-view-ftp-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

