<?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>Sreejesh Karunakaran</title>
	<atom:link href="http://sreekarun.net/blogs/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://sreekarun.net/blogs</link>
	<description>My Digital Life, Partly Captured</description>
	<lastBuildDate>Wed, 11 Aug 2010 18:46:46 +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>A very quick and dirty way to create a service from a vbscript file</title>
		<link>http://sreekarun.net/blogs/?p=277</link>
		<comments>http://sreekarun.net/blogs/?p=277#comments</comments>
		<pubDate>Tue, 25 May 2010 18:25:22 +0000</pubDate>
		<dc:creator>Sree</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sreekarun.net/blogs/?p=277</guid>
		<description><![CDATA[Creating service from VB Script 1. Execute the below Command: instsrv.exe  &#8220;MyService&#8221; C:\windows\System32\srvany.exe Note: &#8216;Service Created&#8217; message indicates Service Created Successfully 2. Copy the srvany.exe file from C:\windows\System32 at the same path of your script 3. Open Registry Editor and create a Key &#8220;Parameters&#8221; under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ 4. under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\\Parameters, create the following values AppDirectory REG_SZ [...]]]></description>
			<content:encoded><![CDATA[<p>Creating service from VB Script</p>
<p>1. Execute the below Command:<br />
instsrv.exe  &#8220;MyService&#8221; C:\windows\System32\srvany.exe</p>
<p>Note: &#8216;Service Created&#8217; message indicates Service Created Successfully</p>
<p>2. Copy the srvany.exe file from C:\windows\System32 at the same path of your script</p>
<p>3. Open Registry Editor and create a Key &#8220;Parameters&#8221; under<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\</p>
<p>4. under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\\Parameters, create the following values<br />
AppDirectory REG_SZ &#8220;C:\Current Work\Service\&#8221; &lt; Directory path of your VB Script<br />
Application REG_SZ wscript.exe &lt; u can change to Wscript or cscript&gt;<br />
AppParameters REG_SZ &#8220;C:\Current Work\Service\one.vbs&#8221; &lt; your VB Script Name with path</p>
<p>5. Open Services under Control Panel and select the Service Name which create at Step 1</p>
<p>Click on properties, open Logon Tab and select the Check Box &#8216;Allow Service to Interact with Desktop&#8217;<br />
Click ok on Properties window<br />
Now Start the service.</p>
<p>Note: Whenever you change anything in your script, restart the Service</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://sreekarun.net/blogs/?p=277&title=A+very+quick+and+dirty+way+to+create+a+service+from+a+vbscript+file&srcURL=http://sreekarun.net/blogs" target="_blank" rel="nofollow"><img
src="http://sreekarun.net/blogs/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://sreekarun.net/blogs/?feed=rss2&amp;p=277</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Some Real Cool videos of Mark Russinovich on Windows 7 and Windows 2008 R2 Kernel Changes</title>
		<link>http://sreekarun.net/blogs/?p=274</link>
		<comments>http://sreekarun.net/blogs/?p=274#comments</comments>
		<pubDate>Wed, 19 May 2010 18:40:00 +0000</pubDate>
		<dc:creator>Sree</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://sreekarun.net/blogs/?p=274</guid>
		<description><![CDATA[Must watch videos guys http://microsoftpdc.com/Sessions/P09-20 http://microsoftpdc.com/Sessions/CL29]]></description>
			<content:encoded><![CDATA[<p>Must watch videos guys</p>
<p><a title="http://microsoftpdc.com/Sessions/P09-20" href="http://microsoftpdc.com/Sessions/P09-20" target="_blank">http://microsoftpdc.com/Sessions/P09-20</a></p>
<p><a title="http://microsoftpdc.com/Sessions/CL29" href="http://microsoftpdc.com/Sessions/CL29" target="_blank">http://microsoftpdc.com/Sessions/CL29</a></p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://sreekarun.net/blogs/?p=274&title=Some+Real+Cool+videos+of+Mark+Russinovich+on+Windows+7+and+Windows+2008+R2+Kernel+Changes&srcURL=http://sreekarun.net/blogs" target="_blank" rel="nofollow"><img
src="http://sreekarun.net/blogs/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://sreekarun.net/blogs/?feed=rss2&amp;p=274</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My processor driver is dated 2004.. is there something wrong??</title>
		<link>http://sreekarun.net/blogs/?p=269</link>
		<comments>http://sreekarun.net/blogs/?p=269#comments</comments>
		<pubDate>Tue, 20 Apr 2010 02:27:12 +0000</pubDate>
		<dc:creator>Sree</dc:creator>
				<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://sreekarun.net/blogs/?p=269</guid>
		<description><![CDATA[Sitting alone at coimbatore airport is not fun&#8230;  Next best option.. mess around with the system!! Took a boot time capture of my system using procmon.  Even though it didn&#8217;t make much sense to me initially the following registry key was among those queried very early.. HKLM\System\CurrentControlSet\Control\Class\{50127DC3-0F36-415E-A6CC-4CB3BE910B65} It turned out to be related to the [...]]]></description>
			<content:encoded><![CDATA[<p>Sitting alone at coimbatore airport is not fun&#8230;  Next best option.. mess around with the system!!</p>
<p>Took a boot time capture of my system using <a title="ProcMon" href="http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx" target="_blank">procmon</a>.  Even though it didn&#8217;t make much sense to me initially the following registry key was among those queried very early.. HKLM\System\CurrentControlSet\Control\Class\{50127DC3-0F36-415E-A6CC-4CB3BE910B65}</p>
<p>It turned out to be related to the processor.. with two subkeys named &#8220;1&#8243; and &#8220;2&#8243; which I assume is related to to my two cores of the processor..</p>
<p>All is well till this time.. But I am a bit surprised by the driver date of my processor.. Here is the graphic for you..</p>
<p style="text-align: center;"><a href="http://sreekarun.net/blogs/wp-content/uploads/2010/04/ProcessorReg.jpg"><img class="aligncenter size-full wp-image-270" title="ProcessorReg" src="http://sreekarun.net/blogs/wp-content/uploads/2010/04/ProcessorReg.jpg" alt="" width="672" height="202" /></a></p>
<p>Questions: Why is the driver dated 2004.. was the original driver so stable that it did not need an update ? Or am I missing an update ???</p>
<p>PS: The processor device driver processr.sys also is dated &#8220;August 2004&#8243;</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://sreekarun.net/blogs/?p=269&title=My+processor+driver+is+dated+2004..+is+there+something+wrong??&srcURL=http://sreekarun.net/blogs" target="_blank" rel="nofollow"><img
src="http://sreekarun.net/blogs/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://sreekarun.net/blogs/?feed=rss2&amp;p=269</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A very nice article on code signing best practices</title>
		<link>http://sreekarun.net/blogs/?p=267</link>
		<comments>http://sreekarun.net/blogs/?p=267#comments</comments>
		<pubDate>Wed, 31 Mar 2010 12:07:07 +0000</pubDate>
		<dc:creator>Sree</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sreekarun.net/blogs/?p=267</guid>
		<description><![CDATA[A very nice article on code signing best practices http://www.microsoft.com/whdc/winlogo/drvsign/best_practices.mspx Check it out.]]></description>
			<content:encoded><![CDATA[<p>A very nice article on code signing best practices</p>
<p><a title="Code Signing best practices" href="http://www.microsoft.com/whdc/winlogo/drvsign/best_practices.mspx" target="_blank">http://www.microsoft.com/whdc/winlogo/drvsign/best_practices.mspx</a></p>
<p>Check it out.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://sreekarun.net/blogs/?p=267&title=A+very+nice+article+on+code+signing+best+practices&srcURL=http://sreekarun.net/blogs" target="_blank" rel="nofollow"><img
src="http://sreekarun.net/blogs/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://sreekarun.net/blogs/?feed=rss2&amp;p=267</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A call that made my day&#8230;</title>
		<link>http://sreekarun.net/blogs/?p=261</link>
		<comments>http://sreekarun.net/blogs/?p=261#comments</comments>
		<pubDate>Mon, 29 Mar 2010 22:02:27 +0000</pubDate>
		<dc:creator>Sree</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://sreekarun.net/blogs/?p=261</guid>
		<description><![CDATA[Was a very very busy day.. In fact so busy that I didn&#8217;t even open up my own blog to check if someone commented (for which I eagerly wait) or if there are many online.. ( which I fancy ). Accept it or not guys.. we all are attention seekers.. At least I am..I would [...]]]></description>
			<content:encoded><![CDATA[<p>Was a very very busy day.. In fact so busy that I didn&#8217;t even open up my own blog to check if someone commented (for which I eagerly wait) or if there are many online.. ( which I fancy ). Accept it or not guys.. we all are attention seekers.. At least I am..I would love it to see my blog getting popular.. Alas.. wishes are on one end and the reality is at other.. Yes I do know the kind of attention I could expect with all these craps I write <img src='http://sreekarun.net/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ..</p>
<p>However ( this is a bad habit I have developed of late.. I just cant write &#8220;but&#8221;.. I have this strange feeling that somebody is having an OTS (over the shoulders) view of my screen and screaming &#8220;YOU SHOULDN&#8217;T WRITE &#8220;BUT&#8221;.. &#8221; ) my day was made when I received a call at night 1:30.. Wasn&#8217;t slept.. It was my close friend from Gujrat on the other end.. spoke to him for some time.. and he handed the mobile to the next guy..</p>
<p>He too was in my college..I had lesser interaction with him while I was in college .. Still when ever we met, it wasn&#8217;t less than a good friendship.. We spoke quite a while today.. And I in fact felt good.. It really feels good when some one you haven&#8217;t spoken with for so many years speaks to you.. with the same warmth that was there you met last time.. Years back..</p>
<p>Before he dropped the call he said few things.. and those sweet few words really touched me.. Yes. I felt really good..</p>
<p>&#8221; I keep reading what ever you write. Its just that I don’t comment back&#8221;</p>
<p> Dude !! I am being read.. I am on cloud nine.. <img src='http://sreekarun.net/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Now I want to re-use those sweet little words for all those blogs that I read but just can&#8217;t make it to comment..</p>
<p>&#8220;Its just that I don’t comment on your blogs.. I am reading you.. Line by line..&#8221;</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://sreekarun.net/blogs/?p=261&title=A+call+that+made+my+day&#8230;&srcURL=http://sreekarun.net/blogs" target="_blank" rel="nofollow"><img
src="http://sreekarun.net/blogs/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://sreekarun.net/blogs/?feed=rss2&amp;p=261</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What if Ramayana was on Facebook</title>
		<link>http://sreekarun.net/blogs/?p=254</link>
		<comments>http://sreekarun.net/blogs/?p=254#comments</comments>
		<pubDate>Tue, 23 Mar 2010 07:23:27 +0000</pubDate>
		<dc:creator>Sree</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://sreekarun.net/blogs/?p=254</guid>
		<description><![CDATA[Amrith, my friend, sent me this nice email on Ramayana.. No sure who actually created it.. With permission from Amrith ( even though I didn&#8217;t ask him ) and from the person who created this ( right now I dont know to whom this will be credited ) I am putting it here for you [...]]]></description>
			<content:encoded><![CDATA[<p>Amrith, my friend, sent me this nice email on Ramayana.. No sure who actually created it.. With permission from Amrith ( even though I didn&#8217;t ask him ) and from the person who created this ( right now I dont know to whom this will be credited ) I am putting it here for you guys.. <a href="http://sreekarun.net/blogs/wp-content/uploads/2010/03/ramayana.gif"><img class="aligncenter size-full wp-image-255" title="ramayana" src="http://sreekarun.net/blogs/wp-content/uploads/2010/03/ramayana.gif" alt="" width="686" height="902" /></a><a href="http://sreekarun.net/blogs/wp-content/uploads/2010/03/ramayana2.gif"><img class="aligncenter size-full wp-image-256" title="ramayana2" src="http://sreekarun.net/blogs/wp-content/uploads/2010/03/ramayana2.gif" alt="" width="682" height="1016" /></a><a href="http://sreekarun.net/blogs/wp-content/uploads/2010/03/ramayana3.gif"><img class="aligncenter size-full wp-image-257" title="ramayana3" src="http://sreekarun.net/blogs/wp-content/uploads/2010/03/ramayana3.gif" alt="" width="580" height="843" /></a></p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://sreekarun.net/blogs/?p=254&title=What+if+Ramayana+was+on+Facebook&srcURL=http://sreekarun.net/blogs" target="_blank" rel="nofollow"><img
src="http://sreekarun.net/blogs/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://sreekarun.net/blogs/?feed=rss2&amp;p=254</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nostalgia and loneliness made me write this&#8230;</title>
		<link>http://sreekarun.net/blogs/?p=246</link>
		<comments>http://sreekarun.net/blogs/?p=246#comments</comments>
		<pubDate>Sun, 21 Mar 2010 13:48:02 +0000</pubDate>
		<dc:creator>Sree</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://sreekarun.net/blogs/?p=246</guid>
		<description><![CDATA[Browsing through couple of old photographs brings in a mixed feeling.  You feel happy and a bit gloomy at the same time.. We did visit Muzhappilangad Drive-in beach some time back. It is an amazing place to be.. You can drive right close to the Sea..   On Sundays our local group used to go to [...]]]></description>
			<content:encoded><![CDATA[<p>Browsing through couple of old photographs brings in a mixed feeling.  You feel happy and a bit gloomy at the same time..</p>
<p>We did visit Muzhappilangad Drive-in beach some time back. It is an amazing place to be.. You can drive right close to the Sea..   On Sundays our local group used to go to the beach and play football. All fun..</p>
<p> But when you go with special some one, the picture is different. This  place is absolutely romantic.. And those who want to show some driving heroics can show that off here with out taking much risks..</p>
<div id="attachment_249" class="wp-caption aligncenter" style="width: 310px"><a href="http://sreekarun.net/blogs/wp-content/uploads/2010/03/DSCF1776.jpg"><img class="size-medium wp-image-249" title="Sree N Jisi" src="http://sreekarun.net/blogs/wp-content/uploads/2010/03/DSCF1776-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Muzhappilangad Drive-in Beach.. </p></div>
<p> </p>
<div id="attachment_248" class="wp-caption aligncenter" style="width: 310px"><a href="http://sreekarun.net/blogs/wp-content/uploads/2010/03/DSCF1773.jpg"><img class="size-medium wp-image-248" title="Watching the Sea and the Sun.. " src="http://sreekarun.net/blogs/wp-content/uploads/2010/03/DSCF1773-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Watching the Sea and the setting Sun.. </p></div>
<p>Well, places does not become special just due to the way they look.. They are special coz you have good memories associated.. <img src='http://sreekarun.net/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://sreekarun.net/blogs/?p=246&title=Nostalgia+and+loneliness+made+me+write+this&#8230;&srcURL=http://sreekarun.net/blogs" target="_blank" rel="nofollow"><img
src="http://sreekarun.net/blogs/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://sreekarun.net/blogs/?feed=rss2&amp;p=246</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Climate is changing.. not just in hyderabad.. in kerala too..</title>
		<link>http://sreekarun.net/blogs/?p=240</link>
		<comments>http://sreekarun.net/blogs/?p=240#comments</comments>
		<pubDate>Sat, 20 Mar 2010 18:34:25 +0000</pubDate>
		<dc:creator>Sree</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://sreekarun.net/blogs/?p=240</guid>
		<description><![CDATA[It has been a real  hot day..  As planned, we were to go out for couple of purchases Rejin had to do before his hard earned vacation. We started from our home at around 3:30 and could feel the sun  was just burning above our head.. To top it up, the concrete structures and the [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a real  hot day..  As planned, we were to go out for couple of purchases Rejin had to do before his hard earned vacation.<br />
We started from our home at around 3:30 and could feel the sun  was just burning above our head.. To top it up, the concrete structures and the rocks were eminating the heat they accumulated from morning.. Real burning sensation.. When we reached Vipin&#8217;s home.. we were half fried.. Lift didn&#8217;t work as there was a power cut.. Not a nice scene altogether..</p>
<p>Being a resident of Hyderabad, Andhrapradesh,  people might say still it is expected.. But whats happening in Kerala.. From what I heard from those back home, things aren&#8217;t any better out there.. Kerala is loosing that status of a place with moderate climate swing.. things are getting tougher..</p>
<p>It is not the same Gods Own Country&#8230; Its HOT AND HUMID&#8230;</p>
<p>We need actions now.. Hats off to guys like Shahid (<a title="Shahid's Blog" href="http://insane-joys.blogspot.com/" target="_blank">http://insane-joys.blogspot.com/</a>) .. with initiatives like Chlorophil ( <a title="Chlorophyll" href="http://chlorophyll.org.in/" target="_blank">http://chlorophyll.org.in/</a>) .. It doesn&#8217;t take too much of research now to understand we need now to look back and nurture mother earth.. Else&#8230;&#8230;.</p>
<p>So those who can initiate such stuff.. Join such pro-nature movements.. we are actually helping our younger generations.. We are atleast trying to show a nice gesture back to our mother nature&#8230;</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://sreekarun.net/blogs/?p=240&title=Climate+is+changing..+not+just+in+hyderabad..+in+kerala+too..&srcURL=http://sreekarun.net/blogs" target="_blank" rel="nofollow"><img
src="http://sreekarun.net/blogs/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://sreekarun.net/blogs/?feed=rss2&amp;p=240</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What happens when you think too complex&#8230;</title>
		<link>http://sreekarun.net/blogs/?p=238</link>
		<comments>http://sreekarun.net/blogs/?p=238#comments</comments>
		<pubDate>Fri, 19 Mar 2010 17:45:09 +0000</pubDate>
		<dc:creator>Sree</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://sreekarun.net/blogs/?p=238</guid>
		<description><![CDATA[Being with an escalated support team is fun.. people aren&#8217;t satisfied unless you follow your statement with a root cause.. One ground rule: Things can&#8217;t fail for simple reason.. It has to be something really complex about the failure.. about the behaviour.. However, at times complex thinking proves too expensive. Here is what happened today. [...]]]></description>
			<content:encoded><![CDATA[<p>Being with an escalated support team is fun.. people aren&#8217;t satisfied unless you follow your statement with a<br />
root cause..</p>
<p>One ground rule: Things can&#8217;t fail for simple reason.. It has to be something really complex about the failure.. about the behaviour..</p>
<p>However, at times complex thinking proves too expensive. Here is what happened today.</p>
<p>My team lead started experiencing a very strange issue with his mail client. When ever he forwards an email to any one, it is lost from his inbox view.. He figured out that under an option called &#8220;All Documents&#8221; his mails were safe.. He was concerned so were we..</p>
<p>An immediate quick meeting was called and action items were charted</p>
<ul>
<li>Take the back up of the mail data base</li>
<li>To do that, get an alternate laptop, configure it for back to back connection and dump the data on to it.</li>
<li>Our lotus notes expert wanted to try a &#8220;Design&#8221; replace option to see if any of the &#8220;Templates&#8221; were corrupt. Once the back up was completed, he was  to try that.</li>
</ul>
<p>Backup went fine. We assembled back to discuss the strategy further.</p>
<p>I thought something related to &#8220;Automatic Inbox Cleaning&#8221;  agent was playing the trick. Opened the backend script and tried to see if I could find something interesting..</p>
<p>With my halfcooked knowledge, I have enlightened the whole team about the possibility of an automatic inbox cleaning up happening and why it did not happen on my system and why it didn&#8217;t happen to my lead last week and&#8230;&#8230;.</p>
<p>We took control of the impacted system again.. Asked our lead to test it once again before we were game for the big operation.. Alas.. The issue repeated.. So we called operation mail client &#8220;START&#8221;</p>
<p>Meanwhile, our only sensible team mate ( at least for the moment) decided to hit the &#8220;Insert&#8221; button, which is for marking an email &#8220;read&#8221;. To our surprise, that mail too vanished.</p>
<p>He then took the mouse control&#8230; Selected a small menu on the right hand top corner.. which initially read &#8221; VIEW UNREAD MAILS ONLY&#8221;..</p>
<p>He changed it to &#8220;VIEW ALL MAILS&#8221; and everthing was back to normal..</p>
<p>The whole team was dumb for few moments.. which was followed by uncontrollable laughter..</p>
<p>Sometimes.. it helps if you dont think too complex.. <img src='http://sreekarun.net/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Cheers guys&#8230;</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://sreekarun.net/blogs/?p=238&title=What+happens+when+you+think+too+complex&#8230;&srcURL=http://sreekarun.net/blogs" target="_blank" rel="nofollow"><img
src="http://sreekarun.net/blogs/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://sreekarun.net/blogs/?feed=rss2&amp;p=238</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>I have pasted the below sticker on my old home door( sreekarun.livejournal.net)</title>
		<link>http://sreekarun.net/blogs/?p=236</link>
		<comments>http://sreekarun.net/blogs/?p=236#comments</comments>
		<pubDate>Fri, 19 Mar 2010 07:43:22 +0000</pubDate>
		<dc:creator>Sree</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://sreekarun.net/blogs/?p=236</guid>
		<description><![CDATA[It goes like this.. ( http://sreekarun.livejournal.com/14672.html ) &#8220;Yes. I found a new place to write online.. The decision to move over to a new place does not mean I was feeling restricted with free online journals and publishing tools. But I always wanted to know first hand on how to set up a website.. What [...]]]></description>
			<content:encoded><![CDATA[<p>It goes like this..<br />
( http://sreekarun.livejournal.com/14672.html )</p>
<p>&#8220;Yes. I found a new place to write online.. <img src='http://sreekarun.net/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The decision to move over to a new place does not mean I was feeling restricted with free online journals and publishing tools. But I always wanted to know first hand on how to set up a website.. What is like owning one.. and what goes behind setting up a site..</p>
<p>I knew I need to register a domain and then would need some web space to launch it.. Google helped me find a list of providers from which I zeroed in to Znetindia.com.  There may be other providers equally or more competative, didn&#8217;t want to do that extend of research anyway..</p>
<p>They allowed me to register my site sreekarun.net for around 450 Rs an year.. That was one part of it.. To host my site, I started looking for options and they were offering linux based solutions and windows based solutions.. PHP + Mysql attracted me than ASP.. Hence decided with the linux version and paid around 1000 Rs for 6 months hosting charges.. </p>
<p>The control panel interface that znetindia has is awsome. Hardly did I talk to their tech experts. setting up things were a cake walk with tools provided in the control panel interface..</p>
<p>Next question was what to put in there.. Did some research on the available components and faced with terms like  bulletin board softwares&#8230; Content Management Softwares and blogging softwares.. </p>
<p>The look and feel of Mambo CMS attracted me initially.. played around with it and finally managed to get a site up under the tag portal.sreekarun.net.. I did write some articles in Live journals back in 2009 and this year too. rewriting them or individually porting them sounded painful.. CMS had lot options and some time felt too many&#8230; Moreover I couldn&#8217;t find a way to add a comment option for my articles and manage them&#8230;</p>
<p>I Sat back and though for a while. I realized most of the things that I want to publish are blog like artcles. So decided to try the blogging software, wordpress..</p>
<p>WordPress impressed me.. Lot of themes. Widgets.. configuration options .. You may even configure it as a CMS. So sticked to it.. Wrote a small php to redirect all traffic to http://sreekarun.net to http://sreekarun.net/blogs</p>
<p>Having tried many themes in WordPress I am now using F2. One more great thing that made my life sweet is the import functionality.. it allowed me to import all my livejournal posts along with comments to my wordpress blog.. Great isn&#8217;t it..</p>
<p>I have added couple of widgets like a clock and word of the day.. it all works well.. </p>
<p>I think I am happy with the move over.. Atlest till the time znetindia send me a reminder email mentioning my hosting expiry date..</p>
<p> <img src='http://sreekarun.net/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> &#8221;</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://sreekarun.net/blogs/?p=236&title=I+have+pasted+the+below+sticker+on+my+old+home+door(+sreekarun.livejournal.net)&srcURL=http://sreekarun.net/blogs" target="_blank" rel="nofollow"><img
src="http://sreekarun.net/blogs/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://sreekarun.net/blogs/?feed=rss2&amp;p=236</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A quick and dirty way to run a command prompt under system context</title>
		<link>http://sreekarun.net/blogs/?p=232</link>
		<comments>http://sreekarun.net/blogs/?p=232#comments</comments>
		<pubDate>Thu, 18 Mar 2010 15:22:42 +0000</pubDate>
		<dc:creator>Sree</dc:creator>
				<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://sreekarun.net/blogs/?p=232</guid>
		<description><![CDATA[A quick and dirty way to run a command prompt under system context Pre-requisite: you must have administrator previlege Open up a command prompt and create a scheduled task using at command.. c:\> at &#8220;14:01&#8243; /interactive &#8220;cmd.exe&#8221; this would start a new shell at 14:01.. dont forget to change the time as per your requiremnt [...]]]></description>
			<content:encoded><![CDATA[<p>A quick and dirty way to run a command prompt under system context</p>
<p>Pre-requisite: you must have administrator previlege</p>
<p>Open up a command prompt and create a scheduled task using at command..</p>
<p>c:\> at &#8220;14:01&#8243; /interactive &#8220;cmd.exe&#8221;</p>
<p>this would start a new shell at 14:01.. dont forget to change the time as per your requiremnt when you try this.. </p>
<p>What would you want to do once you get access to this shell.. Well  system account is the most powerful account on your system.. Yes.. more than you &#8220;Administrator&#8221; account.. </p>
<p>Have fun guys..</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://sreekarun.net/blogs/?p=232&title=A+quick+and+dirty+way+to+run+a+command+prompt+under+system+context&srcURL=http://sreekarun.net/blogs" target="_blank" rel="nofollow"><img
src="http://sreekarun.net/blogs/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://sreekarun.net/blogs/?feed=rss2&amp;p=232</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Something about ADS</title>
		<link>http://sreekarun.net/blogs/?p=229</link>
		<comments>http://sreekarun.net/blogs/?p=229#comments</comments>
		<pubDate>Wed, 17 Mar 2010 10:15:51 +0000</pubDate>
		<dc:creator>Sree</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://sreekarun.net/blogs/?p=229</guid>
		<description><![CDATA[Windows Alternate Data Streams is one thing you would like to explore.. A nice article in beeping computers explains it well. www.bleepingcomputer.com/tutorials/tutorial25.html The command line option to start the embedded exe is not working for Win7 though.. May be something changed ???]]></description>
			<content:encoded><![CDATA[<p>Windows Alternate Data Streams is one thing you would like to explore.. A nice article in beeping computers explains it well.</p>
<p><a href="http://www.bleepingcomputer.com/tutorials/tutorial25.html" target="_blank">www.bleepingcomputer.com/tutorials/tutorial25.html</a></p>
<p>The command line option to start the embedded exe is not working for Win7 though.. May be something changed ???</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://sreekarun.net/blogs/?p=229&title=Something+about+ADS&srcURL=http://sreekarun.net/blogs" target="_blank" rel="nofollow"><img
src="http://sreekarun.net/blogs/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://sreekarun.net/blogs/?feed=rss2&amp;p=229</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hey.. This is new in Win 7 &#8211; Attaching vdisk</title>
		<link>http://sreekarun.net/blogs/?p=225</link>
		<comments>http://sreekarun.net/blogs/?p=225#comments</comments>
		<pubDate>Sat, 27 Feb 2010 12:47:10 +0000</pubDate>
		<dc:creator>Sree</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Win7]]></category>

		<guid isPermaLink="false">http://sreekarun.net/blogs/?p=225</guid>
		<description><![CDATA[Win7 supports attaching vdisks and manipulating it natively. So next time you have a .vhd file with you, you might want to try if you can attach that using diskpart.. And yes. The diskpart.exe now supports a new create option.. Create vdisk Have fun guys..]]></description>
			<content:encoded><![CDATA[<p>Win7 supports attaching vdisks and manipulating it natively.</p>
<p>So next time you have a .vhd file with you, you might want to try if you can attach that using diskpart.. And yes. The diskpart.exe now supports a new create option..</p>
<p>Create vdisk</p>
<p>Have fun guys.. </p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://sreekarun.net/blogs/?p=225&title=Hey..+This+is+new+in+Win+7+&#8211;+Attaching+vdisk&srcURL=http://sreekarun.net/blogs" target="_blank" rel="nofollow"><img
src="http://sreekarun.net/blogs/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://sreekarun.net/blogs/?feed=rss2&amp;p=225</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A cmd ping sweeper demo.. I am testing flash blogging too..</title>
		<link>http://sreekarun.net/blogs/?p=212</link>
		<comments>http://sreekarun.net/blogs/?p=212#comments</comments>
		<pubDate>Fri, 26 Feb 2010 20:16:14 +0000</pubDate>
		<dc:creator>Sree</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://sreekarun.net/blogs/?p=212</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://sreekarun.net/blogs/wp-content/uploads/2010/02/ping-demo.swf" /><param name="align" value="top" /><embed type="application/x-shockwave-flash" width="808" height="455" src="http://sreekarun.net/blogs/wp-content/uploads/2010/02/ping-demo.swf" align="top"></embed></object></p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://sreekarun.net/blogs/?p=212&title=A+cmd+ping+sweeper+demo..+I+am+testing+flash+blogging+too..&srcURL=http://sreekarun.net/blogs" target="_blank" rel="nofollow"><img
src="http://sreekarun.net/blogs/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://sreekarun.net/blogs/?feed=rss2&amp;p=212</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who is hogging My CPU:IE &amp; SVCHOST acting for akamai ( Adobe download manager)</title>
		<link>http://sreekarun.net/blogs/?p=166</link>
		<comments>http://sreekarun.net/blogs/?p=166#comments</comments>
		<pubDate>Tue, 29 Dec 2009 20:53:00 +0000</pubDate>
		<dc:creator>Sree</dc:creator>
				<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://sreekarun.net/blogs/2009/12/30/who-is-hogging-the-cpuie-svchost-acting-for-akamai-adobe-download-manager/</guid>
		<description><![CDATA[To find a change from  investigating client issues, today I decided to spend some time with my vista system analyzing its performance.. Thought of clearing the %temp% first.. Lot of active .tmp files where present.. That means.. I couldn&#8217;t delete them..  Got curious about this and decided to investigate it further.. Fired up Process Explorer [...]]]></description>
			<content:encoded><![CDATA[<p>To find a change from  investigating client issues, today I decided to spend some time with my vista system analyzing its performance..</p>
<p>Thought of clearing the %temp% first.. Lot of active .tmp files where present.. That means.. I couldn&#8217;t delete them..  Got curious about this and decided to investigate it further.. Fired up Process Explorer and Searched for .tmp file in the &#8220;Find Handle&#8221; option. To my great surprise, all those files were held up by Internet Explorer. I use IE8 on Vista..</p>
<p>I have lots of RSS feeds saved, so suspecting something related to that, decided to review the Feed reader configuration.. Dumb me.. It was accidently configured as 15 mts sync. with my 50+ feeds.. sycning every 15mts.. Now I know why sometimes my system was behaving really odd..</p>
<p>But that didn&#8217;t answer the .TMP file question.. closed down all IE Windows.. and the files went off..Fired IE windows.. those files came up..<br />
With each tab there were around 4 to 5 new .tmp files created.. So its not just the temporary internet files that IE uses for caching.. It uses<br />
%temp%. Finding out the exact details of this behavior has been stored as a low priority item in my to do list..</p>
<p>I decided to move on.. Playing around with process explorer.. One application was taking so much of private bytes.. the process name was searchindexer.exe hosted as a service &#8221; Windows Search&#8221;. So its the indexing service that is using some resources for searches that I rarely do.. Not a recommendation.. I decided to turn off the service for some days to monitor. The result is very evident..</p>
<p>The next biggest consumer was SVCHOST.EXE a poor generic service host who has to take blame of all the services it hosts.. Windows decided to go ahead with this multihost model to conserve resources..</p>
<p>But this time I am surprised, really really surprised..  As much as I read till this time, SVCHOST Can not be used by third parties to host their application..</p>
<p>And here is one Akmai Download Manager, which I installed to download an Adobe product ( Akmai is Adobe&#8217;s download manager ) using SVCHOST to serve him..  On top of it, there were large context switches happening..</p>
<p><a href="http://pics.livejournal.com/sreekarun/pic/00018xck/"><img style="width: 363px; height: 354px;" src="http://pics.livejournal.com/sreekarun/pic/00018xck/s320x240" border="0" alt="" /></a></p>
<p>There weren&#8217;t any  download happening at that time. So for sure the application was mis behaving.. There was an unistaller in the product folder using which I uninstalled the product.. I should say the system is much better now..</p>
<p>20 mts of small investigation using Process Explorer.. The system is back on feet.. but opened up a pandora&#8217;s box full of questions to be answered&#8230;</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://sreekarun.net/blogs/?p=166&title=Who+is+hogging+My+CPU:IE+&#038;+SVCHOST+acting+for+akamai+(+Adobe+download+manager)&srcURL=http://sreekarun.net/blogs" target="_blank" rel="nofollow"><img
src="http://sreekarun.net/blogs/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://sreekarun.net/blogs/?feed=rss2&amp;p=166</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling extended logging for Windows Update Agent Service</title>
		<link>http://sreekarun.net/blogs/?p=165</link>
		<comments>http://sreekarun.net/blogs/?p=165#comments</comments>
		<pubDate>Tue, 29 Dec 2009 17:24:00 +0000</pubDate>
		<dc:creator>Sree</dc:creator>
				<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://sreekarun.net/blogs/2009/12/29/enabling-extended-logging-for-windows-update-agent-service/</guid>
		<description><![CDATA[The Windows Update Agent Service ( wuauserv ) is responsible for keeping the system updated by scanning the system for missing updates and installing those if properly configured to do so.. WSUS and the Windows Update Site uses this client agent to accomplish tasks.. If you are aware of MBSA, which is a Microsoft Tool [...]]]></description>
			<content:encoded><![CDATA[<p>The Windows Update Agent Service ( wuauserv ) is responsible for keeping the system updated by scanning the system for missing updates and installing those if properly configured to do so..</p>
<p>WSUS and the Windows Update Site uses this client agent to accomplish tasks.. If you are aware of MBSA, which is a Microsoft Tool to asses your system security compliance level, also uses the windows update agent for scanning. Additionally if you have any custom application which uses windows update APIs to perform scan / installation of updates also uses the same service..</p>
<p>Pretty critical eh.. It leaves behind a log file.. which is very difficult to decrypt for fresh eyes.. Even then some times the logged information proves insufficient to identifiy some issues..That is when you should be considering the extended logging option of Windows Update Agent.</p>
<p>How to do that ?</p>
<div class="indent" jquery1262106845178="106">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Trace<br />Value name: Flags<br />Value type: REG_DWORD<br />Value data: 00000007</p>
<p>Value name: Level<br />Value type: REG_DWORD<br />Value data: 00000004</div>
<p>This registry key turns on an extended tracing to the %systemroot%\Windowsupdate.log file. Additionally, this registry key turns on an extended tracing to any attached debuggers. </p>
<p>Refer to the MS Documentation for additional details. <a href="http://support.microsoft.com/kb/902093">http://support.microsoft.com/kb/902093</a></p>
<p>P.S. : While investigating a very peculiar MBSA Scan issue ( offline scan wouldn&#8217;t work if network cable is disconnected.. Then why shoud it be called an offline scan right ? ). Once the extended scanning was enabled, it gave some references to the ipV6 interface not being up and stuff.. </p>
<p>In windows xp, the ipV6 stack can be installed or removed easily by </p>
<p>c:\&gt;ipv6 install</p>
<p>and </p>
<p>C:\&gt; ipv6 uninstall</p>
<p>The system that gave issue did not have the ipv6 stack enabled. Taking clues from the log file, I enabled it and scan started working. .Not happy yet as I am yet to reach to the root cause.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://sreekarun.net/blogs/?p=165&title=Enabling+extended+logging+for+Windows+Update+Agent+Service&srcURL=http://sreekarun.net/blogs" target="_blank" rel="nofollow"><img
src="http://sreekarun.net/blogs/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://sreekarun.net/blogs/?feed=rss2&amp;p=165</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big Surprise! Where did the /etc/inittab file go ???</title>
		<link>http://sreekarun.net/blogs/?p=164</link>
		<comments>http://sreekarun.net/blogs/?p=164#comments</comments>
		<pubDate>Tue, 29 Dec 2009 08:19:00 +0000</pubDate>
		<dc:creator>Sree</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://sreekarun.net/blogs/2009/12/29/big-surprise-where-did-the-etcinittab-file-go/</guid>
		<description><![CDATA[This is what happens when you switch technologies.. Its like going back to your old mate with out knowing what happened while you were away.. One file that my seniors/ Unix gurus @HCL adviced me to be very careful with is /etc/inittab while teaching me the ABC&#8217;s of SCO Unix and Linux.. They said.. It [...]]]></description>
			<content:encoded><![CDATA[<p>This is what happens when you switch technologies..</p>
<p>Its like going back to your old mate with out knowing what happened while you were away..</p>
<p>One file that my seniors/ Unix gurus @HCL adviced me to be very careful with is /etc/inittab while teaching me the ABC&#8217;s of SCO Unix and Linux.. They said..</p>
<p>It is Systems Configuration Database.<br />
The system (init process ) reads configuration from this file.<br />
If this file is corrupt you are <strong>GONE.</strong></p>
<p>I do respect my seniors and gurus.. I always used to take back up of those files before editing / changing them..</p>
<p>Time moved on.. My new role is purely a windows based role.. Since I knew nothing in windows, I had to put in lot of efforts to learn some thing about the OS.. Result, I had to leave my long time buddy, linux..</p>
<p>Old habits die hard.. When I got some spare time, I decided to install the latest Ubuntu version and try out my memory.. type couple of ls, clear commands.. <img src='http://sreekarun.net/blogs/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .. seeing the black screen I got nostalgic and missed the &#8220;vi&#8221; badly.. And how can I forget the /etc/inittab file.. Alas !! the file was not present..<br />
I was pretty sure.. I am out now.. I knew a bit of linux&#8230; no longer true..</p>
<p><strong>UPSTART</strong> he has taken my <strong>init </strong>away..</p>
<p>&#8220;Upstart is an event-based replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running. &#8221;</p>
<p><strong>Feature Highlights</strong></p>
<ul>
<li>Tasks and Services are started and stopped by events</li>
<li>Events are generated as tasks and services are started and stopped</li>
<li>Events may be received from any other process on the system</li>
<li>Services may be respawned if they die unexpectedly</li>
<li>Supervision and respawning of daemons which separate from their parent process</li>
</ul>
<p>Communication with the init daemon over D-Bus</p>
<p>Known Users</p>
<ul>
<li><a href="http://www.ubuntu.com/"><span style="color: #000000;">Ubuntu</span></a> 6.10 and later</li>
<li><a href="http://fedoraproject.org/"><span style="color: #000000;">Fedora</span></a> 9 and later</li>
<li><a href="http://www.debian.org/"><span style="color: #000000;">Debian</span></a> (as an option)</li>
<li>Nokia&#8217;s <a href="http://maemo.org/"><span style="color: #000000;">Maemo</span></a> platform</li>
<li>Palm&#8217;s WebOS</li>
<li>Google&#8217;s Chrome OS</li>
</ul>
<p><a href="http://upstart.ubuntu.com/"><span style="color: #000000;">http://upstart.ubuntu.com/</span></a></p>
<p>Atleast now I will ask my friend who call me up still to find out if there are any linux residue left about the distribution they are using before asking them to edit the /etc/inittab..</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://sreekarun.net/blogs/?p=164&title=Big+Surprise!+Where+did+the+/etc/inittab+file+go+???&srcURL=http://sreekarun.net/blogs" target="_blank" rel="nofollow"><img
src="http://sreekarun.net/blogs/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://sreekarun.net/blogs/?feed=rss2&amp;p=164</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Task Manager &#8220;Mem Usage&#8221; and VM Size column</title>
		<link>http://sreekarun.net/blogs/?p=163</link>
		<comments>http://sreekarun.net/blogs/?p=163#comments</comments>
		<pubDate>Mon, 28 Dec 2009 19:15:00 +0000</pubDate>
		<dc:creator>Sree</dc:creator>
				<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://sreekarun.net/blogs/2009/12/29/windows-task-manager-mem-usage-and-vm-size-column/</guid>
		<description><![CDATA[A quick post You know how to bring up the task manager.. ( refer http://sreekarun.livejournal.com/7267.html&#160;)&#160; As mentioned in the blog, the Mem Usage gives you only the figure of amount of physical memory used or the working set. The VM Size gives you the private bytes; The amount of virtual memory, or address space, committed [...]]]></description>
			<content:encoded><![CDATA[<p>A quick post <img src='http://sreekarun.net/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>You know how to bring up the task manager.. ( refer <a href="http://sreekarun.livejournal.com/7267.html">http://sreekarun.livejournal.com/7267.html</a>&nbsp;)&nbsp; </p>
<p>As mentioned in the blog, the <strong>Mem Usage </strong>gives you only the figure of amount of physical memory used or the working set.</p>
<p>The <strong>VM Size</strong> gives you the private bytes; The amount of virtual memory, or address space, committed to a process</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://sreekarun.net/blogs/?p=163&title=Windows+Task+Manager+&#8220;Mem+Usage&#8221;+and+VM+Size+column&srcURL=http://sreekarun.net/blogs" target="_blank" rel="nofollow"><img
src="http://sreekarun.net/blogs/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://sreekarun.net/blogs/?feed=rss2&amp;p=163</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lets learn Windbg: the !cpuid extension</title>
		<link>http://sreekarun.net/blogs/?p=162</link>
		<comments>http://sreekarun.net/blogs/?p=162#comments</comments>
		<pubDate>Fri, 18 Dec 2009 22:04:00 +0000</pubDate>
		<dc:creator>Sree</dc:creator>
				<category><![CDATA[debugging]]></category>

		<guid isPermaLink="false">http://sreekarun.net/blogs/2009/12/19/lets-learn-windbg-the-cpuid-extension/</guid>
		<description><![CDATA[Its an effort to learn and document windbg extensions.. So here is the first one !cpuid lkd&#62; !cpuid CP&#160; F/M/S&#160; Manufacturer&#160;&#160;&#160;&#160; MHz&#160;&#160;0&#160; 6,23,6&#160; GenuineIntel&#160;&#160;&#160; 2394&#160;&#160;1&#160; 6,23,6&#160; GenuineIntel&#160;&#160;&#160; 2393 the first lkd&#62; means the current debug session is a local kernal debugging. How do we do that ? Open Windgb; Select File -&#62; Kernal Debug and [...]]]></description>
			<content:encoded><![CDATA[<p>Its an effort to learn and document windbg extensions.. </p>
<p>So here is the first one <strong>!cpuid </p>
<p>lkd&gt; !cpuid </p>
<p>CP&nbsp; F/M/S&nbsp; Manufacturer&nbsp;&nbsp;&nbsp;&nbsp; MHz&nbsp;&nbsp;<br />0&nbsp; 6,23,6&nbsp; GenuineIntel&nbsp;&nbsp;&nbsp; 2394&nbsp;&nbsp;<br />1&nbsp; 6,23,6&nbsp; GenuineIntel&nbsp;&nbsp;&nbsp; 2393 </p>
<p></strong>the first lkd&gt; means the current debug session is a local kernal debugging. How do we do that ? Open Windgb; Select File -&gt; Kernal Debug and select local.&nbsp;</p>
<p>Well I have seen this doesnt work with Vista normally. And as you can see, other options are remote kernal debugging which include COM, 1394, USB 2.0&nbsp; and ET ( yes you can do it over TCP/IP&nbsp;as well&nbsp;)
<p><a href="http://pics.livejournal.com/sreekarun/pic/00015wfc/"><img border="0" alt="" align="middle" width="288" height="240" src="http://pics.livejournal.com/sreekarun/pic/00015wfc/s320x240" /></a></p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://sreekarun.net/blogs/?p=162&title=Lets+learn+Windbg:+the+!cpuid+extension&srcURL=http://sreekarun.net/blogs" target="_blank" rel="nofollow"><img
src="http://sreekarun.net/blogs/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://sreekarun.net/blogs/?feed=rss2&amp;p=162</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A small lesson on VbScript &#8211; Learned the hard way</title>
		<link>http://sreekarun.net/blogs/?p=160</link>
		<comments>http://sreekarun.net/blogs/?p=160#comments</comments>
		<pubDate>Thu, 24 Sep 2009 17:38:00 +0000</pubDate>
		<dc:creator>Sree</dc:creator>
				<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://sreekarun.net/blogs/2009/09/24/a-small-lesson-on-vbscript-learned-the-hard-way/</guid>
		<description><![CDATA[Today, we were required to write a script to gather some information from Windows client systems.&#160; The script seemed to work fine till the &#34;Quality Control&#34; ghost took control.. Obviously..it was me who suggested this catastrophic idea of having &#34;error handling&#34; mechanism. VbScript,&#160; by defaul throws any error during execution as run time error.. This [...]]]></description>
			<content:encoded><![CDATA[<p>Today, we were required to write a script to gather some information from Windows client systems.&nbsp; The script seemed to work fine till the &quot;Quality Control&quot; ghost took control.. Obviously..it was me who suggested this catastrophic idea of having &quot;error handling&quot; mechanism.</p>
<p>VbScript,&nbsp; by defaul throws any error during execution as run time error.. This is a controllable behaviour though.. </p>
<p>The two important statements are</p>
<p>On Error Resume Next</p>
<p>On Error Goto 0</p>
<p>The first one enables the error handling mechanism.. ie you will not be getting run time errors as earlier.. So you need to handle it manually..</p>
<p>And the second one disables error handling mechanisms.. any code error = run time error..</p>
<p>Now how to work with error handling </p>
<p>Err.Number will give you the error number.. and more down here</p>
<p>On Error Resume Next<br />strComputer = &quot;fictional&quot;<br />Set objWMIService = GetObject(&quot;winmgmts:\\&quot; &amp; strComputer)<br />If Err.Number &lt;&gt; 0 Then<br />&nbsp;&nbsp;&nbsp; <strong>WScript.Echo &quot;Error: &quot; &amp; Err.Number<br />&nbsp;&nbsp;&nbsp; WScript.Echo &quot;Error (Hex): &quot; &amp; Hex(Err.Number)<br />&nbsp;&nbsp;&nbsp; WScript.Echo &quot;Source: &quot; &amp;&nbsp; Err.Source<br />&nbsp;&nbsp;&nbsp; WScript.Echo &quot;Description: &quot; &amp;&nbsp; Err.Description<br />&nbsp;&nbsp;&nbsp; Err.Clear<br /></strong>End If</p>
<p><a href="http://www.microsoft.com/technet/scriptcenter/resources/scriptshop/shop1205.mspx#EMC">http://www.microsoft.com/technet/scriptcenter/resources/scriptshop/shop1205.mspx#EMC</a></p>
<p>All that theory is just fine.. However, the script which has grown to around 600+ lines made us go mad.. One specific module&nbsp;to modify&nbsp; a registry&nbsp;hive&nbsp;wont work..</p>
<p>And finally we found where we went wrong..</p>
<p><span style="color: #33cccc">&quot;An <b>On Error Resume Next </b>statement becomes inactive when another procedure is called, so you should execute an <b>On Error Resume Next</b> statement in each called routine if you want inline error handling within that routine.&quot;<br /></span><br /><a href="http://msdn.microsoft.com/en-us/library/aa266173(VS.60).aspx">http://msdn.microsoft.com/en-us/library/aa266173(VS.60).aspx</a></p>
<p>&nbsp;</p>
<p>We had around 5 to 6 functions in the script. We added the &quot;On Error Resume Next&quot; stuff on all those and we were back on track after that.. A lesson learned in the hardway.. Long live the VbScript Error Handling.</p>
<p>Cheers !!</p>
<p>Sree</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://sreekarun.net/blogs/?p=160&title=A+small+lesson+on+VbScript+&#8211;+Learned+the+hard+way&srcURL=http://sreekarun.net/blogs" target="_blank" rel="nofollow"><img
src="http://sreekarun.net/blogs/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://sreekarun.net/blogs/?feed=rss2&amp;p=160</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
