<?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>TechBytes &#187; Windows</title>
	<atom:link href="http://www.asim.pk/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asim.pk</link>
	<description>Technology Bytes</description>
	<lastBuildDate>Fri, 20 Jan 2012 12:48:54 +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>Enable ping response for Windows Server</title>
		<link>http://www.asim.pk/2011/05/16/enable-ping-response-for-windows-server/</link>
		<comments>http://www.asim.pk/2011/05/16/enable-ping-response-for-windows-server/#comments</comments>
		<pubDate>Mon, 16 May 2011 15:15:39 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Virtual Private Server]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2003 Server]]></category>
		<category><![CDATA[Windows 2008 Server]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=948</guid>
		<description><![CDATA[I recently got two windows VPS for testing and stuff. The issue I faced was that even though they were Windows 2008 VPS, I still could not ping it. Came to know later that its a security feature and hence &#8230; <a href="http://www.asim.pk/2011/05/16/enable-ping-response-for-windows-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I recently got two windows VPS for testing and stuff. The issue I faced was that even though they were Windows 2008 VPS, I still could not ping it. Came to know later that its a security feature and hence all pings are disabled.</p>
<p><a rel="lightbox[windows2008ping]" href="http://www.asim.pk/wp-content/uploads/2011/05/windows_2008_start_menu.png" target="_blank"><img class="aligncenter size-full wp-image-949" title="Windows 2008 start menu" src="http://www.asim.pk/wp-content/uploads/2011/05/windows_2008_start_menu.png" alt="Windows 2008 start menu" width="400" height="418" /></a></p>
<p>You just need to enable it by running the following command on command prompt</p>
<pre class="brush: plain; title: ; notranslate">netsh firewall set icmpsetting 8</pre>
<p>If you wish to disable it, later, you may run this to do so</p>
<pre class="brush: plain; title: ; notranslate">netsh firewall set icmpsetting 8 disable</pre>
<p><a href="http://www.asim.pk/wp-content/uploads/2011/05/windows_2008_command_prompt.png" target="_blank" rel="lightbox[windows2008ping]"><img class="aligncenter size-full wp-image-952" title="Windows 2008 command prompt" src="http://www.asim.pk/wp-content/uploads/2011/05/windows_2008_command_prompt.png" alt="Windows 2008 command prompt" width="667" height="330" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2011/05/16/enable-ping-response-for-windows-server/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Enable Multiple Instances of Windows Live Messenger (WLM) for Multiple Logins</title>
		<link>http://www.asim.pk/2009/12/14/enable-multiple-instances-of-windows-live-messenger-wlm-for-multiple-logins/</link>
		<comments>http://www.asim.pk/2009/12/14/enable-multiple-instances-of-windows-live-messenger-wlm-for-multiple-logins/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 10:13:31 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[Instances]]></category>
		<category><![CDATA[Live]]></category>
		<category><![CDATA[Login]]></category>
		<category><![CDATA[Mesenger]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[MSN Messenger]]></category>
		<category><![CDATA[Multi]]></category>
		<category><![CDATA[Multiple]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Live Messenger]]></category>
		<category><![CDATA[WLM]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=458</guid>
		<description><![CDATA[I just discovered that the latest version of Windows Live Messenger (WLM) supports multiple instances. That means, we don&#8217;t need any third party tool to crack it. The support for multi-WLM i s not enabled by default, but can be &#8230; <a href="http://www.asim.pk/2009/12/14/enable-multiple-instances-of-windows-live-messenger-wlm-for-multiple-logins/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just discovered that the latest version of <strong>Windows Live Messenger (WLM)</strong> supports multiple instances. That means, we don&#8217;t need any third party tool to crack it.</p>
<p>The support for multi-WLM i s not enabled by default, but can be easily turned on and enable with registry hack.</p>
<ol>
<li>Go to Start -&gt; Run</li>
<li>Type <strong>regedit</strong> and hit enter</li>
<li>Navigate to the following registry key: <strong>KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Live\Messenger</strong> (For 64-bit x64 OS, go to following registry branch instead: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows Live\Messenger)</li>
<li>In the right pane, right click on any blank space, select New on context menu, and then click on <strong>DWORD Value</strong></li>
<li>Name the registry value as <strong>MultipleInstances</strong> with a value <strong>1</strong></li>
<li>Close Registry Editor</li>
</ol>
<p>Start as many WLM instances as you wish. Its handy when you want to run an office and personal id at the same time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/12/14/enable-multiple-instances-of-windows-live-messenger-wlm-for-multiple-logins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Live &#8211; More Ways to Connect? or annoy?</title>
		<link>http://www.asim.pk/2009/02/27/windows-live-more-ways-to-connect-or-annoy/</link>
		<comments>http://www.asim.pk/2009/02/27/windows-live-more-ways-to-connect-or-annoy/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 19:01:41 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[FaceBook]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[Live]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=272</guid>
		<description><![CDATA[Windows Live now supports importing and sending alerts to your FaceBook and LinkedIn buddies and contacts I feel they have tried to get in the social networking business by creating this. It is not too attractive has BUGs, especially related &#8230; <a href="http://www.asim.pk/2009/02/27/windows-live-more-ways-to-connect-or-annoy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.live.com" target="_blank">Windows Live</a> now supports importing and sending alerts to your <a href="http://www.facebook.com/" target="_blank">FaceBook</a> and <a href="http://www.linkedin.com/" target="_blank">LinkedIn</a> buddies and contacts</p>
<p><a href="http://www.asim.pk/wp-content/uploads/2009/02/more-ways-to-connect-windows-live.png" target="_blank" rel="lightbox[272]"><img class="aligncenter size-medium wp-image-273" title="More Ways to Connect - Windows Live" src="http://www.asim.pk/wp-content/uploads/2009/02/more-ways-to-connect-windows-live-300x256.png" alt="More Ways to Connect - Windows Live" width="300" height="256" /></a></p>
<p>I feel they have tried to get in the social networking business by creating this. It is not too attractive has BUGs, especially related to security because its for everyone (no opt-outs) and other contacts can see and connect to your contacts (if you dont have the proper privacy options enabled which are turned off by default). It sucks!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/02/27/windows-live-more-ways-to-connect-or-annoy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitors Subversion repositories for new commits</title>
		<link>http://www.asim.pk/2009/02/06/monitors-subversion-repositories-for-new-commits/</link>
		<comments>http://www.asim.pk/2009/02/06/monitors-subversion-repositories-for-new-commits/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 12:38:09 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[Flickr]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Commit]]></category>
		<category><![CDATA[CommitMonitor]]></category>
		<category><![CDATA[Monitor]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=239</guid>
		<description><![CDATA[As the website says Monitors Subversion repositories for new commits and shows a notification to the user when that happens. Download Commit Monitor @ Google Code. It is a great tool that helps me monitor when a new commit has &#8230; <a href="http://www.asim.pk/2009/02/06/monitors-subversion-repositories-for-new-commits/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As the website says</p>
<blockquote><p>Monitors Subversion repositories for new commits and shows a notification to the user when that happens.</p></blockquote>
<p>Download <a href="http://code.google.com/p/commitmonitor/"><strong>Commit Monitor @ Google Code</strong></a>. It is a great tool that helps me monitor when a new commit has been made to SVN by a developer working on the same project as I am <img src='http://www.asim.pk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , cool na?</p>
<p>P.S. Its a Windows tool</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/02/06/monitors-subversion-repositories-for-new-commits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New version of Flickr Uploadr 3.1.3 released</title>
		<link>http://www.asim.pk/2009/01/27/new-version-of-flickr-uploadr-313-released/</link>
		<comments>http://www.asim.pk/2009/01/27/new-version-of-flickr-uploadr-313-released/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 14:37:57 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Flickr Uploadr]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=214</guid>
		<description><![CDATA[New version of Flickr Uploader is here (I just noticed this). I hope this one works better then the last one, personally, After installing it on my PC, I dont feel any difference in looks]]></description>
			<content:encoded><![CDATA[<p>New version of Flickr Uploader is here (I just noticed this). I hope this one works better then the last one, personally, After installing it on my PC, I dont feel any difference in looks</p>
<p><a href="http://www.asim.pk/wp-content/uploads/2009/01/new_flickr_uploader.png" target="_blank" rel="lightbox[214]"><img class="aligncenter size-medium wp-image-213" title="New flickr uploader 3.1.3" src="http://www.asim.pk/wp-content/uploads/2009/01/new_flickr_uploader.png" alt="New flickr uploader 3.1.3" width="518" height="278" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/01/27/new-version-of-flickr-uploadr-313-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digsby Review</title>
		<link>http://www.asim.pk/2009/01/21/digsby-review/</link>
		<comments>http://www.asim.pk/2009/01/21/digsby-review/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 05:15:08 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Digsby]]></category>
		<category><![CDATA[FaceBook]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=193</guid>
		<description><![CDATA[I tried digsby after looking at a Yahoo Ad. It took me half an hour to download, install, run, test and decide to uninstall it. It is really very heavy, takes too many notification icons in the system tray and &#8230; <a href="http://www.asim.pk/2009/01/21/digsby-review/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.asim.pk/wp-content/uploads/2009/01/digsby.png" rel="lightbox[193]"><img class="alignright size-thumbnail wp-image-192" title="digsby" src="http://www.asim.pk/wp-content/uploads/2009/01/digsby-150x150.png" alt="digsby" width="150" height="150" /></a><br />
I tried <a title="Digsby" href="http://www.digsby.com" target="_blank">digsby</a> after looking at a Yahoo Ad. It took me half an hour to download, install, run, test and decide to uninstall it. It is really very heavy, takes too many notification icons in the system tray and takes LOTS of resources.</p>
<p><strong>One of the things that I didn&#8217;t like was that it shows me more details then I need, e.g. one of my acquaintances got a post on their WALL (in FaceBook), like I care? It does not function like the normal FaceBook.</strong></p>
<p>My experience was not too good so I dont recommend it to anyone. But if you are an enthusiast like me, go ahead and test drive it today <img src='http://www.asim.pk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here are a couple of screenshots of Digsby</p>
<p><a href="http://www.asim.pk/wp-content/uploads/2009/01/buddy-list.png" rel="lightbox[193]"><img class="aligncenter size-full wp-image-194" title="digsby-buddy-list" src="http://www.asim.pk/wp-content/uploads/2009/01/buddy-list.png" alt="digsby-buddy-list" width="221" height="794" /></a></p>
<p><a href="http://www.asim.pk/wp-content/uploads/2009/01/buddy_facebook.png" rel="lightbox[193]"><img class="aligncenter size-full wp-image-195" title="digsby-facebook" src="http://www.asim.pk/wp-content/uploads/2009/01/buddy_facebook.png" alt="digsby-facebook" width="332" height="626" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/01/21/digsby-review/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Is Windows Live really stable?</title>
		<link>http://www.asim.pk/2009/01/13/is-windows-live-really-stable/</link>
		<comments>http://www.asim.pk/2009/01/13/is-windows-live-really-stable/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 06:17:39 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Live]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=186</guid>
		<description><![CDATA[I just came up with this question today morning when I am not able to even check or see old mails in my Windows Live mail account. I had previously blogged about Windows Live policies on the number of email &#8230; <a href="http://www.asim.pk/2009/01/13/is-windows-live-really-stable/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just came up with this question today morning when I am not able to even check or see old mails in my Windows Live mail account.</p>
<p>I had previously blogged about <a title="MSN Hotmail Email Deliervy Issue" href="http://www.asim.pk/2009/01/06/msn-hotmail-email-delivery-issue/" target="_blank"><strong>Windows Live policies on the number of email per hour</strong></a> and you know what? I cannot even get ANY email pass through that server to my hotmail live account even though my domain (and all its IPs) are not blacklisted.</p>
<p>Check the screenshot that I have been redirected to since morning</p>
<p><a href="http://www.asim.pk/wp-content/uploads/2009/01/windows-live-stable.png" rel="lightbox[186]"><img class="aligncenter size-medium wp-image-187" title="Windows Live Stable" src="http://www.asim.pk/wp-content/uploads/2009/01/windows-live-stable-300x219.png" alt="Windows Live Stable" width="300" height="219" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/01/13/is-windows-live-really-stable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World&#8217;s Cheapest Windows Laptop</title>
		<link>http://www.asim.pk/2008/04/15/worlds-cheapest-windows-laptop/</link>
		<comments>http://www.asim.pk/2008/04/15/worlds-cheapest-windows-laptop/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 07:32:49 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Cheapest]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[World]]></category>

		<guid isPermaLink="false">http://www.techbytes.pk/blog/?p=22</guid>
		<description><![CDATA[Microsoft and India&#8217;s HCL Infosystems said they would work together to develop a Windows-based laptop PC that will be the cheapest available in any market worldwide. The system, called the MiLeap H Series, will run Windows XP Home and will &#8230; <a href="http://www.asim.pk/2008/04/15/worlds-cheapest-windows-laptop/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Microsoft and India&#8217;s HCL Infosystems said they would work together to develop a Windows-based laptop PC that will be the cheapest available in any market worldwide.</p>
<p>The system, called the MiLeap H Series, will run Windows XP Home and will sell for 17,000 Indian rupees, or about $425 (U.S.). The MiLeap H features a 30-GB hard drive and is &#8220;broadband ready,&#8221; the companies said in a statement Friday.</p>
<p>Microsoft chief operating officer Kevin Turner, at a launch event in Mumbai, said the offering is meant to &#8220;empower Indian consumers and businesses with the latest and best that technology has to offer.&#8221;</p>
<p>Microsoft, along with a number of other vendors, is eyeing the low-cost PC market as a major growth opportunity &#8212; particularly in emerging markets where average incomes pale compared with the West. The company recently announced that it would extend the life of its Windows XP operating system, but only for deployment on low-cost systems.</p>
<p>Low-cost PCs that run on Linux, from Asus, Everex, and other vendors, also are becoming increasingly popular as some computer users conclude that mainstream systems running the Windows or Macintosh operating systems are overpowered for their needs.</p>
<p>Also on Friday, Microsoft and HCL said they would jointly establish a new Center of Excellence in India, staffed with 500 programmers trained to develop Microsoft-based solutions for various industries in the country.</p>
<p>India is becoming increasingly important to Microsoft &#8212; and not just as a source of low-cost programming talent. Domestic spending in India for IT services will grow by about 43% in 2008, according to Indian IT trade group Nasscom.</p>
<p>Source: <a href="http://www.informationweek.com/shared/printableArticle.jhtml?articleID=207200519" target="_blank">InformationWeek</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2008/04/15/worlds-cheapest-windows-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

