<?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>Reflections of my thoughts... &#187; Troubleshooting</title>
	<atom:link href="http://codereflect.com/category/troubleshooting/feed/" rel="self" type="application/rss+xml" />
	<link>http://codereflect.com</link>
	<description>on programming tips and trending topics...</description>
	<lastBuildDate>Wed, 07 Dec 2011 18:18:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The case of Visual Studio 2008 SP1 crash on Docking/Undocking and Switching from Debugging to Design View</title>
		<link>http://codereflect.com/2011/08/12/the-case-of-visual-studio-2008-sp1-crash-on-dockingundocking-and-switching-from-debugging-to-design-view/</link>
		<comments>http://codereflect.com/2011/08/12/the-case-of-visual-studio-2008-sp1-crash-on-dockingundocking-and-switching-from-debugging-to-design-view/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 06:01:27 +0000</pubDate>
		<dc:creator>@sarat</dc:creator>
				<category><![CDATA[Crashes]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[WinDBG]]></category>
		<category><![CDATA[crashes]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://codereflect.com/?p=1657</guid>
		<description><![CDATA[I&#8217;m using dual monitors with my laptop and I found that Visual Studio is crashing on docking/undocking window to/from other display. Although I am not do the same operation it was crashing again on switching back to design/code view from debugging. I&#8217;m primary using IBM Clearcase as versioninig system and I have n number of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using dual monitors with my laptop and I found that Visual Studio is crashing on docking/undocking window to/from other display. Although I am not do the same operation it was crashing again on switching back to design/code view from debugging. </p>
<p>I&#8217;m primary using IBM Clearcase as versioninig system and I have n number of issues ever since I started using with Windows 7. The same issue happened though I copied my source to local folder and debugging from there.</p>
<p>Simply took the dump and attached to WinDBG. <code>!analyze -v</code> had given me following call stack</p>
<pre>
EXCEPTION_RECORD:  002ad92c -- (.exr 0x2ad92c)
ExceptionAddress: 3fe083d0
   ExceptionCode: c0000005 (Access violation)
  ExceptionFlags: 00000000
NumberParameters: 2
   Parameter[0]: 00000008
   Parameter[1]: 3fe083d0
Attempt to execute non-executable address 3fe083d0

FAULTING_THREAD:  00002718

DEFAULT_BUCKET_ID:  SILENT

PROCESS_NAME:  devenv.exe

ERROR_CODE: (NTSTATUS) 0x80000003 - {EXCEPTION}  Breakpoint  A breakpoint has been reached.

EXCEPTION_CODE: (HRESULT) 0x80000003 (2147483651) - One or more arguments are invalid

NTGLOBALFLAG:  400

APPLICATION_VERIFIER_FLAGS:  0

MANAGED_STACK: !dumpstack -EE
OS Thread Id: 0x2718 (0)
Current frame:
ChildEBP RetAddr  Caller,Callee
002af168 71bc5a99 (MethodDesc 0x714cc250 +0x79 System.Collections.Generic.Dictionary`2+ValueCollection+Enumerator[[System.Int32, mscorlib],[System.__Canon, mscorlib]].MoveNext())

CONTEXT:  002ad948 -- (.cxr 0x2ad948)
eax=59730146 ebx=00000000 ecx=01a72c50 edx=0000001d esi=01a72c50 edi=01a729c8
eip=3fe083d0 esp=002adc2c ebp=002adeb0 iopl=0         nv up ei ng nz na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010286
3fe083d0 ??              ???
Resetting default scope

WRITE_ADDRESS:  3fe083d0 

FOLLOWUP_IP:
msenv!CDockManager::PruneAllDeadPanes+45
5986cbf6 e97745f8ff      jmp     msenv!CDockManager::PruneAllDeadPanes+0x45 (597f1172)

FAILED_INSTRUCTION_ADDRESS:
+5789952f04fedcac
3fe083d0 ??              ???

PRIMARY_PROBLEM_CLASS:  SILENT

BUGCHECK_STR:  APPLICATION_FAULT_SILENT

LAST_CONTROL_TRANSFER:  from 5986cbf6 to 3fe083d0

IP_ON_HEAP:  3fe083d0
The fault address in not in any loaded module, please check your build's rebase
log at <releasedir>\bin\build_logs\timebuild\ntrebase.log for module which may
contain the address if it were loaded.

IP_IN_FREE_BLOCK: 3fe083d0

STACK_TEXT:
3fe083d0 unknown+0x0
5986cbf6 msenv!CDockManager::PruneAllDeadPanes+0x45
597eef9b msenv!CDockManager::SaveUI+0xb7
598122a5 msenv!CPane::TransitionToDesign+0x46
597f67a9 msenv!CVsShellDebugMgr::m_OnModeChange+0xe6
5976aca3 msenv!CVsUIShell::OnModeChange+0x21
5f4dbfa3 vsdebug!CDebugger::SetShellMode+0x9b
5f4dc04f vsdebug!CDebugger::OnModeChange+0x44
5f4dbeef vsdebug!CDebugger::SetDebugMode+0x69
5f4f2c93 vsdebug!CDebugger::OnExitBreakState+0xaa
5f53cab1 vsdebug!CDebugger::OnDebuggingStopped+0x6e
5f51bcb6 vsdebug!CDebugger::HandleEvent+0x8ae
5f4dbc19 vsdebug!CDebugger::Event+0xef
5f4dbaef vsdebug!sdm::CDebugManager::HandleEvent+0xb5
75eefc8f rpcrt4!Invoke+0x2a
75f54c53 rpcrt4!NdrStubCall2+0x2d6
75e9d936 ole32!CStdStubBuffer_Invoke+0xb6
75e9d9c6 ole32!SyncStubInvoke+0x3c
75e9df1f ole32!StubInvoke+0xb9
75db223c ole32!CCtxComChnl::ContextInvoke+0xfa
75db2131 ole32!MTAInvoke+0x1a
75db30fa ole32!STAInvoke+0x46
75e9de47 ole32!AppInvoke+0xab
75e9dcbb ole32!ComInvokeWithLockAndIPID+0x372
75e9e34c ole32!ComInvoke+0xc5
75db2ed2 ole32!ThreadDispatch+0x23
75db2e91 ole32!ThreadWndProc+0x161
762986ef user32!InternalCallWinProc+0x23
76298876 user32!UserCallWinProcCheckWow+0x14b
762989b5 user32!DispatchMessageWorker+0x35e
76298e9c user32!DispatchMessageW+0xf
75d7d6be ole32!CCliModalLoop::PeekRPCAndDDEMessage+0x4c
75d7d66d ole32!CCliModalLoop::FindMessage+0x30
75d7d57e ole32!CCliModalLoop::HandleWakeForMsg+0x41
75d7d633 ole32!CCliModalLoop::BlockFn+0xc3
75d71117 ole32!CoWaitForMultipleHandles+0xcd
5f513ed6 vsdebug!sdm::CDebugManager::WaitForEvent+0x8a
5f526aa0 vsdebug!CDebugger::WaitForDebuggingToStop+0x51
5f526fed vsdebug!CDebugger::TerminateSession+0x106
5f52711a vsdebug!CDebugger::StopDebugging+0x10a
5f4e8014 vsdebug!CVSDebugPackage::Exec+0x5f9
5974249f msenv!CVSCommandTarget::ExecCmd+0x937
59884617 msenv!FTranslateAcceleratorEx+0x4a3
597581c3 msenv!FTranslateAccelerator+0x49
59758045 msenv!MainFTranslateMessage+0x1a7
59757f2b msenv!CMsoComponent::FPreTranslateMessage+0x72
59757ec0 msenv!SCM_MsoStdCompMgr::FPreTranslateMessage+0xdd
5974152c msenv!EnvironmentMsgLoop+0x159
597fb9bd msenv!CMsoCMHandler::FPushMessageLoop+0x86
597fb94d msenv!SCM::FPushMessageLoop+0xb7
597fb8e9 msenv!SCM_MsoCompMgr::FPushMessageLoop+0x28
597fb8b8 msenv!CMsoComponent::PushMsgLoop+0x28
597fbe4e msenv!VStudioMainLogged+0x482
597f7561 msenv!VStudioMain+0xc1
2f6aaabc devenv!util_CallVsMain+0xff
2f6a78f2 devenv!CDevEnvAppId::Run+0x11fd
2f6a7bf4 devenv!WinMain+0x74
2f6a7c68 devenv!License::GetPID+0x258
765a1114 kernel32!BaseThreadInitThunk+0xe
7791b429 ntdll!__RtlUserThreadStart+0x70
7791b3fc ntdll!_RtlUserThreadStart+0x1b

SYMBOL_STACK_INDEX:  1

SYMBOL_NAME:  msenv!CDockManager::PruneAllDeadPanes+45

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: msenv

IMAGE_NAME:  msenv.dll

DEBUG_FLR_IMAGE_TIMESTAMP:  488f2b9f

STACK_COMMAND:  .cxr 002AD948 ; kb ; dds 2adc2c ; kb

FAILURE_BUCKET_ID:  SILENT_80000003_msenv.dll!CDockManager::PruneAllDeadPanes

BUCKET_ID:  APPLICATION_FAULT_SILENT_BAD_IP_msenv!CDockManager::PruneAllDeadPanes+45

WATSON_STAGEONE_URL:  http://watson.microsoft.com/StageOne/devenv_exe/9_0_30729_1/488f2b50/unknown/0_0_0_0/bbbbbbb4/80000003/00000000.htm?Retriage=1

Followup: MachineOwner
---------
</pre>
<p>Luckily a Google search with the call stack has returneda single relevant result about this issue in Microsoft Connect.</p>
<p><a href="http://connect.microsoft.com/VisualStudio/feedback/details/373507/visual-studio-2008-ide-crashes-returning-to-design-mode-when-stopping-debugging-native-c-code" target="_blank">Visual Studio 2008 IDE Crashes Returning to Design Mode When Stopping Debugging Native C++ Code</a></p>
<p>Microsoft has released a patch to resolve this issue. <a href="http://archive.msdn.microsoft.com/KB960075" target="_blank">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codereflect.com/2011/08/12/the-case-of-visual-studio-2008-sp1-crash-on-dockingundocking-and-switching-from-debugging-to-design-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to resolve Visual Studio warning &#8220;The project location is not trusted&#8221; on mapped network drives?</title>
		<link>http://codereflect.com/2011/08/03/how-to-resolve-visual-studio-warning-the-project-location-is-not-trusted-on-mapped-network-drives/</link>
		<comments>http://codereflect.com/2011/08/03/how-to-resolve-visual-studio-warning-the-project-location-is-not-trusted-on-mapped-network-drives/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 05:34:01 +0000</pubDate>
		<dc:creator>@sarat</dc:creator>
				<category><![CDATA[Clearcase]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[caspol]]></category>
		<category><![CDATA[clearcase]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Security settings]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://codereflect.com/?p=1649</guid>
		<description><![CDATA[You might have seen the above warning when you open a Visual Studio solution on a mapped network drive. This especially appears when you work with clearcase mapped network drives. Find for caspol.exe in your Windows\Microsoft.NET\Framework folder. C:\Windows\Microsoft.NET\Framework\v2.0.50727\CasPol.exe -m -pp off -cg 1.2 FullTrust This will grant full trust to local intranet code group. Note [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://codereflect.com/assets/Untrusted.png"><img src="http://codereflect.com/assets/Untrusted.png" alt="" title="Untrusted Project Location" width="492" height="263" class="alignnone size-full wp-image-1650" /></a></p>
<p>You might have seen the above warning when you open a Visual Studio solution on a mapped network drive. This especially appears when you work with clearcase mapped network drives. </p>
<p>Find for <a href="http://msdn.microsoft.com/en-us/library/cb6t8dtz%28v=vs.80%29.aspx">caspol.exe </a>in your Windows\Microsoft.NET\Framework folder.</p>
<pre>C:\Windows\Microsoft.NET\Framework\v2.0.50727\CasPol.exe -m -pp off -cg 1.2 FullTrust</pre>
<p>This will grant full trust to local intranet code group. Note that caspol tool will apply the security settings for 3.0, 3.5 as well though it&#8217;s coming with .NET 2.0</p>
]]></content:encoded>
			<wfw:commentRss>http://codereflect.com/2011/08/03/how-to-resolve-visual-studio-warning-the-project-location-is-not-trusted-on-mapped-network-drives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix Gnome 3 distorted themes?</title>
		<link>http://codereflect.com/2011/06/25/how-to-fix-gnome-3-distorted-themes/</link>
		<comments>http://codereflect.com/2011/06/25/how-to-fix-gnome-3-distorted-themes/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 01:29:41 +0000</pubDate>
		<dc:creator>@sarat</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[gnome3]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://codereflect.com/?p=1518</guid>
		<description><![CDATA[Once after installing the gnome-3 theme, I was impressed with the theme. But soon after I rebooted the box, the joy came to an end as I lost theming in many part including titlebar, buttons etc. Initially I had issues with the experimental drivers from nVidia but I already had uninstalled it. How can I [...]]]></description>
			<content:encoded><![CDATA[<p>Once after installing the gnome-3 theme, I was impressed with the theme. But soon after I rebooted the box, the joy came to an end as I lost theming in many part including titlebar, buttons etc. Initially I had issues with the experimental drivers from nVidia but I already had uninstalled it.</p>
<p>How can I solve this glitch? It&#8217;s actually caused by choosing accessibility themes for Gnome. Simply uninstall the accessibility theme and set the standard theme</p>
<pre>
sudo apt-get remove gnome-accessibility-themes
sudo apt-get install gnome-themes-standard
</pre>
<p>If you want to tweak your theme further, install Gnome tweak tool</p>
<pre>
gksudo apt-get install gnome-tweak-tool
</pre>
<p>Run the tool by entering in terminal window or by pressing Alt+F2</p>
<pre>
gnome-tweak-tool
</pre>
]]></content:encoded>
			<wfw:commentRss>http://codereflect.com/2011/06/25/how-to-fix-gnome-3-distorted-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshoot: No sound from Dell XPS M1330 speakers after Windows 7 upgrade</title>
		<link>http://codereflect.com/2011/06/04/troubleshoot-no-sound-from-dell-xps-m1330-speakers-after-windows-7-upgrade/</link>
		<comments>http://codereflect.com/2011/06/04/troubleshoot-no-sound-from-dell-xps-m1330-speakers-after-windows-7-upgrade/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 07:05:18 +0000</pubDate>
		<dc:creator>@sarat</dc:creator>
				<category><![CDATA[Dell]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[audio driver]]></category>
		<category><![CDATA[not working]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[Troubleshoot]]></category>

		<guid isPermaLink="false">http://codereflect.com/2011/06/04/troubleshoot-no-sound-from-dell-xps-m1330-speakers-after-windows-7-upgrade/</guid>
		<description><![CDATA[My Dell XPS M1330 speakers stopped working ever since I upgraded to Windows 7. Even this issue was existing there in the beta versions, I believed that this issue will be sorted out in the final release as this series of machine is one of hot cake of that time (also the most problematic laptop [...]]]></description>
			<content:encoded><![CDATA[<p>My Dell XPS M1330 speakers stopped working ever since I upgraded to Windows 7. Even this issue was existing there in the beta versions, I believed that this issue will be sorted out in the final release as this series of machine is one of hot cake of that time (also the most problematic laptop too)</p>
<p>I have raised the issues in several forums and being helpless I directly contacted veteran Larry Osterman who leads Windows 7 Audio Development at Microsoft. He promptly responded with the issues with the Dell’s driver issues when working with their class driver. It was back 2009 July. I tried re-installing the driver and it really dint work at that time. But the very same driver when I tried reinstalling of late worked perfectly.</p>
<p>The normal to troubleshoot the problem is to use the Windows Hardware Troubleshooting mechanisms available. But Microsoft troubleshooter wrongly reported that Teefer2 Miniport #8 driver is required to be reinstalled which is actually part of Norton End Point Protection installed in my system. It’s a wrong diagnosis.</p>
<p>Search in Dell website for “SIGMATEL STAC 92XX C-Major HD Audio” and download the latest version of the driver. The one which worked for me can be <strong><a href="http://support.dell.com/support/downloads/download.aspx?c=us&amp;cs=19&amp;l=en&amp;s=dhs&amp;releaseid=R171786&amp;SystemID=XPS_M1330&amp;servicetag=&amp;os=WLH&amp;osl=en&amp;deviceid=8907&amp;devlib=0&amp;typecnt=0&amp;vercnt=3&amp;catid=-1&amp;impid=-1&amp;formatcnt=1&amp;libid=3&amp;typeid=-1&amp;dateid=-1&amp;formatid=-1&amp;fileid=235779" target="_blank">downloaded from here</a></strong> (Seems it will upgraded automatically on new releases). Thanks Larry for your great help.</p>
]]></content:encoded>
			<wfw:commentRss>http://codereflect.com/2011/06/04/troubleshoot-no-sound-from-dell-xps-m1330-speakers-after-windows-7-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Root cause analysis &#8211; 5 Whys</title>
		<link>http://codereflect.com/2011/06/03/root-cause-analysis-5-whys/</link>
		<comments>http://codereflect.com/2011/06/03/root-cause-analysis-5-whys/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 01:43:56 +0000</pubDate>
		<dc:creator>@sarat</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[5 why]]></category>
		<category><![CDATA[methods]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[root cause analysis]]></category>
		<category><![CDATA[techniques]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://codereflect.com/?p=1477</guid>
		<description><![CDATA[5 Whys is a fundamental technique to find the root causes for problems. It was originally introduced and implemented by Sakichi Toyoda at Toyota Corporation The basic process is keep asking &#8220;Why&#8221; to find the root cause. In a typical case, it&#8217;s almost possible to find the root cause within 5 whys. But it doesn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>5 Whys is a fundamental technique to find the root causes for problems. It was originally introduced and implemented by Sakichi Toyoda at Toyota Corporation</p>
<p>The basic process is keep asking &#8220;Why&#8221; to find the root cause. In a typical case, it&#8217;s almost possible to find the root cause within 5 whys. But it doesn&#8217;t mean that we&#8217;ve to stop analyzing further if we can&#8217;t find the root cause within 5 whys. It all depends on the complexity of the problem we&#8217;re handling. Here&#8217;s a <a href="http://www.businessweek.com/smallbiz/content/mar2006/sb20060315_264186.htm">classic example</a> published in business week</p>
<blockquote><p>A few years ago National Parks managers noticed the Jefferson Memorial was crumbling at an alarming rate. When they asked why, they found out it was being washed far more often than other memorials. For most organizations, the analysis would stop here. The solution is clear, right? Adjust the cleaning schedule to match those of the other memorials.</p></blockquote>
<p>But they did not stop there. They kept asking why for each problems.</p>
<ol>
<li> This monument is deteriorating faster than any other monuments.</li>
<li> Why? &#8211; Found that this monument is washed more frequently than other monuments.</li>
<li> Why? &#8211; The bird droppings are high</li>
<li> Why? &#8211; There are large population of spiders which the birds were feeding</li>
<li>Why? &#8211; Increasing of midges in and around the memorial</li>
<li>Why? &#8211; Midges are mate in a unique quality light between specific timings.</li>
<li>Why? &#8211; (not really about why midges mate) This unique quality of light created by lighting monument before the dusk.</li>
</ol>
<p>&nbsp;</p>
<p>They reached the real root cause of the problem and preferred the action to change the light timings a bit late. By changing this schedule they were able to reduce the bird droppings by 90%</p>
<p>What we&#8217;ve to infer from this example.</p>
<ul>
<li> In most of the stages explained above looked like dead end and we felt like to choose trivial solutions but they&#8217;ve move forwarded further.</li>
<li> When we analyze root cause, initially less people will be involved. Participants will increase on exploring more.</li>
<li> The root cause can&#8217;t be found on single stretch. It may take any long depends on the problem, information available and the people involved in it</li>
<li> The root causes can&#8217;t solve the entire problem. It may sometimes solve the entire problem but sometimes it may help us to reduce the damage</li>
<li> The action we&#8217;re taking should be appropriate otherwise it will increase the damage.</li>
<li>It&#8217;s required to make sure that the root cause was right before investing time and money in it.</li>
</ul>
<p>But before starting all these we&#8217;ve to ask the fundamental question, do we really need to solve this problem? To solve the problem, it required to analyze the severity, priority, cost and resources available.</p>
<p>Once we decide proceed, we can employ <a href="http://en.wikipedia.org/wiki/Ishikawa_diagram">Fish Bone diagram or Ishikawa diagram</a> to effectively map the whys. The causes are grouped in the main groups and formed through brain storming sessions. For e.g. in the manufacturing industry basically we can classify the causes under <a href="http://en.wikipedia.org/wiki/Ishikawa_diagram#The_8_Ms_.28used_in_manufacturing.29">8M&#8217;s</a>.</p>
<ul>
<li> Machine (technology)</li>
<li>Method (process)</li>
<li>Material (Includes Raw Material, Consumables and Information.)</li>
<li>Man Power (physical work)/Mind Power (brain work): Kaizens, Suggestions<br />
Measurement (Inspection)</li>
<li>Milieu/Mother Nature (Environment)</li>
<li>Management/Money Power</li>
<li>Maintenance</li>
</ul>
<p>I am not explaining how to create Fishbone diagram, but it&#8217;s really powerful enough to map and find the problems root causes. So keep asking &#8220;Why&#8221; and when it make sense, stop asking &#8220;Why&#8221; and proceed to fix the problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://codereflect.com/2011/06/03/root-cause-analysis-5-whys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What you can do if Windows Startup repair fail to repair your bootsector?</title>
		<link>http://codereflect.com/2011/05/22/what-you-can-do-if-windows-startup-repair-fail-to-repair-your-bootsector/</link>
		<comments>http://codereflect.com/2011/05/22/what-you-can-do-if-windows-startup-repair-fail-to-repair-your-bootsector/#comments</comments>
		<pubDate>Sun, 22 May 2011 12:40:27 +0000</pubDate>
		<dc:creator>@sarat</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Boot]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[Startup repair]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://codereflect.com/?p=1431</guid>
		<description><![CDATA[It was painful time with Ubuntu and Windows Dual Boot Information. With my foolish thoughts I removed the native Linux Partition where I had installed Ubuntu Linux 10.04. Also I removed the boot sector. Then I decided to install 11.04 under Windows Partition itself. Just installed Ubuntu and rebooted to finish the installation. Yea it [...]]]></description>
			<content:encoded><![CDATA[<p>It was painful time with Ubuntu and Windows Dual Boot Information. With my foolish thoughts I removed the native Linux Partition where I had installed Ubuntu Linux 10.04. Also I removed the boot sector. Then I decided to install 11.04 under Windows Partition itself. Just installed Ubuntu and rebooted to finish the installation. Yea it was gone. It displayed a grub rescue command prompt and I was in blues.</p>
<p>Somehow I managed to get the Windows 7 boot USB to repair my startup for Windows. Again it had happened. The Master Boot Record wasn&#8217;t promptly recognized by Windows. It says no problems at all with your Windows Installation. What&#8217;s next. I have tried several options to like Fixing the MBR with command line and exporting and importing the boot record and importing it again to corrupt the MBR and tried the repair again. No ways! </p>
<p>Finally how I had to recreate the MBR. How do we do that? (BTW, do this at your own risk. Don&#8217;t blame me later)</p>
<p>1. Insert your bootable DVD/USB or Startup repair disc to your computer.<br />
2. Choose Recovery options.<br />
3. Click on Startup Repair and check if it works.</p>
<p>If doesn&#8217;t work</p>
<p>4. Open the command window and enter the following commands </p>
<pre>
bootrec.exe /fixmbr
bootsect.exe /nt60 all /force
bootrec.exe /rebuildbcd
</pre>
<p>Now you&#8217;re done. Reboot your PC and see if it works. Under Windows Vista, you will have to change to X:\boot\ folder to access bootrec and bootsect executable. </p>
]]></content:encoded>
			<wfw:commentRss>http://codereflect.com/2011/05/22/what-you-can-do-if-windows-startup-repair-fail-to-repair-your-bootsector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magic Debug Values</title>
		<link>http://codereflect.com/2010/12/31/magic-debug-values/</link>
		<comments>http://codereflect.com/2010/12/31/magic-debug-values/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 06:33:31 +0000</pubDate>
		<dc:creator>@sarat</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[debugger]]></category>
		<category><![CDATA[magic number]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://codereflect.com/?p=1380</guid>
		<description><![CDATA[Magic debug values are specific values written to memory during allocation or deallocation, so that it will later be possible to tell whether or not they have become corrupted, and to make it obvious when values taken from uninitialized memory are being used. See a list of popular magic debug values (retrieved from Wikipedia) Code [...]]]></description>
			<content:encoded><![CDATA[<p>Magic debug values are specific values written to memory during allocation or deallocation, so that it will later be possible to tell whether or not they have become corrupted, and to make it obvious when values taken from uninitialized memory are being used.</p>
<p>See a list of popular magic debug values (retrieved from Wikipedia)</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><strong>Code</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr>
<td>..FACADE</td>
<td>Used by a number of <a title="Real-time operating system" href="http://en.wikipedia.org/wiki/Real-time_operating_system">RTOSes</a></td>
</tr>
<tr>
<td>8BADF00D</td>
<td>Used by <a title="Apple Inc." href="http://en.wikipedia.org/wiki/Apple_Inc.">Apple</a> as the exception code in <a title="IPhone" href="http://en.wikipedia.org/wiki/IPhone">iPhone</a> crash reports when an   application has taken too long to launch or terminate.</td>
</tr>
<tr>
<td>A5A5A5A5</td>
<td>Used in embedded development because the   alternating bit pattern (10100101) creates an easily recognized pattern on <a title="Oscilloscope" href="http://en.wikipedia.org/wiki/Oscilloscope">oscilloscopes</a> and <a title="Logic analyzer" href="http://en.wikipedia.org/wiki/Logic_analyzer">logic analyzers</a>.</td>
</tr>
<tr>
<td>ABABABAB</td>
<td>Used by <a title="Microsoft" href="http://en.wikipedia.org/wiki/Microsoft">Microsoft</a>&#8216;s   HeapAlloc() to mark &#8220;no man&#8217;s land&#8221; <a title="Guard byte" href="http://en.wikipedia.org/wiki/Guard_byte">guard bytes</a> after allocated heap   memory</td>
</tr>
<tr>
<td>ABADBABE</td>
<td>Used by <a title="Apple Inc." href="http://en.wikipedia.org/wiki/Apple_Inc.">Apple</a> as the &#8220;Boot Zero   Block&#8221; magic number</td>
</tr>
<tr>
<td>ABADCAFE</td>
<td>A startup to this value to initialize all   free memory to catch errant pointers<sup>[<em><a title="Wikipedia:Please clarify" href="http://en.wikipedia.org/wiki/Wikipedia:Please_clarify">clarification needed</a></em>]</sup></td>
</tr>
<tr>
<td>BAADF00D</td>
<td>Used by <a title="Microsoft" href="http://en.wikipedia.org/wiki/Microsoft">Microsoft</a>&#8216;s   LocalAlloc(LMEM_FIXED) to mark uninitialised allocated heap memory</td>
</tr>
<tr>
<td>BADBADBADBAD</td>
<td><a title="Burroughs large systems" href="http://en.wikipedia.org/wiki/Burroughs_large_systems">Burroughs large systems</a> &#8220;uninitialized&#8221;   memory (48-bit words)</td>
</tr>
<tr>
<td>BADC0FFEE0DDF00D</td>
<td>Used on <a title="IBM" href="http://en.wikipedia.org/wiki/IBM">IBM</a> <a title="RS/6000" href="http://en.wikipedia.org/wiki/RS/6000">RS/6000</a> 64-bit systems to   indicate uninitialized CPU registers</td>
</tr>
<tr>
<td>BADCAB1E</td>
<td>Error Code returned to the Microsoft eVC   debugger when connection is severed to the debugger</td>
</tr>
<tr>
<td>BADDCAFE</td>
<td>On <a title="Sun Microsystems" href="http://en.wikipedia.org/wiki/Sun_Microsystems">Sun Microsystems</a>&#8216; <a title="Solaris (operating system)" href="http://en.wikipedia.org/wiki/Solaris_(operating_system)">Solaris</a>, marks uninitialised kernel memory   (KMEM_UNINITIALIZED_PATTERN)</td>
</tr>
<tr>
<td>BEEFCACE</td>
<td>Used by Microsoft .NET as a magic number in   resource files</td>
</tr>
<tr>
<td>C0DEDBAD</td>
<td>A memory leak tracking tool which it will   change the MMU tables so that all references to address zero</td>
</tr>
<tr>
<td>CAFEBABE</td>
<td>Used by both <a title="Universal binary" href="http://en.wikipedia.org/wiki/Universal_binary">Universal</a> <a title="Mach-O" href="http://en.wikipedia.org/wiki/Mach-O">Mach-O</a> binaries and <a title="Java (programming language)" href="http://en.wikipedia.org/wiki/Java_(programming_language)">Java</a> .class files</td>
</tr>
<tr>
<td>CAFEFEED</td>
<td>Used by <a title="Sun Microsystems" href="http://en.wikipedia.org/wiki/Sun_Microsystems">Sun Microsystems</a>&#8216; <a title="Solaris (operating system)" href="http://en.wikipedia.org/wiki/Solaris_(operating_system)">Solaris</a> debugging kernel to mark   kmemfree() memory</td>
</tr>
<tr>
<td>CCCCCCCC</td>
<td>Used by <a title="Microsoft" href="http://en.wikipedia.org/wiki/Microsoft">Microsoft</a>&#8216;s C++   debugging runtime library to mark uninitialised <a title="Stack-based memory allocation" href="http://en.wikipedia.org/wiki/Stack-based_memory_allocation">stack</a> memory</td>
</tr>
<tr>
<td>CDCDCDCD</td>
<td>Used by <a title="Microsoft" href="http://en.wikipedia.org/wiki/Microsoft">Microsoft</a>&#8216;s C++   debugging runtime library to mark uninitialised heap memory</td>
</tr>
<tr>
<td>CEFAEDFE</td>
<td>Seen in Intel <a title="Mach-O" href="http://en.wikipedia.org/wiki/Mach-O">Mach-O</a> binaries on <a title="Apple Inc." href="http://en.wikipedia.org/wiki/Apple_Inc.">Apple Inc.</a>&#8216;s <a title="Mac OS X" href="http://en.wikipedia.org/wiki/Mac_OS_X">Mac OS X</a> platform (see FEEDFACE)</td>
</tr>
<tr>
<td>DDDDDDDD</td>
<td>Used by MicroQuill&#8217;s SmartHeap and   Microsoft&#8217;s C++ debugging heap to mark freed heap memory</td>
</tr>
<tr>
<td>DEADBABE</td>
<td>Used at the start of <a title="Silicon Graphics" href="http://en.wikipedia.org/wiki/Silicon_Graphics">Silicon Graphics</a>&#8216; <a title="IRIX" href="http://en.wikipedia.org/wiki/IRIX">IRIX</a> arena files</td>
</tr>
<tr>
<td>DEADBEEF</td>
<td>Famously used on <a title="IBM" href="http://en.wikipedia.org/wiki/IBM">IBM</a> systems such as the <a title="RS/6000" href="http://en.wikipedia.org/wiki/RS/6000">RS/6000</a>, also used   in the original <a title="Mac OS" href="http://en.wikipedia.org/wiki/Mac_OS">Mac OS</a> <a title="Operating system" href="http://en.wikipedia.org/wiki/Operating_system">operating systems</a>,<a title="OPENSTEP Enterprise" href="http://en.wikipedia.org/wiki/OPENSTEP_Enterprise">OPENSTEP Enterprise</a>, and the <a title="Commodore International" href="http://en.wikipedia.org/wiki/Commodore_International">Commodore</a> <a title="Amiga" href="http://en.wikipedia.org/wiki/Amiga">Amiga</a>. On <a title="Sun Microsystems" href="http://en.wikipedia.org/wiki/Sun_Microsystems">Sun Microsystems</a>&#8216; <a title="Solaris (operating system)" href="http://en.wikipedia.org/wiki/Solaris_(operating_system)">Solaris</a>, marks freed kernel memory   (KMEM_FREE_PATTERN)</td>
</tr>
<tr>
<td>DEADDEAD</td>
<td>A <a title="Microsoft" href="http://en.wikipedia.org/wiki/Microsoft">Microsoft</a> Windows STOP Error code   used when the user manually initiates the crash.</td>
</tr>
<tr>
<td>DEADF00D</td>
<td>Used by Mungwall on the <a title="Commodore International" href="http://en.wikipedia.org/wiki/Commodore_International">Commodore</a> <a title="Amiga" href="http://en.wikipedia.org/wiki/Amiga">Amiga</a> to mark allocated but   uninitialised memory <sup><a href="http://en.wikipedia.org/wiki/0xDEADBEEF#cite_note-11">[12]</a></sup></td>
</tr>
<tr>
<td>DEADFA11</td>
<td>Used by <a title="Apple Inc." href="http://en.wikipedia.org/wiki/Apple_Inc.">Apple</a> as the exception code in <a title="IPhone" href="http://en.wikipedia.org/wiki/IPhone">iPhone</a> crash reports when the   user has force-quit the application.</td>
</tr>
<tr>
<td>EBEBEBEB</td>
<td>From MicroQuill&#8217;s SmartHeap</td>
</tr>
<tr>
<td>FADEDEAD</td>
<td>Comes at the end to identify every <a title="AppleScript" href="http://en.wikipedia.org/wiki/AppleScript">AppleScript</a> script</td>
</tr>
<tr>
<td>FDFDFDFD</td>
<td>Used by <a title="Microsoft" href="http://en.wikipedia.org/wiki/Microsoft">Microsoft</a>&#8216;s C++   debugging heap to mark &#8220;no man&#8217;s land&#8221; <a title="Guard byte" href="http://en.wikipedia.org/wiki/Guard_byte">guard bytes</a> before and after   allocated heap memory</td>
</tr>
<tr>
<td>FEE1DEAD</td>
<td>Used by <a title="Linux" href="http://en.wikipedia.org/wiki/Linux">Linux</a> reboot() syscall</td>
</tr>
<tr>
<td>FEEDFACE</td>
<td>Seen in PowerPC <a title="Mach-O" href="http://en.wikipedia.org/wiki/Mach-O">Mach-O</a> binaries on <a title="Apple Inc." href="http://en.wikipedia.org/wiki/Apple_Inc.">Apple Inc.</a>&#8216;s <a title="Mac OS X" href="http://en.wikipedia.org/wiki/Mac_OS_X">Mac OS X</a> platform. On <a title="Sun Microsystems" href="http://en.wikipedia.org/wiki/Sun_Microsystems">Sun Microsystems</a>&#8216; <a title="Solaris (operating system)" href="http://en.wikipedia.org/wiki/Solaris_(operating_system)">Solaris</a>, marks the red zone (KMEM_REDZONE_PATTERN)</td>
</tr>
<tr>
<td>FEEEFEEE</td>
<td>Used by <a title="Microsoft" href="http://en.wikipedia.org/wiki/Microsoft">Microsoft</a>&#8216;s   HeapFree() to mark freed heap memory</td>
</tr>
</tbody>
</table>
<p>See Wikipedia for more details &#8211; <a href="http://en.wikipedia.org/wiki/0xDEADBEEF#Magic_debug_values">http://en.wikipedia.org/wiki/0xDEADBEEF#Magic_debug_values</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codereflect.com/2010/12/31/magic-debug-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshoot: What you can do if your wireless mouse is not responding?</title>
		<link>http://codereflect.com/2010/05/04/troubleshoot-what-you-can-do-if-your-wireless-mouse-is-not-responding/</link>
		<comments>http://codereflect.com/2010/05/04/troubleshoot-what-you-can-do-if-your-wireless-mouse-is-not-responding/#comments</comments>
		<pubDate>Tue, 04 May 2010 15:15:46 +0000</pubDate>
		<dc:creator>@sarat</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Microsof]]></category>
		<category><![CDATA[Mouse]]></category>
		<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://codereflect.com/2010/05/04/troubleshoot-what-you-can-do-if-your-wireless-mouse-is-not-responding/</guid>
		<description><![CDATA[If you’re a wireless mouse owner, probably have experienced a situation where mouse becomes irresponsive. We can try the following to make it right. If none of these works, contact your vendor for more assistance! Try different USB port Insert the device in another USB port. Try without USB extenders. Re-Synchronize the receiver Check for [...]]]></description>
			<content:encoded><![CDATA[<p>If you’re a wireless mouse owner, probably have experienced a situation where mouse becomes irresponsive. We can try the following to make it right. If none of these works, contact your vendor for more assistance!</p>
<h3>Try different USB port</h3>
<p>Insert the device in another USB port. Try without USB extenders.</p>
<h3>Re-Synchronize the receiver</h3>
<p>Check for constant green light on the wireless transmitter/receiver after plugging in. Check the red light under mouse blinks well. Push the reset buttons on both mouse and receiver after connecting it to the power. Remove and insert if necessary. Most of the synchronization problems should be resolved by this step.</p>
<p>&#160;</p>
</p>
<p> <img title=" (receiver) " alt=" (receiver) " src="http://support.microsoft.com/library/images/support/kbgraphics/PUBLIC/EN-US/838398_mouse_bottom.jpg" /><img title=" (alternative receiver) " alt=" (alternative receiver) " src="http://support.microsoft.com/library/images/support/kbgraphics/PUBLIC/EN-US/838398_portable_receiver.jpg" />
</p>
<p><font size="1">Image Taken from Microsoft.com</font></p>
<h3>Remove and Insert batteries again</h3>
<p>Remove the undercover and insert the battery again. Also ensure that it’s not a drained battery. Always use good quality batteries with your mouse.</p>
<h3>Interference</h3>
<p>There’s a chance that other wireless devices, mobile phones, radios etc. interfering wireless signals. Take required steps to avoid them.</p>
<h3>Upgrade your software</h3>
<p>Especially when working with old version of Windows, the latest drivers may not be available. Download it from product vendor’s website. Windows 7 and Vista support most of the latest hardware. Download the drivers from here, if you’re using <a href="http://www.microsoft.com/hardware/download/download.aspx?category=MK" target="_blank">Microsoft Wireless Mouse of Keyboard</a></p>
<h3>Try This in different computer</h3>
<p>Borrow your friend’s computer for a minute and check if it works!</p>
]]></content:encoded>
			<wfw:commentRss>http://codereflect.com/2010/05/04/troubleshoot-what-you-can-do-if-your-wireless-mouse-is-not-responding/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Windows 7 in Dell Mini 10v</title>
		<link>http://codereflect.com/2009/12/28/installing-windows-7-in-dell-mini-10v/</link>
		<comments>http://codereflect.com/2009/12/28/installing-windows-7-in-dell-mini-10v/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 15:28:00 +0000</pubDate>
		<dc:creator>@sarat</dc:creator>
				<category><![CDATA[Dell]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://codereflect.com/2009/12/28/installing-windows-7-in-dell-mini-10v/</guid>
		<description><![CDATA[I’ve successfully installed both Windows 7 and Ubuntu Netbook Remix in my brand new Dell Mini 10v. Here I’m explaining about how to make a bootable USB stick to install Windows 7. This is quite simple but before getting this final solution, I’ve tried with many different tools to prepare the USB stick and it [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve successfully installed both Windows 7 and Ubuntu Netbook Remix in my brand new Dell Mini 10v. Here I’m explaining about how to make a bootable USB stick to install Windows 7. This is quite simple but before getting this final solution, I’ve tried with many different tools to prepare the USB stick and it was desperately failed. Either they will not have any option to write into USB or the writing may have some kind of drawback which may result into a failed booting.</p>
<p>I’ve received the box pre-installed with Japanese version of Windows 7 Starter Edition. I’ve not opted for an external drive when I purchased. So I had prepared the image file using <a href="http://www.magiciso.com/tutorials/miso-magicdisc-overview.htm" target="_blank">Magic ISO</a>. Dumping in ISO image format is better as it’s a universally accepted format.</p>
<p>There are two methods to prepare the USB disk.</p>
<h2>1. Using USB to DVD tool from Microsoft Store</h2>
<p>Microsoft realized your needs and they’ve provided a safe method to prepare the bootable USB from ISO. Prepare the ISO image using magic disc. <a href="http://store.microsoft.com/Help/ISO-Tool" target="_blank">Download the tool from Microsoft website.</a> Now things are pretty straight forward. Just go through the guided steps to create the bootable USB stick</p>
<p><a href="http://codereflect.com/wp-content/uploads/2009/12/image12.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://codereflect.com/wp-content/uploads/2009/12/image_thumb9.png" width="568" height="300" /></a></p>
<p>Once you complete preparing the USB, reboot your computer and press F12 (for Dell Laptops only) in the POST screen to choose the boot device. From that opt for USB Storage Device. Go ahead with the simplest Windows Installation we’ve ever seen in Windows history. </p>
<h2>2. Using diskpart and xcopy (or simple windows copying)</h2>
<p>This step must be done very carefully as it may damage your own HDD if it used wrong. Do this at your own risk.</p>
<p>First you’ve to plugin the USB stick and open the command line tool diskpart from Run Window or from command prompt.</p>
<p><a href="http://codereflect.com/wp-content/uploads/2009/12/image13.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://codereflect.com/wp-content/uploads/2009/12/image_thumb10.png" width="456" height="258" /></a> </p>
<p>You can see a similar window as displayed above. Note that Windows Vista or Windows 7 may ask for administrator privilege to run this application. Do the following steps</p>
<ul>
<li><strong>list disk</strong> – this will list the attached physical disks connected to the system </li>
<li><strong>select disk # </strong>– select the preferred disk. Here you must be very careful. Make sure that you’ve chosen the right disk. Otherwise you may lose your data. replace # the number listed ### column of list disk command </li>
<li><strong>clean – </strong>clear the configuration information </li>
<li><strong>create partition primary </strong>– Create the partition for the stick </li>
<li><strong>format fs=fat32 quick </strong>– note that if you’ve not opted for quick, you will have to wait till the OS finish the true formatting of entire disk. </li>
<li><strong>assign </strong>– assign a drive letter for the drive to access through explorer </li>
</ul>
<ul>You’ve prepared a clean USB device. Now mount the ISO image or using magic disc or insert the DVD. Simply copy paste the contents of the folder to the prepared USB device. You can also use xcopy or robocopy if you’re preferring the command line tools.</ul>
<ul>You can see a <a href="http://technet.microsoft.com/en-us/magazine/dd535816.aspx" target="_blank">video demonstration of this in Microsoft Technet</a><em></em></ul>
<p>The next step was to prepare the bootable USB stick from the and created the using my other personal computer to prepare the bootable USB drive. Reboot your computer and press F12 (for Dell Laptops only) in the POST screen to choose the boot device. From that opt for USB Storage Device. </p>
<p>note that the second method has failed many times even the USB started booting. I don&#8217;t know if it was the problem with my USB stick. Always try to it with the first method mention. </p>
]]></content:encoded>
			<wfw:commentRss>http://codereflect.com/2009/12/28/installing-windows-7-in-dell-mini-10v/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to know the caps lock status in Dell Mini 10v?</title>
		<link>http://codereflect.com/2009/12/27/how-to-know-the-caps-lock-status-in-dell-mini-10v/</link>
		<comments>http://codereflect.com/2009/12/27/how-to-know-the-caps-lock-status-in-dell-mini-10v/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 16:54:00 +0000</pubDate>
		<dc:creator>@sarat</dc:creator>
				<category><![CDATA[Dell]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://codereflect.com/2009/12/27/how-to-know-the-caps-lock-status-in-dell-mini-10v/</guid>
		<description><![CDATA[There are only two things emits light in Dell Mini 10v, the monitor and the power indicator LED. It’s doesn’t have the beauitful LEDs like other Dell notebooks. The worst thing, is that we can’t know the status of caps lock. This is particularly makes problems when you type password as you can’t see the [...]]]></description>
			<content:encoded><![CDATA[<p>There are only two things emits light in Dell Mini 10v, the monitor and the power indicator LED. It’s doesn’t have the beauitful LEDs like other Dell notebooks.</p>
<p>The worst thing, is that we can’t know the status of caps lock. This is particularly makes problems when you type password as you can’t see the original text. You have to try the caps lock in some editable windows and back to the password field. </p>
<p>Even those Dell laptops which has all indicators including caps lock, it used to display ON/OFF status in a quick small message text on the right bottom side. With Dell Mini you can make use of this handy tool to know the current capslocks status. </p>
<p>The disadvantage is that it will be popped up only when we hit the caps lock key. It’s hard to know the current caps lock status without changing the current capslock state.</p>
<p>But it’s still better then a total blank</p>
<p>Download the system tools from Dell Mini 10v Driver Download Page. I’ve given direct <a href="http://support.dell.com/support/downloads/download.aspx?c=us&amp;cs=19&amp;l=en&amp;s=dhs&amp;releaseid=R224551&amp;SystemID=INSPIRON10V&amp;servicetag=&amp;os=W732&amp;osl=en&amp;deviceid=21768&amp;devlib=0&amp;typecnt=0&amp;vercnt=1&amp;catid=-1&amp;impid=-1&amp;formatcnt=1&amp;libid=25&amp;typeid=-1&amp;dateid=-1&amp;formatid=-1&amp;fileid=321154" target="_blank"><strong>link to Dell Caps Lock Application</strong></a> (this URL may changed by Dell in Future or on upgrade)</p>
<p>Once you finish installing this, you can see something has below on hitting the caps lock key.</p>
<p>ON &#8211; <a href="http://codereflect.com/wp-content/uploads/2009/12/image10.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://codereflect.com/wp-content/uploads/2009/12/image_thumb7.png" width="173" height="103" /></a></p>
<p>OFF &#8211; <a href="http://codereflect.com/wp-content/uploads/2009/12/image11.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://codereflect.com/wp-content/uploads/2009/12/image_thumb8.png" width="173" height="110" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://codereflect.com/2009/12/27/how-to-know-the-caps-lock-status-in-dell-mini-10v/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

