<?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>Waikhom.com &#187; Windows</title>
	<atom:link href="http://www.waikhom.com/cat/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://www.waikhom.com</link>
	<description>Gadgets, Plugins, PC tools and utilities</description>
	<lastBuildDate>Sat, 14 Jan 2012 07:17:05 +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>How to prevent/disable javascript error popups in internet explorer while running Selenium tests?</title>
		<link>http://www.waikhom.com/how-to-preventdisable-javascript-error-popups-in-internet-explorer-while-running-selenium-tests</link>
		<comments>http://www.waikhom.com/how-to-preventdisable-javascript-error-popups-in-internet-explorer-while-running-selenium-tests#comments</comments>
		<pubDate>Fri, 06 Jan 2012 18:23:50 +0000</pubDate>
		<dc:creator>Waikhom</dc:creator>
				<category><![CDATA[Computers/Internet]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">http://www.waikhom.com/?p=1204</guid>
		<description><![CDATA[Today, I was trying to run some selenium tests on Internet Explorer 8 and got another “This is why I hate Internet explorer” problem. All the selenium tests work fine in Firefox but as soon as I started running them in Internet Explorer, lots of javascript error popups started coming up. The popups were blocking [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I was trying to run some selenium tests on Internet Explorer 8 and got another “This is why I hate Internet explorer” problem. All the selenium tests work fine in Firefox but as soon as I started running them in Internet Explorer, lots of javascript error popups started coming up. The popups were blocking the selenium tests and there was no way I could prevent those popups. In fact, this trivial problem blocked me for a day and was driving me crazy. And when I got through it at last, I thought what the fuck? I won’t let this stupid thing waste someone else’s time again. That’s why I’m writing this post so that you don’t get stuck like me again.<br />
<a href="http://www.waikhom.com/wp-content/uploads/2012/01/IE8ScriptDebuggingError.png"><img class="alignright size-full wp-image-1205" title="IE8ScriptDebuggingError" src="http://www.waikhom.com/wp-content/uploads/2012/01/IE8ScriptDebuggingError.png" alt="" width="442" height="292" /></a><br />
Well, it started with me migrating my selenium tests to webdriver. I had to migrate to webdriver (selenium 2.x) from selenium 1.x because file upload doesn’t seem to work properly (again in Internet explorer) with selenium 1. That leads me to another post – <a href="http://www.waikhom.com/how-to-automate-file-upload-in-internet-explorer-using-selenium">How to automate file upload in Internet explorer using selenium?</a> But that’s another day. For now, let’s focus on preventing those javascript error popups.</p>
<h3>How to prevent/disable javascript error popups in internet explorer?</h3>
<p>It seems there are lots of information out there in Google on how to prevent / disable javascript error popups but none of them really worked for me. Some of them are simple settings change in IE but for some reason, all those instructions didn’t help me in any way. But finally, I got this worked when I reset the IE Settings. So, here we go all the steps I followed in order to disable those freaky javascript popups.</p>
<ol>
<li><a href="http://www.waikhom.com/wp-content/uploads/2012/01/IEDisableScriptErrors.png"><img class="alignright size-full wp-image-1206" title="IEDisableScriptErrors" src="http://www.waikhom.com/wp-content/uploads/2012/01/IEDisableScriptErrors.png" alt="" width="423" height="570" /></a>Disable script debugging – I tried disabling the script debugging option with no use. Well, if you want to, you can disable script debugging by opening Internet Explorer -&gt; Tools-&gt;Internet Options -&gt; Advanced and checking the “disable script debugging” option there.</li>
<li>Disable JavaScript error notification (both manually &amp; using Microsoft fixit) – I tried this too but in vain. You can disable the error notifications by going to Tools-&gt;Internet Options -&gt; Advanced and unchecking the “Display a notification about every script error” option. Or if your don’t want to do it manually, you can use the Microsoft fixit wizard available at <a href="http://support.microsoft.com/kb/822521">http://support.microsoft.com/kb/822521</a> or follow the manual steps there</li>
<li>Reset IE Settings – This was the last resort and it did solve the problem. The downside is that all IE settings are lost and you might not want it. But as I said, if the above steps didn’t work and you are ready to lose your IE settings, you can reset the IE settings to disable/prevent those crazy javascript errors. Well, you can find more info on the resetting procedure at <a href="http://support.microsoft.com/kb/923737/ln">http://support.microsoft.com/kb/923737/ln</a>.</li>
</ol>
<p>Well, with these steps, I was able to get rid of those annoying popups. If you are facing this issue, try these out and let me know the results.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.waikhom.com/how-to-preventdisable-javascript-error-popups-in-internet-explorer-while-running-selenium-tests/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Compaq Presario Laptop Drivers</title>
		<link>http://www.waikhom.com/compaq-presario-laptop-drivers</link>
		<comments>http://www.waikhom.com/compaq-presario-laptop-drivers#comments</comments>
		<pubDate>Mon, 08 Dec 2008 10:19:25 +0000</pubDate>
		<dc:creator>Waikhom</dc:creator>
				<category><![CDATA[Computers/Internet]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[compaq drivers]]></category>
		<category><![CDATA[hp compaq presario laptops]]></category>
		<category><![CDATA[vista drivers]]></category>
		<guid isPermaLink="false">http://waikhom.com/?p=745</guid>
		<description><![CDATA[From the comments from my readers, it seems many people are having problems finding drivers for their Compaq Presario Laptops. Considering this problem, I’ve finally decided to write up a post on drivers for Compaq Presario laptops. Finding the drivers for Compaq laptops is certainly a problem for most of the customers. I myself had [...]]]></description>
			<content:encoded><![CDATA[<p>From the comments from my readers, it seems many people are having problems finding drivers for their Compaq Presario Laptops. Considering this problem, I’ve finally decided to write up a post on drivers for Compaq Presario laptops. Finding the drivers for Compaq laptops is certainly a problem for most of the customers. I myself had faced this problem once but a after a little digging up, I found a way to find the drivers. And here I am &#8211; sharing that technique with you.<span id="more-745"></span></p>
<h2>How to find the driver for your Compaq Presario laptop drivers?</h2>
<p>Just follow the following steps to download the drivers for your Compaq Presario laptop:</p>
<ol>
<li>Go to <a rel="nofollow" href="http://www.hp.com" target="_blank">www.hp.com</a>.</li>
<li>In the countries list, click the link to your country. (If your country is not in the list, click the link to find United States –English).</li>
<li>In the new page, click the link “Software and Driver Downloads”.<a href="http://waikhom.com/wp-content/uploads/2008/12/hp_country_page.jpg"><img class="alignnone size-medium wp-image-746" title="HP software and driver dowloads" src="http://waikhom.com/wp-content/uploads/2008/12/hp_country_page.jpg" alt="" width="560" /></a></li>
<li>Enter your MODEL NUMBER (product number) in the box for product name/number. E.g. Compaq CQ45 112au. Click the button with “» »” sign or press ENTER.<a href="http://waikhom.com/wp-content/uploads/2008/12/hp_software_drivers_page.jpg"><img class="alignnone size-medium wp-image-748" title="HP software and driver dowloads" src="http://waikhom.com/wp-content/uploads/2008/12/hp_software_drivers_page-600x274.jpg" alt="" width="560" /></a></li>
<li>In the new page with title “Select your operating System”, click the link to your operating system from the list. (If your operating system is not listed, HP does not currently have software or driver downloads available for your product for that operating system, or they are not available in the language you have chosen. To look for a driver in another language, change the software/driver language by clicking the &#8220;Change your software/driver language:&#8221; link on this page to see what drivers are available for your operating system.)</li>
<li>The new page will contain all the drivers for your laptop and the operating system you chose. Click each link and you can download the drivers one by one.</li>
<h2>Still can’t find the drivers for your Compaq Presario laptop</h2>
<p>If you are still unable to find the drivers for your laptop after following the above steps, you can <a title="Click here to contact HP Customer Service" rel="nofollow" href="http://welcome.hp.com/country/us/en/contact_us.html" target="_blank">contact hp customer service</a> or post your model number in the comments box below. I may be able to help you unless your laptop is a &#8220;HP doesn&#8217;t have support for this product&#8221;. <img src='http://www.waikhom.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </ol>
]]></content:encoded>
			<wfw:commentRss>http://www.waikhom.com/compaq-presario-laptop-drivers/feed</wfw:commentRss>
		<slash:comments>411</slash:comments>
		</item>
		<item>
		<title>How to block orkut in windows XP or Vista using Hosts file!</title>
		<link>http://www.waikhom.com/how-to-block-orkut-in-windows-xp-or-vista-using-hosts-file</link>
		<comments>http://www.waikhom.com/how-to-block-orkut-in-windows-xp-or-vista-using-hosts-file#comments</comments>
		<pubDate>Wed, 26 Nov 2008 13:14:58 +0000</pubDate>
		<dc:creator>Waikhom</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows tips and tricks]]></category>
		<guid isPermaLink="false">http://waikhom.com/?p=347</guid>
		<description><![CDATA[Orkut is a great site to hang out with friends or find new friends on the internet. It is very popular in India and many other countries of the world. However, some people might want to block orkut in their PC. This may be due to many reasons and I’m not discussing it. Whatever the [...]]]></description>
			<content:encoded><![CDATA[<p>Orkut is a great site to hang out with friends or find new friends on the internet. It is very popular in India and many other countries of the world. However, some people might want to block orkut in their PC. This may be due to many reasons and I’m not discussing it. Whatever the reason may be, if you want to block orkut, you can follow the following steps:<span id="more-347"></span></p>
<h3>Blocking orkut using hosts file:</h3>
<ol>
<li>Open the file “c:\windows\system32\drivers\etc\hosts” in notepad or go to Start&gt;Run and type “c:\windows\system32\drivers\etc\hosts”, choose open with notepad in the option that comes up. Now, the contents of the file will be displayed and it will be something like this:<br />
<blockquote><p># Copyright (c) 1993-2006 Microsoft Corp.<br />
#<br />
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.<br />
#<br />
# This file contains the mappings of IP addresses to host names. Each<br />
# entry should be kept on an individual line. The IP address should<br />
# be placed in the first column followed by the corresponding host name.<br />
# The IP address and the host name should be separated by at least one<br />
# space.<br />
#<br />
# Additionally, comments (such as these) may be inserted on individual<br />
# lines or following the machine name denoted by a &#8216;#&#8217; symbol.<br />
#<br />
# For example:<br />
#<br />
#      102.54.94.97     rhino.acme.com          # source server<br />
#       38.25.63.10     x.acme.com              # x client host</p>
<p>127.0.0.1	localhost</p></blockquote>
</li>
<li>Now, add these lines at the bottom<br />
<blockquote><p>127.0.0.1       orkut.com<br />
127.0.0.1       www.orkut.com<br />
127.0.0.1       orkut.co.in<br />
127.0.0.1       www.orkut.co.in</p></blockquote>
</li>
<li>Save the file and exit the notepad. Now turn restart your system and orkut will be blocked.</li>
</ol>
<h2>Software/Patch for blocking orkut</h2>
<p>Here, I&#8217;ve made a small batch program for blocking orkut. Its a small program and you can easily use this program for blocking orkut. THIS FILE IS NOT A VIRUS THOUGH THE SIZE IS VERY SMALL and you can check it by scanning with any antivirus. What you need to do is download the file <a href="http://waikhom.com/out/download-orkutblocker">here</a> and unzip it. Then you open the Orkut_blocker.bat file and it will ask you to choose whether to block or unblock orkut. What this file does is the same as I&#8217;ve written in the steps above but here you have little to do or know. So, its a lot easier to use and you can use this very effectively as it quickly changes the necessary settings.<br />
<strong><a href="http://waikhom.com/out/download-orkutblocker">Download Orkut Blocker</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.waikhom.com/how-to-block-orkut-in-windows-xp-or-vista-using-hosts-file/feed</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Regedit disabled &#8211; Enable/enabling windows registry editing tool</title>
		<link>http://www.waikhom.com/regedit-disable-enable-enabling-windows-registry-editing-tool</link>
		<comments>http://www.waikhom.com/regedit-disable-enable-enabling-windows-registry-editing-tool#comments</comments>
		<pubDate>Sun, 16 Nov 2008 04:14:24 +0000</pubDate>
		<dc:creator>Waikhom</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows tips and tricks]]></category>
		<guid isPermaLink="false">http://waikhom.com/?p=332</guid>
		<description><![CDATA[The main attack of many viruses of the windows OS is on its registry. And therefore, many problems caused by a virus can be solved by editing the windows registry. However, viruses have started to disable regedit – the windows registry editing tool and therefore leave the user no option. But there are ways to [...]]]></description>
			<content:encoded><![CDATA[<p>The main attack of many viruses of the windows OS is on its registry.  And therefore, many problems caused by a virus can be solved by editing the windows registry. However, viruses have started to disable regedit – the windows registry editing tool and therefore leave the user no option. But there are ways to enable the windows registry tool which I’m going to discuss below. One can follow any one of the following ways if there registry has been disabled by a virus:<span id="more-332"></span></p>
<ol>
<li> Goto START-&gt;RUN and type:<br />
<blockquote><p>REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f</p></blockquote>
<p>and press enter. It will enable the registry tools instantaneously.</li>
<li>
<ul>
<li>START-&gt;RUN and type “gpedit.msc” and press enter.</li>
</ul>
<ul>
<li> Go to the following location: User Configuration -&gt; Administrative Templates-&gt; System.</li>
</ul>
<ul>
<li> In the Settings Column, find &#8220;Prevent Access to Registry Editing Tools&#8221; and double-click on it to change.</li>
</ul>
<ul>
<li> Choose “Disabled” or “Not configured” and click OK.</li>
</ul>
<ul>
<li> Close the Group Policy Editor Window.</li>
</ul>
<ul>
<li> Restart the computer.</li>
</ul>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.waikhom.com/regedit-disable-enable-enabling-windows-registry-editing-tool/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Internet disconnects periodically in vista</title>
		<link>http://www.waikhom.com/internet-disconnects-periodically-in-vista</link>
		<comments>http://www.waikhom.com/internet-disconnects-periodically-in-vista#comments</comments>
		<pubDate>Sat, 15 Nov 2008 22:03:29 +0000</pubDate>
		<dc:creator>Waikhom</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[vista problems]]></category>
		<category><![CDATA[windows tips and tricks]]></category>
		<category><![CDATA[windows vista tips]]></category>
		<guid isPermaLink="false">http://waikhom.com/?p=328</guid>
		<description><![CDATA[Very unnaturally, my computer was disconnecting from the internet automatically again and again since yesterday. I have vista ultimate in my system and I have never had this problem before. So, I was searching on the internet for how to solve this problem but I was disappointed at first. But finally I came to this [...]]]></description>
			<content:encoded><![CDATA[<p>Very unnaturally, my computer was disconnecting from the internet automatically again and again since yesterday. I have vista ultimate in my system and I have never had this problem before. So, I was searching on the internet for how to solve this problem but I was disappointed at first. But finally I came to this solution. However, I’m sure that solution only applies to problems which occur in the following manner.</p>
<h3>Problem Statements:</h3>
<ul>
<li>Connection to the internet is lost after a certain period of time.</li>
<li>Connection to your network is also disconnected.</li>
<li>There is no problem with the modem or anything and the internet is working properly in other OS like windows XP.</li>
<li>The disconnection problem is gone for a while after a restart or a standby mode but is disconnected shortly after that.</li>
<li>There is no problem with the hardware or the Internet service provider.</li>
</ul>
<h3>How to solve this Problem?</h3>
<p>The problem is because the Internet Connection Sharing (ICS) service is on and there’s a bug in the windows vista you are using. However, this problem has been removed in the latest service pack 1. So, you can follow one of the following steps:</p>
<ol>
<li> <strong>TURNING OFF INTERNET CONNECTION SHARING (ICS) SERVICE</strong>: To turn off this service, go to <strong>START-&gt;RUN</strong> and type “<strong>services.msc</strong>” without the codes and press enter. Then in the services column, find <strong>Internet Connection Service</strong> and right click on it and choose “<strong>Properties</strong>”. In the Startup type option, choose “Disable”.</li>
<li><strong>DOWNLOAD SERVICE PACK 1</strong>: This problem will be solved by downloading the latest version of <strong>service pack 1 for windows vista</strong>. You can download the latest Service Pack 1 <a href="http://support.microsoft.com/kb/935791">here</a>.</li>
<li><strong>DOWNLOAD HOTFIX</strong>: Windows has released a hotfix for the problem and is available <a href="http://support.microsoft.com/kb/937168">here</a>.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.waikhom.com/internet-disconnects-periodically-in-vista/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

