<?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>Me, Myself and Technology &#187; Windows</title>
	<atom:link href="http://www.kalpiknigam.com/blog/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kalpiknigam.com/blog</link>
	<description>Kalpik Nigam</description>
	<lastBuildDate>Sun, 06 Sep 2009 12:16:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Sametime (meanwhile) support in Pidgin on Arch Linux</title>
		<link>http://www.kalpiknigam.com/blog/2009/01/18/sametime-meanwhile-support-in-pidgin-on-arch-linux/</link>
		<comments>http://www.kalpiknigam.com/blog/2009/01/18/sametime-meanwhile-support-in-pidgin-on-arch-linux/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 11:20:40 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Arch]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[fixed]]></category>
		<category><![CDATA[meanwhile]]></category>
		<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[sametime]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/?p=154</guid>
		<description><![CDATA[We use IBM&#8217;s Lotus Sametime as our IM client at work. And i like to be signed in all the time even on my Arch machine at home. Pidgin does support sametime protocol, but through an external library called meanwhile. Although most popular distributions have meanwhile in their main repos, Arch does not. It has [...]]]></description>
			<content:encoded><![CDATA[<p>We use IBM&#8217;s <a href="http://www-01.ibm.com/software/lotus/sametime/" target="_blank">Lotus Sametime</a> as our IM client at work. And i like to be signed in all the time even on my Arch machine at home. Pidgin does support sametime protocol, but through an external library called <a href="http://meanwhile.sourceforge.net/" target="_blank">meanwhile.</a> Although most popular distributions have meanwhile in their main repos, Arch does not. It has the meanwhile library in <a href="http://aur.archlinux.org/" target="_blank">AUR</a>. And due to this, the pidgin in Arch has meanwhile support disabled. But even so, the latest stable meanwhile library (1.0.2) has a <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1626349&amp;group_id=110565&amp;atid=656718" target="_blank">nasty bug</a> which does not report the correct online status of buddies. Most online buddies are shown as being offline. The problem has been fixed in the SVN version, but unfortunately ALL distributions carry the buggy version of meanwhile. It took me around 5-6 months to get to the root cause of this bug, and yes, i have managed to fix it in Arch. I&#8217;m providing here a compiled version of the fixed meanwhile library (64 bit). I&#8217;m also providing a complete tutorial on how to compile pidgin with meanwhile support on Arch.<span id="more-154"></span></p>
<ol>
<li>Download the fixed meanwhile library (64 bit only) from <a href="http://dl.getdropbox.com/u/3750/meanwhile-1.0.2-1-x86_64.pkg.tar.gz" target="_self">here</a>.</li>
<li>Install it using pacman:</li>
<blockquote><p>pacman -U meanwhile-1.0.2-1-x86_64.pkg.tar.gz</p></blockquote>
<li>Install the Arch Build System:</li>
<blockquote><p>pacman -S abs</p></blockquote>
<li>Run abs so that it can build a repository tree (kinda like portage in Gentoo):</li>
<blockquote><p>sudo abs</p></blockquote>
<li>Copy the pidgin directory of abs to /tmp:</li>
<blockquote><p>cp -r /var/abs/extra/pidgin /tmp</p></blockquote>
<li>Go to /tmp and open the pidgin PKGBUILD in nano:</li>
<blockquote><p>cd /tmp/pidgin<br />
nano PKGBUILD</p></blockquote>
<li>Go to the &#8220;<strong>build()</strong>&#8221; section and make sure you remove &#8220;<strong>&#8211;disable-meanwhile</strong>&#8221; from the configure options. The line should look like this:</li>
<blockquote><p>./configure &#8211;prefix=/usr &#8211;sysconfdir=/etc &#8211;disable-schemas-install \</p></blockquote>
<li>Make the package:</li>
<blockquote><p>makepkg</p></blockquote>
<li>Install it:</li>
<blockquote><p>pacman -U pidgin-2.5.3-1-x86_64.pkg.tar.gz</p></blockquote>
</ol>
<p>That&#8217;s it! Now you should have sametime support in Pidgin <img src='http://www.kalpiknigam.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Remember though, you will always have to compile pidgin yourself whenever a newer pidgin version hits the Arch repos.</p>
<p>P.S. For those of you who want to compile a fixed meanwhile on i686 (32 bit) system, follow the instructions <a href="http://ebsteblog.wordpress.com/2008/09/05/fix-broken-user-status-in-pidginmeanwhile/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2009/01/18/sametime-meanwhile-support-in-pidgin-on-arch-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Phoenix BIOS Locks out all OSâ€™s except Vista!!!</title>
		<link>http://www.kalpiknigam.com/blog/2007/04/11/phoenix-bios-locks-out-all-os%e2%80%99s-except-vista/</link>
		<comments>http://www.kalpiknigam.com/blog/2007/04/11/phoenix-bios-locks-out-all-os%e2%80%99s-except-vista/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 16:23:46 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[BIOS]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Phoenix]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/2007/04/11/phoenix-bios-locks-out-all-os%e2%80%99s-except-vista/</guid>
		<description><![CDATA[Taken from The Linux and OpenSource blog: If youâ€™re buying a new computer in the near future, it may be a good idea to avoid systems with Phoenix bios on them. Thereâ€™s recent proof that their 2003 contract with Microsoft has born fruit in their latest bios versions which now prevent you from installing any [...]]]></description>
			<content:encoded><![CDATA[<p><span class="postbody">Taken from <a href="http://linux.wordpress.com/2007/04/11/phoenix-bios-locks-out-all-oss-except-vista/" target="_blank">The Linux and OpenSource</a> blog:</span></p>
<blockquote><p><span class="postbody">If youâ€™re buying a new computer in the near future, it may be a good idea to  avoid systems with Phoenix bios on them.  Thereâ€™s recent proof that their 2003  contract with Microsoft has born fruit in their latest bios versions which now  <a href="http://www.linuxquestions.org/questions/showthread.php?p=2705017#post2705017" target="_blank" parent_link_icon="maybe" snap_preview_added="spa" text_trigger="true" icon_trigger="false" snap_icon_added="spa" modo="false">prevent you from installing any OS other than Vista.</a>  Not only  is this a really, really bad move by Phoenix, but itâ€™s also another strike  against Microsoft as it seems to be trying to become uber monopolistic in the PC  market again simply by locking out anyone and everyone they can.  Thank goodness  the open bios project is in full swing.  We may need them in the near  future.</span></p></blockquote>
<p><span id="more-101"></span></p>
<p>WTF is wrong with Phoenix? And they say it is being done to increase the security of the OS. Yeah right!! How?? The next thing they&#8217;l say is unplug it from the internet! This is a joke! Well ill make sure me OR my friends dont lay their hands on a PC with a Phoenix BIOS. Thanks a LOT Microsoft and Phoenix!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2007/04/11/phoenix-bios-locks-out-all-os%e2%80%99s-except-vista/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Windows Vista â€“ the Last Big Windows Operating System</title>
		<link>http://www.kalpiknigam.com/blog/2007/04/11/windows-vista-%e2%80%93-the-last-big-windows-operating-system/</link>
		<comments>http://www.kalpiknigam.com/blog/2007/04/11/windows-vista-%e2%80%93-the-last-big-windows-operating-system/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 16:07:50 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/2007/04/11/windows-vista-%e2%80%93-the-last-big-windows-operating-system/</guid>
		<description><![CDATA[Windows Vista will be the last big Windows operating system. Further more, Microsoft is losing its grip on the desktop to business solutions built on SaaS, open source and virtualization. These are the conclusions put forward by analysts from Goldman Sachs. Goldman Sachs&#8217; perspective on Windows Vista is not singular. In fact, the view that [...]]]></description>
			<content:encoded><![CDATA[<p>Windows Vista will be the last big Windows operating system. Further more, Microsoft is losing its grip on the desktop to business solutions built on SaaS, open source and virtualization. These are the conclusions put forward by analysts from Goldman Sachs.</p>
<p>Goldman Sachs&#8217; perspective on Windows Vista is not singular. In fact, the view that Vista is the last client operating system from Microsoft has been perpetuating itself even before the product hit the shelves. In fact, back in 2006, Gartner analysts have also put forward the possibility that Windows Vista would be the last of its kind.</p>
<p><span id="more-100"></span></p>
<p>â€œVista will be the last major release of Windows in its current form. User demands, Microsoft&#8217;s business needs and technology changes will move future versions toward a more modular architecture. The trend of bundling even more functionality is set to reverse,â€ stated Brian Gammage, Michael A. Silver and David Mitchell Smith from Gartner.</p>
<p>Microsoft has strongly denied the scenario in which another Windows platform will not be made available following the Windows Vista release. In fact, the company is currently developing both Windows Fiji, the first service pack for Vista and also Widows Seven.</p>
<p>Details on the operating system designed to replace Windows Vista, under the codenames Windows Vienna and Windows Seven are scarce, but Microsoft has not denied that the development process is in place. This however, combined with the fact that Microsoft has applauded in excess of 20 million sold Vista licenses, failed to prevent Goldman Sachs analysts from expressing some rather bleak predictions about Microsoft&#8217;s future as far as the Windows platform is concerned.</p>
<p>â€œMicrosoft stands at a major juncture in its life cycle. The company&#8217;s recently launched Vista and Office 2007 products mark the end of multiyear development cycles and should provide strong growth and profits in the next 12-plus months. Normally, this would make us look at the stock as a definitive must-own. At the same time, these launches also potentially mark the end of an era, and changing technology and business models in areas such as Software-as-a-Service, virtualization, and open source seek to diminish Microsoft&#8217;s stranglehold on the desktop, which in turn significantly depletes the company&#8217;s cash cow. Vista may be the last big operating system developed by the company,â€ revealed Goldman Sachs.</p>
<p><a href="http://news.softpedia.com/news/Windows-Vista-the-Last-Big-Windows-Operating-System-51664.shtml" target="_blank">Source</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2007/04/11/windows-vista-%e2%80%93-the-last-big-windows-operating-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Live Messenger Serves Malware</title>
		<link>http://www.kalpiknigam.com/blog/2007/02/21/windows-live-messenger-serves-malware/</link>
		<comments>http://www.kalpiknigam.com/blog/2007/02/21/windows-live-messenger-serves-malware/#comments</comments>
		<pubDate>Wed, 21 Feb 2007 15:33:29 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Live Messenger]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/2007/02/21/windows-live-messenger-serves-malware/</guid>
		<description><![CDATA[Microsoft has managed to put itself in an uncomfortable position after serving malicious code to Windows Live Messenger users via ads embedded in the instant messaging client. According to the Redmond Company, actions were taken swiftly in order to remove an advertisement banner featured for several days in the IM program that pointed to a [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has managed to put itself in an uncomfortable position after serving malicious code to Windows Live Messenger users via ads embedded in the instant messaging client. According to the Redmond Company, actions were taken swiftly in order to remove an advertisement banner featured for several days in the IM program that pointed to a â€œsecurityâ€ solution delivering anything but security.</p>
<p><span id="more-93"></span></p>
<p>â€œWe have learned that Microsoft was notified of malware that was being served through ads placed in Windows Live Messenger banners. As a result of this notification Microsoft immediately investigated the reports and removed the offending ads, as this is a violation of Microsoft&#8217;s ad serving policy. Microsoft can confirm that the ads are no longer being served by any Microsoft system,â€ said Whitney Burk, a company PR manager.</p>
<p>The banners in Windows Live Messenger were pushing Errorsafe, also known as Winfixer, an application that has been labeled as a potentially unwanted program or a security risk. Additionally, the Redmond Company has also SystemDoctor 2006, a rogue antispyware/malware application installed by malware.</p>
<p>â€œMicrosoft apologizes for the inconvenience and is reviewing it&#8217;s ad approval process to reduce the chance of an occurrence such as this happening again. To help customers protect their PCs from malware threats, Microsoft recommends customers follow our Protect your PC guidance at www.microsoft.com/protect,â€ Burk added.</p>
<p>The bottom line is: exercise caution when deploying security solutions backed by unknown or untrusted developers. The fact that Errorsafe/Winfixer was advertised via Windows Live Messenger means that other legitimate services and applications could serve as attack vectors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2007/02/21/windows-live-messenger-serves-malware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Vista Features on Your XP</title>
		<link>http://www.kalpiknigam.com/blog/2007/02/12/get-vista-features-on-your-xp/</link>
		<comments>http://www.kalpiknigam.com/blog/2007/02/12/get-vista-features-on-your-xp/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 17:12:50 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/2007/02/12/get-vista-features-on-your-xp/</guid>
		<description><![CDATA[Windows Vista is on the shelves! Available for the general public, not only for enterprises, everyone can upgrade the current Windows XP or buy the brand new OS from Microsoft. Due to different reasons like high hardware requirements, software incompatibility or the price, some people cannot afford to do the migration, at least not in [...]]]></description>
			<content:encoded><![CDATA[<p>Windows Vista is on the shelves! Available for the general public, not only for enterprises, everyone can upgrade the current Windows XP or buy the brand new OS from Microsoft.</p>
<p>Due to different reasons like high hardware requirements, software incompatibility or the price, some people cannot afford to do the migration, at least not in the near future. Of course there are also the conservative users who attached themselves too much to the XP that now they hesitate to make the move believing in its endurance.</p>
<p><span id="more-91"></span></p>
<p>For either of the cases presented above, I thought it would be interesting and useful to present you some Vista feature alternatives available for Windows XP. The presentation will consist in showing some Vista features and linked to them, the alternative for the XP users.</p>
<p><strong>The New Vista look</strong></p>
<p>Windows Vista includes a redesigned user interface and visual style, named Windows Aero. Aero is intended to be cleaner and more aesthetically pleasing than previous Windows versions, including transparencies, window animations and eye candy.</p>
<p><em>Solution:</em></p>
<p>In order to transform the ordinary Windows XP visual style into a Vista-like one you need to use a Windows theme that resembles to the original one created by Microsoft. The only problem is that Windows XP can use only Microsoft themes. While Microsoft didnâ€™t bother to create and provide a Vista-like theme for the XP users, you need to use a custom made one. Thank God, there are plenty of themes available for free. For instance, I can recommend you to try <a href="http://www.softpedia.com/get/System/OS-Enhancements/Royale-Vista.shtml" target="_blank"><strong>Royale Vista</strong></a>, a great looking theme that includes wallpapers and fonts, all to create a similar look to Vista. Back to the compatibility problem, it can be fixed. <a href="http://news.softpedia.com/news/Hack-Windows-XP-Visual-Styles-44831.shtml" target="_blank"><strong>Click here</strong></a> to consult a detailed guide and you will get a brand new look for your XP.</p>
<p><strong>Windows Sidebar</strong></p>
<p>Windows Sidebar is a new panel on the right-hand side of the screen where a user can place Desktop Gadgets, which are small applets designed for a specialized purpose (such as displaying the weather or sports scores). The gadgets can also be placed on other parts of the desktop, if desired. By default, Windows Vista ships with thirteen gadgets: Calculator, Clock, CPU Meter, Currency Conversion, Feed Viewer, Feed Watcher, Notes, Number Puzzle, Picture Puzzle, Recycle Bin, Slide Show, Stocks, and an egg timer. Additional gadgets are published at Microsoft&#8217;s web site, which offers both Microsoft-created and user-submitted gadgets in a gallery.</p>
<p><em>Solution:</em></p>
<p>Tempting? Donâ€™t worry, I got the replacement!  <a href="http://www.softpedia.com/get/System/OS-Enhancements/Desktop-Sidebar.shtml" target="_blank"><strong>Desktop Sidebar</strong></a> created by Sidebar XP is a nice and free application ready for Windows XP. It offers all kind of utilities like: search bar, Winamp panel, disk monitor, media player, inbox panel etc. No charge!</p>
<p>Another solution would be using <a href="http://www.softpedia.com/get/System/OS-Enhancements/Google-Desktop-Search.shtml" target="_blank"><strong>Google Desktop</strong></a>. Acting like a sidebar too, Google Desktop works as a holder for gadgets. You can install as many gadgets you may want, all for free. Just download what you need and place it on the sidebar.</p>
<p><strong>Windows Flip and Flip 3D</strong></p>
<p>When using Alt+Tab to switch between open windows, a preview of each open window appears instead of just the program icon. In addition, Windows Flip 3D enables you to flip through a cascading stack of your open windows using the mouse scroll wheel. Windows can be stacked and rotated in 3D to provide views of all of them simultaneously.</p>
<p><em>Solution:</em></p>
<p>Do not believe that Windows XP is obsolete because it does not offer cool visual effects when switching between windows. Why donâ€™t you try <a href="http://www.softpedia.com/get/System/OS-Enhancements/TopDesk.shtml" target="_blank"><strong>TopDesk</strong></a>? It manages to bring the amazing flipping and tiling effects from Vista on Windows XP. Thumbnail view, 2D view and even 3D view of the windows can be done using shortcuts; floating buttons are mouse sensitive areas. Please consult the <a href="http://www.softpedia.com/reviews/windows/TopDesk-Review-46813.shtml" target="_blank"><strong>TopDesk review </strong></a>for a complete image of this cool application.</p>
<p><strong>Internet Explorer 7</strong></p>
<p>Windows Vista includes the latest version of Internet Explorer, which adds support for tabbed browsing, Atom, RSS, internationalized domain names, a search box, a phishing filter, an anti-spoofing URL engine, fine-grained control over ActiveX add-ons, thumbnails of all open tabs in a single window (called Quick Tabs), page zoom, and tab groups. Tab groups make it possible to open a folder of Favorites in tabs with a single click.</p>
<p><em>Solution:</em></p>
<p>Finally, Microsoft created their first browser tab capable. Lots of IE users migrated to Firefox or other browsers in search of better security and tabbed browsing. Now they can be recovered with the launch of Internet Explorer 7. IE 7 is NOT Vista limited! It can be installed on your Windows XP free of charge with just one condition: the Windows XP you are running must be genuine. To obtain a free copy of the new IE browser, click <a href="http://www.softpedia.com/get/Internet/Browsers/Internet-Explorer-7.shtml" target="_blank"><strong>here</strong></a>!</p>
<p><strong>Media Player 11</strong></p>
<p>Windows Media Player 11 features a fully revamped interface. The Media Library is now presented without the category trees which were prominent in the earlier versions. Rather, on selecting the category in the left pane, the contents appear on the right, in a graphical manner with thumbnails â€“ a stark departure from textual presentation of information. Search has been upgraded to be much faster.</p>
<p><em>Solution:</em></p>
<p>Just like Internet Explorer 7, Windows Media player is Windows XP ready. Take advantage of the new look and functions of Media Player 11. To get a full copy, click <a href="http://www.softpedia.com/get/Multimedia/Video/Video-Players/Microsoft-Windows-Media-Player-11.shtml." target="_blank"><strong>here</strong></a>. Make sure you are using a genuine copy of Windows XP or the installation wonâ€™t continue if the validation check fails.</p>
<p><strong>Original article by <a href="http://news.softpedia.com/news/Get-Vista-Features-On-Your-XP-46884.shtml" target="_blank">Softpedia</a>. </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2007/02/12/get-vista-features-on-your-xp/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Kaspersky Reveals the Fundamental Vulnerability of Vista PatchGuard</title>
		<link>http://www.kalpiknigam.com/blog/2007/02/10/kaspersky-reveals-the-fundamental-vulnerability-of-vista-patchguard/</link>
		<comments>http://www.kalpiknigam.com/blog/2007/02/10/kaspersky-reveals-the-fundamental-vulnerability-of-vista-patchguard/#comments</comments>
		<pubDate>Sat, 10 Feb 2007 04:12:23 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[Kaspersky]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/2007/02/10/kaspersky-reveals-the-fundamental-vulnerability-of-vista-patchguard/</guid>
		<description><![CDATA[Kaspersky regards the Kernel Patch Protection introduced in 64-bit Windows Vista as a joke. Alisa Shevchenko, Virus analyst, Kaspersky Lab, claims that PatchGuard can â€œhardly be viewed as providing serious protection against rootkits.â€ In this context, Kaspersky has revealed that the Windows Vista kernel, for 64-bit platforms only, is just â€œallegedlyâ€ immune to modifications. â€œIt [...]]]></description>
			<content:encoded><![CDATA[<p>Kaspersky regards the Kernel Patch Protection introduced in 64-bit Windows Vista as a joke. Alisa Shevchenko, Virus analyst, Kaspersky Lab, claims that PatchGuard can â€œhardly be viewed as providing serious protection against rootkits.â€ In this context, Kaspersky has revealed that the Windows Vista kernel, for 64-bit platforms only, is just â€œallegedlyâ€ immune to modifications.</p>
<p><span id="more-90"></span></p>
<p>â€œIt is, by its very nature, vulnerable, as is demonstrated by the existence of documented methods for disabling protection. The major vulnerability within PatchGuard is architectural: the code which ensures protection is executed at the same level as code which it is both designed to protect, and to protect against. This protection has the same rights as a potential attacker, and can be evaded or disabled. Ways in which PatchGuard can be exploited or disabled are already known,â€ explained Shevchenko.</p>
<p>Kaspersky additionally informs that there are rootkits which PatchGuard fails to protect against. The 64-bit Kernel Patch protection in Vista monitors the static structures of the kernel but it doesn&#8217;t cover dynamic structures. Kaspersky has exemplified with the FU rootkit, a piece of malicious code that functions by modifying dynamic structures. Also, rootkits based on virtual technology are located deeper than the kernel level.</p>
<p>â€œThe fundamental vulnerability of PatchGuard is due to the fact that it functions at the same level it is designed to protect. This means that if a malicious application has succeeded in loading its driver, it will be able to disable PatchGuard. Of course, this assumes the location of the relevant monitoring function is known &#8211; but it&#8217;s been clear for a long time that obscurity has little to do with security,â€ Shevchenko added.</p>
<p>Microsoft however has stated that while PatchGuard is not impervious, it is patchable, and that the Redmond Company will act accordingly if the Kernel Patch protection is breached.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2007/02/10/kaspersky-reveals-the-fundamental-vulnerability-of-vista-patchguard/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows Vista Ultimate Site</title>
		<link>http://www.kalpiknigam.com/blog/2007/01/08/windows-vista-ultimate-site/</link>
		<comments>http://www.kalpiknigam.com/blog/2007/01/08/windows-vista-ultimate-site/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 11:08:00 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/2007/01/08/windows-vista-ultimate-site/</guid>
		<description><![CDATA[With Windowsultimate.com, a website dedicated to Windows Vista Ultimate, Microsoft is offering a life experience outside the box. â€œWelcome to the new website for Windows Vista Ultimate. This is a space where we, the people who make Windows Vista Ultimate and Ultimate Extras, can talk to you about what weâ€™re doingâ€, reads Microsoft&#8217;s welcoming message. [...]]]></description>
			<content:encoded><![CDATA[<p>With <a target="_blank" href="http://www.windowsultimate.com/">Windowsultimate.com</a>, a website dedicated to Windows Vista Ultimate, Microsoft is offering a life experience outside the box. â€œWelcome to the new website for Windows Vista Ultimate. This is a space where we, the people who make Windows Vista Ultimate and Ultimate Extras, can talk to you about what weâ€™re doingâ€, reads Microsoft&#8217;s welcoming message.</p>
<p><span id="more-84"></span></p>
<p>The Redmond Company informed that it plans to introduce a high frequency rate of updates to the website and therefore has made available an RSS feed that would enable users to stay up to date with Windowsultimate.com.</p>
<p>Via Windowsultimate.com, Vista ultimate customers will be able to access blogs authored by various Microsoft personnel, a selection of Extras, products that will integrate seamlessly with the operating system, additional resources through a list of Links and even hardware integration. The Windowsultimate.com website went live on January 7, 2007, concomitantly with the debut of the 2007 International Consumer Electronics Show (CES) in Las Vegas.</p>
<p>Windows Vista Ultimate Extras is certainly a section to keep your eyes on. Vista Ultimate users will be able to download an array of add-ons for the operating system. Microsoft has announced that it plans debut delivering Vista Ultimate add-on together with Vista&#8217;s general availability.</p>
<p>â€œUltimate Extras wonâ€™t be available until January 30th, but you can get a sneak preview right now on the Extras page. Find out about the exciting programs and enhancements that will be available exclusively to those of you with Windows Vista Ultimate. The fine print: Ultimate Extras will not be available in all languages on January 30th. Extras will appear automatically in Windows Update as they do become available, and our team will be sure to write blog entries about the schedule when we have dates to share,â€ stated the Redmond Company.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2007/01/08/windows-vista-ultimate-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Windows Vista Zero-Day Exploit Costs $50,000</title>
		<link>http://www.kalpiknigam.com/blog/2006/12/18/a-windows-vista-zero-day-exploit-costs-50000/</link>
		<comments>http://www.kalpiknigam.com/blog/2006/12/18/a-windows-vista-zero-day-exploit-costs-50000/#comments</comments>
		<pubDate>Mon, 18 Dec 2006 17:13:13 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/2006/12/18/a-windows-vista-zero-day-exploit-costs-50000/</guid>
		<description><![CDATA[$50,000 for a Windows Vista zero-day exploit. The 0-day exploits have not been released in the wild but are, instead, made an integer part of the underground Internet commerce. The Proof of Concept code for an exploit affecting Microsoft&#8217;s latest operating system can cost as much as $50.000. As far, neither the exploit nor the [...]]]></description>
			<content:encoded><![CDATA[<p>$50,000 for a Windows Vista zero-day exploit. The 0-day exploits have not been released in the wild but are, instead, made an integer part of the underground Internet commerce. The Proof of Concept code for an exploit affecting Microsoft&#8217;s latest operating system can cost as much as $50.000.</p>
<p><span id="more-80"></span></p>
<p>As far, neither the exploit nor the PoC for Windows Vista have been submitted to an independent evaluation process. In this context, the authenticity of the Windows Vista 0-day exploit has not been confirmed from any sources aside from its creators. Microsoft has, as yet, failed to issue an official comment.</p>
<p>Trend Micro&#8217;s chief technology officer, Raimund Genes confirmed to <a target="_blank" href="http://www.eweek.com/">eWEEK</a> that Trend Micro was able to verify that the 0-day Vista exploit was indeed available for sale on an auctioning marketplace online. The consistent amount for which the 0-day exploit is being auctioned is an indication of the fact that the vulnerability at its basis allows for remote code execution.</p>
<p>Prices for similar code execution vulnerabilities that have not been patched by the developers range from $20,000 to $30,000. As a general rule, the more popular the software, the higher the price. Raimund Genes revealed that bots and Trojan downloaders targeting the Windows operating system have an estimated price of $5,000.</p>
<p>This kind of underground commerce mirrors the fact that the malware environment has geared from a destructive, viral aspect, to a lucrative market. â€œI think the malware industry is making more money than the anti-malware industry,â€ Genes commented.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2006/12/18/a-windows-vista-zero-day-exploit-costs-50000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VideoLan Client 0.8.6 Final</title>
		<link>http://www.kalpiknigam.com/blog/2006/12/11/videolan-client-086-final/</link>
		<comments>http://www.kalpiknigam.com/blog/2006/12/11/videolan-client-086-final/#comments</comments>
		<pubDate>Sun, 10 Dec 2006 19:38:15 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/2006/12/11/videolan-client-086-final/</guid>
		<description><![CDATA[Building on feedback from the 29 million downloads of VLC media player 0.8.5, we bring you version 0.8.6 with many bugfixes, as well as a couple of new features we think you will truly enjoy. Most prominent are probably Windows Media Video 9 and Flash Video. Other important changes are improved H.264 decoding, better Windows [...]]]></description>
			<content:encoded><![CDATA[<p>Building on feedback from the 29 million downloads of VLC media player 0.8.5, we bring you version 0.8.6 with many bugfixes, as well as a couple of new features we think you will truly enjoy. Most prominent are probably Windows Media Video 9 and Flash Video. Other important changes are improved H.264 decoding, better Windows Unicode support, a Fullscreen controller and Apple Remote support for Mac OS X.<br />
<span id="news-span-1" style="display: inline"><br />
Have a look <a href="http://developers.videolan.org/vlc/NEWS">here</a> for the full list of changes.</p>
<p>Binary packages and the source code are available on the <a href="http://www.videolan.org/vlc/"> VLC download page</a>.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2006/12/11/videolan-client-086-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista Launched at the Burj Al Arab &#8211; Dubai</title>
		<link>http://www.kalpiknigam.com/blog/2006/11/21/vista-launched-at-the-burj-al-arab-dubai/</link>
		<comments>http://www.kalpiknigam.com/blog/2006/11/21/vista-launched-at-the-burj-al-arab-dubai/#comments</comments>
		<pubDate>Tue, 21 Nov 2006 15:01:59 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/2006/11/21/vista-launched-at-the-burj-al-arab-dubai/</guid>
		<description><![CDATA[The most luxurious hotel in the world was the stage where Microsoft launches Windows Vista, the Office 2007 System and Exchange Server 2007. The three Microsoft products were released with both English and Arabic language support. â€œWindows Vista and the 2007 Microsoft Office system are among Microsoftâ€™s most significant product innovations, representing years of research [...]]]></description>
			<content:encoded><![CDATA[<p>The most luxurious hotel in the world was the stage where Microsoft launches Windows Vista, the Office 2007 System and Exchange Server 2007. The three Microsoft products were released with both English and Arabic language support.</p>
<p><span id="more-71"></span></p>
<p>â€œWindows Vista and the 2007 Microsoft Office system are among Microsoftâ€™s most significant product innovations, representing years of research and development,â€ said Mr. Ali Faramawy, Vice President Microsoft Europe, Middle East &#038; Africa and Regional Vice President, Microsoft Middle East &#038; Africa. â€œThese products will help businesses overcome the challenges of our increasingly information-saturated world, enhancing the way people collaborate, communicate, protect and manage content, and find, use and share information.â€</p>
<p>Windows Vista and the Office 2007 System have been made available in the Gulf region, at Gitex 2006, prior to the official release date in the United States. The Redmond Company has scheduled the unveiling of Vista, Office 2007 and Exchange 2007 under volume licenses at the New York&#8217;s Nasdaq stock exchange on November 30.</p>
<p>â€œOur aim is to be different and an innovator at the cutting edge of technologyâ€ said Frederick Sabty, Director of IT at Burj Al Arab. â€œWe offer the worldâ€™s best service, the best food and beverages, the most luxurious accommodation, and the best IT. We wanted to make it even easier for our guests to access their e-mail messages, the Internet, and multi-media without the hassle of moving from one Web site or channel to the next. By becoming an early adopter of a new system, we are putting our guests on the first step of a big staircase because eventually they will all be using it for business and leisure.â€</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2006/11/21/vista-launched-at-the-burj-al-arab-dubai/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
