<?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>Kongtechnology.com &#187; Microsoft</title>
	<atom:link href="http://www.kongtechnology.com/category/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kongtechnology.com</link>
	<description>Technology, Blogging, Gadgets, Microsoft, Apple, Mozilla, Google and more</description>
	<lastBuildDate>Sun, 29 Aug 2010 03:40:00 +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>How To Easily Disable Auto Start Up For Any Program In Windows</title>
		<link>http://www.kongtechnology.com/2010/07/30/how-to-easily-disable-auto-start-up-for-any-program-in-windows/</link>
		<comments>http://www.kongtechnology.com/2010/07/30/how-to-easily-disable-auto-start-up-for-any-program-in-windows/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 08:25:53 +0000</pubDate>
		<dc:creator>monkey99</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.kongtechnology.com/?p=2214</guid>
		<description><![CDATA[This requires you to have a certain amount of Windows skill, esp Regedit knowledge for the part that calls for it. *Note that by using Regedit &#8211; though it has been built into every Windows since Windows 95 &#8211; is not encouraged by Microsoft, which has disclaimed all responsibility if you messed up your Windows [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kongtechnology.com/wp-content/uploads/Easily-Disable-Startup-Programs1.png" rel="lightbox[2214]"><img class="alignnone size-medium wp-image-2223" src="http://www.kongtechnology.com/wp-content/uploads/Easily-Disable-Startup-Programs1-300x191.png" alt="" width="300" height="191" /></a></p>
<p><strong><em>This requires you to have a certain amount of Windows skill, esp Regedit knowledge for the part that calls for it.<br />
*Note that by using Regedit &#8211; though it has been built into every Windows since Windows 95 &#8211; is not encouraged by Microsoft, which has disclaimed all responsibility if you messed up your Windows with it. If using this rendered your computer into a giant door stopper, be prepared to swear to your manufacturer&#8217;s and Microsoft&#8217;s tech support that you have never heard of or know anything about it. Don&#8217;t bug us either as we had already warned you. <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></strong></p>
<p>Also, before you do this, check that the particular program which startup you want disabled has no options to disable auto startup anywhere within its program&#8217;s Options or Preferences, or in the system tray when you right click on its icon.</p>
<p><span id="more-2214"></span>I am sure you are aware that Windows programs NORMALLY start up automatically by having:<br />
a) their program shortcuts in Start &gt; Programs &gt; Startup folder OR<br />
b) a String Value in the Registry, especially under the &#8220;HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run&#8221; keys</p>
<p>So for:<br />
<strong><span style="text-decoration: underline;">Program which has its startup shortcut in the Startup folder:</span></strong><br />
1. Create a &#8220;Startup_Disabled&#8221; folder.<br />
2. Go to Start &gt; All Programs, right click &#8220;Explore All Users&#8221;.<br />
3. On the right pane, right click and select &#8220;New Folder&#8221;. Name it &#8220;Startup_Disabled&#8221; or anything you want.<br />
4. To prevent programs from starting up: From the Start Menu, just navigate to<br />
Start &gt; All Programs &gt; Startup, left click and hold the link of the program-to-be-disabled, and drag the it over to the Startup_Disabled folder and then release the mouse button.</p>
<p><a href="http://www.kongtechnology.com/wp-content/uploads/Easily-Disable-Startup-Programs2.png" rel="lightbox[2214]"><img class="alignnone size-medium wp-image-2224" src="http://www.kongtechnology.com/wp-content/uploads/Easily-Disable-Startup-Programs2-300x197.png" alt="" width="300" height="197" /></a></p>
<p><strong><span style="text-decoration: underline;">Program which has its startup string value in the Run registry keys:</span></strong><br />
1. In the registry, Create a Run_Disabled key for where you can find its startup string:<br />
Depending on your Windows version, the keys below will be different; but generally the idea is to create a &#8220;_Disabled key&#8221; for each string you want to disable. No need to create the &#8220;_Disabled&#8221; keys for all the Run folders, just create on-demand for the key where the string you want to disable resides in, whether in:<br />
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run OR<br />
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce OR<br />
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce OR<br />
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce OR</p>
<p>eg. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run_Disabled</p>
<p>2. Put all the links you want to disable inside this key.<br />
Windows will only check the Run key for auto startup programs and will be unaware of the existence of the Run_Disabled key.</p>
<p>Why I don&#8217;t use msconfig to do this, you asked?<br />
Cause it requires a restart and your computer will be eternally on &#8220;Selective Startup&#8221; after this, which slows down the system.<br />
Also, it is designed to be a troubleshooting tool, not for permanent use. There are programs out there that make doing this easier but this is my quick fix method without installing any program to do this. <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Personally, I have Gladinet and Bluetooth as permanent residents here in my _Disabled folder as I rarely use them but for the one or two times when I really need to use them, I just re-enable them here. And when you get used to doing things this way, you&#8217;ll find that you can also copy a registry autostart string, make it into a shortcut in Startup_Disabled folder, and then move or even delete the original registry key. To enable it, just move it the to Startup folder. It&#8217;s easier to check Startup_Disabled folder than to go through all the registry keys. <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kongtechnology.com/2010/07/30/how-to-easily-disable-auto-start-up-for-any-program-in-windows/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Microsoft Office 2010 available June 2010</title>
		<link>http://www.kongtechnology.com/2010/04/16/microsoft-office-2010-available-june-2010/</link>
		<comments>http://www.kongtechnology.com/2010/04/16/microsoft-office-2010-available-june-2010/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 10:20:54 +0000</pubDate>
		<dc:creator>Howard</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Microsoft Word]]></category>

		<guid isPermaLink="false">http://www.kongtechnology.com/?p=2024</guid>
		<description><![CDATA[Microsoft will be releasing the successor to Office 2007 in a few more weeks time. The latest version of the venerable word processor will see a host of incremental updates that refines the word processor and introduces a 64-bit version for the first time. After using the beta for a few months, I find that [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft will be releasing the successor to Office 2007 in a few more weeks time. The latest version of the venerable word processor will see a host of incremental updates that refines the word processor and introduces a 64-bit version for the first time.</p>
<p><span id="more-2024"></span>After using the beta for a few months, I find that the stability is great, although the software sometimes lags for no apparent reason, possibly due to the unique Click-and-Run method it uses in order to deliver the beta experience. Anyway, the RTM, or release to manufacturing, version will be out in a few more weeks as Microsoft is targeting a May release date for their corporate customers, followed in June for the general availability to people like you and me.</p>
<p>The 2010 suite is also the first time Microsoft is updating their Visio and Project programs, which are often widely used in corporate environments for project management and other commercial applications. The new interface should make it easier and more user friendly for people to work with.</p>
<p>“Stephen Elop, President of the Microsoft Business Division, [will] announce the launch of Office 2010 and SharePoint 2010 on May 12, 2010 at 11 a.m. EST. The live Microsoft keynote focuses on the next wave of productivity that delivers: end user productivity across the PC, phone and browser; IT choice and flexibility; [and] a platform for developers to build innovative solutions,” the details of the event read.</p>
<p>At this point in time, Office 2010 is yet to be released to manufacturing. A small group of testers worldwide is running the Release Candidate development milestone of Office 2010, which the company offered earlier this year. Office 2010 Build 4734.1000-110 is not available for the public, but users looking to get a feel of what the successor of Office 2007 brings to the table can still download Office 2010 Beta Build 14.0.4536.1000.</p>
<p>Fortunately the Malaysian build of the beta will still be able to run well into later this year, after which you will actually need to spend some money in order to get it.</p>
<p>Inking users (those who use a stylus with Office) might want to take a second look at Office 2010 as it has a much improved inking interface making writing a breeze on a touchscreen tablet. Integration with OneNote 2010 is also extensive and well well done, with some saying it&#8217;s better than Evernote, a popular free note aggregation program.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kongtechnology.com/2010/04/16/microsoft-office-2010-available-june-2010/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Office 2010: The 64-bit Question</title>
		<link>http://www.kongtechnology.com/2010/03/26/office-2010-the-64-bit-question/</link>
		<comments>http://www.kongtechnology.com/2010/03/26/office-2010-the-64-bit-question/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 05:37:56 +0000</pubDate>
		<dc:creator>Howard</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.kongtechnology.com/?p=1950</guid>
		<description><![CDATA[Office 2007 introduced a lot of new features and a brand new Ribbon interface that has fans either loving it or despising the way the whole thing functioned. That was three years ago. With 2010, a new Office release is scheduled to hit stores in June, earlier if you keep your eyes peeled on torrent [...]]]></description>
			<content:encoded><![CDATA[<p>Office 2007 introduced a lot of new features and a brand new Ribbon interface that has fans either loving it or despising the way the whole thing functioned. That was three years ago. With 2010, a new Office release is scheduled to hit stores in June, earlier if you keep your eyes peeled on torrent and direct download trackers.</p>
<p><span id="more-1950"></span>Office 2010 will be the first to come with the 64-bit goodness that Microsoft has been slowly rolling out. However, Microsoft is very careful this time with their approach to 64-bit by rolling out a pretty big disclaimer on the potential problems you will face if you choose to install this version over the 32-bit &#8216;standard&#8217; version.</p>
<p><img src="http://www.kongtechnology.com/wp-content/uploads/microsoft-office-2010.jpg" alt="" title="microsoft-office-2010" width="450" height="280" class="aligncenter size-full wp-image-1955" /></p>
<p>“We strongly recommend most users install 32-bit version of Office 2010  on both 32 and 64-bit Operating Systems because currently many common  add-ins for Office will not function in the 64-bit edition. The 64-bit  installation of Microsoft Office 2010 products will be available for  users who commonly use very large documents or data set and need Excel  2010 programs to access greater than 2GB of memory. There may be  technical issues with the 64-bit version and in order to install a  64-bit version of Office 2010 product users must have a 64-bit supported  operating system on their PC,” Microsoft notes.</p>
<p>However, I&#8217;ve been testing out the Beta version and have no problems with 64-bit compatibility as I don&#8217;t use any other addons besides the one installed natively by Office. I suppose for bigger organizations who write their own custom addons, the 64-bit version might break compatibility and Microsoft have wised up and learned from their disastrous 64-bit introduction of Vista, which had huge compatibility issues with almost all major driver and software.</p>
<p>Honestly, I&#8217;m not sure why you would need a 64-bit version of Word. It allows you to access documents that need more than 2gb of memory to load, but this very rarely happens, unless your document is very very VERY long and contains lots of images and animations and such. For other applications like Access and Excel, perhaps it is possible that you will run into the memory load that necessitates using the 64-bit version. Some users note that the 64-bit version also starts up slightly faster, if you are really running out of reasons for wanting to switch.</p>
<p>Office 2010 also offers several new online versions of popular applications like Outlook and  Word. It will be interesting to see how this will tie in to Cloud Computing and Web 2.0 technologies being developed.</p>
<p>You can grab your free beta copy from <a href="http://www.office2010.com.my/Default.aspx" target="_blank" rel="external nofollow">this website</a> and post your testimonials. Monthly winners get a chance of getting a HTC Touch HD2 phone!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kongtechnology.com/2010/03/26/office-2010-the-64-bit-question/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>5 Ways To Prolong The Life Of Your Old Notebook</title>
		<link>http://www.kongtechnology.com/2010/03/23/5-ways-to-prolong-the-life-of-your-old-notebook/</link>
		<comments>http://www.kongtechnology.com/2010/03/23/5-ways-to-prolong-the-life-of-your-old-notebook/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 04:15:27 +0000</pubDate>
		<dc:creator>monkey99</dc:creator>
				<category><![CDATA[Computers and Gadgets sales]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[GeForce]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[notebook]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[ram]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.kongtechnology.com/?p=1910</guid>
		<description><![CDATA[If you had bought your notebook 2 to 4 years ago &#8211; like I did &#8211; chances are it is now feeling slow and boring to you. What used to be leading edge is now egging on you constantly for a new breath of life. So what are some of the things you can do [...]]]></description>
			<content:encoded><![CDATA[<div>If you had bought your notebook 2 to 4 years ago &#8211; like I did &#8211; chances are it is now feeling slow and boring to you. What used to be leading edge is now egging on you constantly for a new breath of life. So what are some of the things you can do to revitalize it?</div>
<div id="attachment_1912" class="wp-caption alignnone" style="width: 310px"><a href="http://www.kongtechnology.com/wp-content/uploads/5-Ways-To-Prolong-The-Life-Of-Your-Old-Notebook-1.jpg" rel="lightbox[1910]"><img class="size-medium wp-image-1912" src="http://www.kongtechnology.com/wp-content/uploads/5-Ways-To-Prolong-The-Life-Of-Your-Old-Notebook-1-300x259.jpg" alt="" width="300" height="259" /></a><p class="wp-caption-text">My 3-year old notebook</p></div>
<p><strong><span style="text-decoration: underline">The 5 Ways</span></strong></p>
<div>Note that since there are so many different configurations for notebooks, what&#8217;s mentioned here in this article are suggestions which may or may not apply to you. You will need to google for more information and also read your notebook&#8217;s user manual as I can only give you hints. You will have to do more research. <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
<p><strong>1 Upgrade your memory to the MAXIMUM as indicated in your notebook&#8217;s manual</strong></p>
<p>Upgrading your RAM from 512MB to 1GB, for example, can give you a much noticeable speed improvement.</p>
<p><span id="more-1910"></span>-The maximum memory limit can be anywhere from 512MB to 4GB depending on when you bought the notebook. And for Windows XP, regardless of how much physical RAM you have, there is a 3GB max for 32-bit WinXP and 4GB for 64-bit WinXP. If you need to use past this limit, upgrade to Windows 7!</p>
<div>-If you cannot even upgrade to 1GB (really old notebook), consider getting a new one as it&#8217;s not worth it. Win7 needs more than 1GB for acceptable performance. You will be better off saving your hard earned money for your next laptop.</div>
<div>-If your RAM is above 1.5 GB, you can also think about disabling your Page File (not recommended) or setting it to a low value (better solution) so that less hard disk swapping is required.</div>
<p><strong>2. Use Microsoft ReadyBoost if you&#8217;re running Windows Vista or Windows 7</strong></p>
<p>ReadyBoost works by using flash memory in an USB drive or memory card as a disk cache. It is not additional RAM. Think of it as a middle man arbitrating between the RAM and the Paging File.</p>
<div>-This is highly recommended for older machines with 512MB or 1GB RAM (at max). It is also cheaper than a RAM upgrade but it won&#8217;t give you as much of a boost as in a RAM upgrade.</div>
<div>-For Win Vista, there is 4 GB max limit for the flash device but there is reputedly none for Win 7.</div>
<div>-For XP users, you&#8217;re unloved so try using a RAM drive which is another software solution but this is only possible if you have lots of RAM &#8211; anything above 2GB is good.</div>
<p><strong>3. If your laptop has a hard disk running at 5400 rpm - upgrade it to 7200 rpm </strong></p>
<p>&#8230;. for faster disk access times and better Windows performance.</p>
<div>As an added bonus, you will also get a higher capacity drive. Depending on your laptop, be sure to upgrade the older PATA technology drive with another PATA drive, and the newer SATA with SATA.</div>
<div>OR upgrade you hard disk to a SSD (Solid State Disk). This is more expensive and it is supposed to be much faster than a hard disk. Unfortunately, it has its own caveat as you get faster read speed but much slower write speed compared to a hard disk drive so this might not be worth it for the asking price at the moment.</div>
<div id="attachment_1913" class="wp-caption alignnone" style="width: 310px"><a href="http://www.kongtechnology.com/wp-content/uploads/5-Ways-To-Prolong-The-Life-Of-Your-Old-Notebook-2.jpg" rel="lightbox[1910]"><img class="size-medium wp-image-1913  " src="http://www.kongtechnology.com/wp-content/uploads/5-Ways-To-Prolong-The-Life-Of-Your-Old-Notebook-2-300x255.jpg" alt="" width="300" height="255" /></a><p class="wp-caption-text">A Nvidia Geforce graphics chip on a MXM card</p></div>
<p><strong>4. Upgrade the graphics adapter in your notebook</strong></p>
<div>Traditionally, notebooks are well known for their graphics non-upgradeability as their space is severely limited. They also have embedded instead of discrete graphics. Even if you have discrete graphics, there was no industry standard for a common socket/slot as in desktops. It is only recently that Nvidia came out with the MXM (Mobile PCI eXpress Module) that allows a common standard for the notebook&#8217;s graphics adapter. And that is more for cost cutting rather than for upgradeability. Chances are your laptop does not have MXM as it is still uncommon.</div>
<div>Your chance of having an upgrade path here is very slim, and unless if you have &#8220;graphics upgrade&#8221; mentioned anywhere in your notebook&#8217;s manual, it is most likely that the graphics adapter cannot be upgraded.</div>
<div><strong>5. Retire your notebook as your main surfing machine and extend it&#8217;s life</strong></div>
<div>&#8230;.by using it as a file server/media player/p2p downloader for other computers.</div>
<div>No need to buy expensive Home Servers. There are a lot of free open source Linux distros that allow you to configure such a server. Like I said earlier, you will have to do the leg work yourself. <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </div>
<div>Also, if you have headphones out, output the sound to your home stereo for a better sonic experience as a media player.</div>
<div>Finally, consider buying a netbook. It&#8217;s small, it&#8217;s cute, it&#8217;s adorable and it&#8217;s drawing all the admiring glances. Netbooks are also in line with the current focus on saving energy for a greener style of life. Notebooks are so boring and so last millenium. It&#8217;s like those Compaq luggables of old 80s. They were the portable computers of their time. Now, the baton has been passed to the netbooks. <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
]]></content:encoded>
			<wfw:commentRss>http://www.kongtechnology.com/2010/03/23/5-ways-to-prolong-the-life-of-your-old-notebook/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>Comparison Table of Tablet PC / Slate in 2010</title>
		<link>http://www.kongtechnology.com/2010/01/14/comparison-table-of-tablet-pc-slate-in-2010/</link>
		<comments>http://www.kongtechnology.com/2010/01/14/comparison-table-of-tablet-pc-slate-in-2010/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 07:56:12 +0000</pubDate>
		<dc:creator>Kitkat</dc:creator>
				<category><![CDATA[Apple and Mac]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[apple islate]]></category>
		<category><![CDATA[slate]]></category>
		<category><![CDATA[tablet]]></category>

		<guid isPermaLink="false">http://www.kongtechnology.com/?p=1550</guid>
		<description><![CDATA[In CES 2010, several major manufacturers such as Microsoft (in conjunction with HP), Nvidia, Dell, Sony and thers announced their latest Tablet PCs (also known as Slate). Here&#8217;s a couple of options that you will be able to choose from&#8230; From Microsoft &#038; HP&#8230; From Dell&#8230; From Nvidia&#8230; OK we know that looks alone will [...]]]></description>
			<content:encoded><![CDATA[<p>In CES 2010, several major manufacturers such as Microsoft (in conjunction with HP), Nvidia, Dell, Sony and thers announced their latest Tablet PCs (also known as Slate). Here&#8217;s a couple of options that you will be able to choose from&#8230;</p>
<p><em>From Microsoft &#038; HP&#8230;</em><br />
<a href="http://www.kongtechnology.com/wp-content/uploads/microsoft_hp_slate.jpg" rel="lightbox[1550]"><img src="http://www.kongtechnology.com/wp-content/uploads/microsoft_hp_slate.jpg" alt="" title="microsoft_hp_slate" width="300" height="332" class="alignnone size-full wp-image-1557" /></a><br />
<span id="more-1550"></span><br />
<em>From Dell&#8230;</em><br />
<a href="http://www.kongtechnology.com/wp-content/uploads/dell_mini_5_android_tablet.jpg" rel="lightbox[1550]"><img src="http://www.kongtechnology.com/wp-content/uploads/dell_mini_5_android_tablet.jpg" alt="" title="dell_mini_5_android_tablet" width="300" height="183" class="alignnone size-full wp-image-1556" /></a></p>
<p><em>From Nvidia&#8230;</em><br />
<a href="http://www.kongtechnology.com/wp-content/uploads/nvidia_tegra_tablet.jpg" rel="lightbox[1550]"><img src="http://www.kongtechnology.com/wp-content/uploads/nvidia_tegra_tablet.jpg" alt="" title="nvidia_tegra_tablet" width="300" height="242" class="alignnone size-full wp-image-1558" /></a></p>
<p>OK we know that looks alone will not win your hard-earned dollar. If that were so Apple would rule the world right? So here are some specs to look at:</p>
<table border="1" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td width="118" valign="top"></td>
<td width="118" valign="top"><strong>Apple iSlate</strong></td>
<td width="118" valign="top"><strong>Microsoft + HP Slate</strong></td>
<td width="118" valign="top"><strong>Nvidia Tegra Tablet</strong></td>
<td width="118" valign="top"><strong>Dell Mini 5 Android Slate</strong></td>
</tr>
<tr>
<td width="118" valign="top"><strong>Screen</strong></td>
<td width="118" valign="top">7 to 10 inch (Not confirmed)</td>
<td width="118" valign="top">Between 10 to 12 inch</td>
<td width="118" valign="top">7 inch at 1024 x 600 resolution</td>
<td width="118" valign="top">5 inch</td>
</tr>
<tr>
<td width="118" valign="top"><strong>Multitouch</strong></td>
<td width="118" valign="top">Yes</td>
<td width="118" valign="top">Yes</td>
<td width="118" valign="top">Yes</td>
<td width="118" valign="top">Yes</td>
</tr>
<tr>
<td width="118" valign="top"><strong>OS</strong></td>
<td width="118" valign="top">Mac OS</td>
<td width="118" valign="top">Windows 7 (full version)</td>
<td width="118" valign="top">Android OS</td>
<td width="118" valign="top">Android OS 1.6 (customized)</td>
</tr>
<tr>
<td width="118" valign="top"><strong>CPU &amp; GPU</strong></td>
<td width="118" valign="top">Unknown. Should be more powerful than iPhone, less   powerful than Macbook.</td>
<td width="118" valign="top">More powerful than mobile phone, almost as powerful as PC.</td>
<td width="118" valign="top">Nvidia Tegra Processor</td>
<td width="118" valign="top">Unkonwn</td>
</tr>
<tr>
<td width="118" valign="top"><strong>HD videos</strong></td>
<td width="118" valign="top">Unknown</td>
<td width="118" valign="top">Unknown</td>
<td width="118" valign="top">Yes (1080p)</td>
<td width="118" valign="top">Unknown</td>
</tr>
<tr>
<td width="118" valign="top"><strong>Storage</strong></td>
<td width="118" valign="top">Unknown (there should be an internal storage at least   32GB)</td>
<td width="118" valign="top">Unknown (there should be an internal storage for Windows   7)</td>
<td width="118" valign="top">Unknown (there should be a minor storage for Android OS)</td>
<td width="118" valign="top">Unknown (there should be a minor storage for Android OS)</td>
</tr>
<tr>
<td width="118" valign="top"><strong>Other features</strong></td>
<td width="118" valign="top">Unknown</td>
<td width="118" valign="top">Unknown</td>
<td width="118" valign="top">WIFI, TV-out, ebook reader, 3D gaming.</td>
<td width="118" valign="top">WIFI, Bluetooth, Telephony, 5 Megapixel camera,</td>
</tr>
<tr>
<td width="118" valign="top"><strong>Released Date</strong></td>
<td width="118" valign="top">Unknown (Will be announce 27<sup>th</sup> Jan 2010)</td>
<td width="118" valign="top">4Q 2010</td>
<td width="118" valign="top">Somewhere in 2010</td>
<td width="118" valign="top">Unknown</td>
</tr>
<tr>
<td width="118" valign="top"><strong>Price</strong></td>
<td width="118" valign="top">RM2,400 – RM3,100 (not confirmed)</td>
<td width="118" valign="top">Unknown</td>
<td width="118" valign="top">Unknown</td>
<td width="118" valign="top">Unknown</td>
</tr>
</tbody>
</table>
<p style="text-align: center">Tablet PC / Slate Comparison Table</p>
<p><strong>Microsoft HP Slate </strong><br />
<object width="400" height="243"><param name="movie" value="http://www.youtube.com/v/Y9yz5YccwjE&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Y9yz5YccwjE&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="400" height="243"></embed></object></p>
<p><strong>Dell Mini 5</strong>: <a href="http://vimeo.com/8619747" target="_blank" rel="external nofollow">View at Vimeo</a></p>
<p style="text-align: left">We are still lacking details on all the slates out there but at least this will give you a rough idea on what is it and how it looks like. We&#8217;ll be monitering the Apple iSlate closely for an expected announcement this month end, stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kongtechnology.com/2010/01/14/comparison-table-of-tablet-pc-slate-in-2010/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Why I hate Windows Vista</title>
		<link>http://www.kongtechnology.com/2010/01/05/why-i-hate-windows-vista/</link>
		<comments>http://www.kongtechnology.com/2010/01/05/why-i-hate-windows-vista/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 06:43:39 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kongtechnology.com/?p=1422</guid>
		<description><![CDATA[This is the year where the switch to Windows 7 will gain momentum. Not least because of existing Vista users who are so sick and tired of their bulky and inferior OS. Despised and loathed by many, Vista will be dying an uncelebrated death this year. I’ve decided not to pen my own words for [...]]]></description>
			<content:encoded><![CDATA[<p>This is the year where the switch to Windows 7 will gain momentum. Not least because of existing Vista users who are so sick and tired of their bulky and inferior OS. Despised and loathed by many, Vista will be dying an uncelebrated death this year. I’ve decided not to pen my own words for its eulogy… being the nice person that I am, instead I’ve asked one of our readers to write down what’s wrong with Windows Visa. So here it goes…</p>
<p style="text-align: center"><a href="http://www.kongtechnology.com/wp-content/uploads/windows-vista.jpg" rel="lightbox[1422]"><img class="size-medium wp-image-1423 aligncenter" src="http://www.kongtechnology.com/wp-content/uploads/windows-vista-300x148.jpg" alt="" width="300" height="148" /></a></p>
<p>….millions of people depend on Windows Vista software. While Windows dominate the market, feedback about Vista has been less than impressive. One of the key reasons is the fact that while you may have a PC with the minimum system requirements, excess codes from its graphics and utilities would reduce the performance of your pc. Another irritating fact about vista is the fact that many applications cannot work without a vendor update. Imagine the horror one goes through when basic applications like anti-virus, CD burning tools and even browser tools like Firefox <strong>require updates to be able to work</strong>. To add to one&#8217;s misery,<strong> Vista is also a favourite target for malware authors</strong>!<span id="more-1422"></span></p>
<h2>Nightmare of Windows user</h2>
<p>Besides that, Vista’s 64-bit versions complicate matters further by <strong>prohibiting any drivers besides the signed ones</strong> for kernel mode installation. Even via system administrators to override this feature is an uphill task. Another reason why Vista users are frustrated is the fact that it has a <strong>flawed memory protection</strong> system that can be easily bypassed! With a <strong>weak file backup</strong>, problems arise when you attempt to backup files unless it is thought to be part of the operating system.</p>
<p style="text-align: center"><a href="http://www.kongtechnology.com/wp-content/uploads/windows-vista-ultimate.jpg" rel="lightbox[1422]"><img class="size-medium wp-image-1425  aligncenter" src="http://www.kongtechnology.com/wp-content/uploads/windows-vista-ultimate-300x251.jpg" alt="" width="300" height="251" /></a></p>
<h2>Premium Price, Hopeless Performance</h2>
<p>For the price paid, many of the features Vista offers to its users are a nuisance that do nothing but <strong>slow down</strong> the computer. These include the rather redundant Super Fetch and even background services like Web Client and PnP-X IP Bus Enumerator Service to name a few. It is rather amusing to know that the software has many features that makes it not only annoying but unproductive!</p>
<p>Last but definitely not the least is the fact that Vista is guarded by a rather severe licensing system that allows allows the transfer of the license only once. This is a fact that many of us overlook when reading the terms and conditions. Value for money? Likely not!</p>
<p style="text-align: center"><a href="http://www.kongtechnology.com/wp-content/uploads/windows-vista-sexy.jpg" rel="lightbox[1422]"><img class="size-medium wp-image-1424  aligncenter" src="http://www.kongtechnology.com/wp-content/uploads/windows-vista-sexy-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p>So goobye Windows Vista, so long, farewell, adieu… . RIP</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kongtechnology.com/2010/01/05/why-i-hate-windows-vista/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Microsoft Windows 7 XP Mode now RTM and available for download</title>
		<link>http://www.kongtechnology.com/2009/10/15/microsoft-windows-7-xp-mode-now-rtm-and-available-for-download/</link>
		<comments>http://www.kongtechnology.com/2009/10/15/microsoft-windows-7-xp-mode-now-rtm-and-available-for-download/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 02:39:39 +0000</pubDate>
		<dc:creator>Howard</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[XP Mode]]></category>

		<guid isPermaLink="false">http://www.kongtechnology.com/?p=1327</guid>
		<description><![CDATA[Exciting news if you have been looking forward to XP Mode for Windows 7. Microsoft has just released the final approved copy of Windows Virtual PC and XP Mode Add-on for Windows 7, bringing this useful ability to the same RTM status as Windows 7&#8242;s core operating system. XP Mode is Windows 7&#8242;s new way [...]]]></description>
			<content:encoded><![CDATA[<p>Exciting news if you have been looking forward to <strong>XP Mode</strong> for <strong>Windows 7</strong>. Microsoft has just released the final approved copy of Windows Virtual PC and XP Mode Add-on for Windows 7, bringing this useful ability to the same RTM status as Windows 7&#8242;s core operating system.</p>
<p>XP Mode is Windows 7&#8242;s new way of integrating a virtualization experience directly into the operating system. In the past, it was cumbersome to set up a virtual computer and required some special knowledge that most users are not bothered to learn. As a result, Vista which broke certain applications that only worked on XP earned the wrath of many a consumer. It might be a case of too little too late, but XP Mode for Win 7 attempts to make using virtual computers a seamless environment for legacy applications.</p>
<p><img src="http://www.kongtechnology.com/images/windows-7-xp.jpg" alt="Windows 7 XP mode" /></p>
<h2>Virtualization Technology</h2>
<p>One caveat to XP Mode is that your processor needs to support <strong>Virtualization Technology</strong>, and most AMD processors have this support enabled as a default so it will not be a problem for you. Unfortunately for Intel processors, only certain models have VT, and most of them are disabled by default in the computer BIOS. If you are running Intel, it is highly advised that you Google your processor&#8217;s compatibility with VT. Intel had a quirky way of working out which class of their processors support VT, and you may find it surprising that some of their high end quad core models DO NOT have VT.</p>
<p><span id="more-1327"></span></p>
<p>Nevertheless, once you have enabled VT support from the BIOS, it is a simple matter of downloading and installing Virtual PC and XP Mode from this <a rel="external nofollow" href="http://depositfiles.com/files/5fcea3bdb" target="_out">torrent</a>.</p>
<p>The new XP mode supports the following features:</p>
<ul>
<li>USB device support
<li>Seamless application publishing and launching
<li>Support for multi-threads
<li>Clipboard sharing
<li>Printer redirection
<li>Smart card redirection
<li>Drive sharing
<li>Integration with Windows Explorer
<li>Known folder integration between host and guest
<li>Support for higher resolution
<li>Requires AMD-V or Intel-VT CPU features
<li>Integration with XP Mode
</ul>
<p>It&#8217;s definitely a virtual computer system done right, as the seamless integration means you won&#8217;t notice that the application is running within a virtual computer. It will just pop up and behave more or less exactly like it is running natively on your Windows 7.  However, note that XP Mode is only available for Windows 7 Professional, Enterprise and Ultimate.</p>
<h2>Why XP Mode?</h2>
<p>Why run XP Mode? Besides offering you a way to run applications that wouldn&#8217;t run using Windows 7 XP Compatibility Mode, you can also use this to run 32-bit versions of applications from a 64-bit computer. An example of this would be engineering software like CATIA, which refuses to run on a 64-bit system unless you purchase the proper version of it.</p>
<p>Happy downloading and good luck with Windows 7. <img src='http://www.kongtechnology.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kongtechnology.com/2009/10/15/microsoft-windows-7-xp-mode-now-rtm-and-available-for-download/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Use Privoxy as an Internet Filter and Ad-Blocker</title>
		<link>http://www.kongtechnology.com/2009/09/30/use-privoxy-as-an-internet-filter-and-ad-blocker/</link>
		<comments>http://www.kongtechnology.com/2009/09/30/use-privoxy-as-an-internet-filter-and-ad-blocker/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 03:23:22 +0000</pubDate>
		<dc:creator>Howard</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[ad blocking]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[filtering]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[Privoxy]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://www.kongtechnology.com/?p=1293</guid>
		<description><![CDATA[I have recently made the shift to Google Chrome and missed the Ad-Block extension dearly. Chrome currently does not support a streamlined interface for providing plugin support unlike Mozilla Firefox, so I am left wanting for a way to bust the ads that keep appearing in my page. My attempts at looking for a way [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently made the shift to Google Chrome and missed the Ad-Block extension dearly. Chrome currently does not support a streamlined interface for providing plugin support unlike Mozilla Firefox, so I am left wanting for a way to bust the ads that keep appearing in my page.</p>
<p>My attempts at looking for a way around this problem yielded a way of switching on developer mode for Chrome and then <a rel="external nofollow" href="http://www.adsweep.org/" target="_out">using a Userscript</a> to do the same thing.</p>
<p><img src="http://www.kongtechnology.com/images/privoxy.jpg" alt="Privoxy" /></p>
<p>Unfortunately, the whole process is rather clunky and did not really work. Happily, I stumbled upon something called <a href="http://www.privoxy.org/" target="_out" rel="external nofollow">Privoxy</a>, and it&#8217;s an absolute godsend which I will now heartily recommend to anybody who&#8217;s on the Internet often. Even if you have adblock software installed on Firefox, you should check out Privoxy all the same because it&#8217;s a whole new concept of Internet filtering.</p>
<p><span id="more-1293"></span></p>
<p>First let&#8217;s introduce <a rel="external nofollow" href="http://www.privoxy.org/" target="_out">Privoxy</a> and what it is capable of. It is an advanced non-caching web proxy with filtering capabilities allowing you to directly modify HTTP headers and controlling access. The advanced features are quite powerful and allows you to filter out certain keywords, setting up actions and filter rules and so on. However for most of us, Privoxy is used to block ads and banners, get rid of &#8216;web-bugs&#8217; or invisible cookies and generally remove most of the nasty stuff that the Internet likes to throw at you.</p>
<p>Although the settings sound scary, installing and configuring Privoxy can be done in two steps and gives you 80% of the benefits from the tool. Only a small percentage of very advanced people would actually use the remaining 20% of Privoxy&#8217;s power for other purposes. Simply head on over to their website and grab a copy to install in your machine.</p>
<p>After you&#8217;re done, its time to set your browser to use Privoxy as a proxy. In the case of Google Chrome, we simply head on to the Options &gt; Under the Hood page and hunt down the Proxy configuration. In the new dialog menu, go to LAN Settings, then Advanced and finally under HTTP and Secure, set the Proxy address as localhost and the port as 8118. This are the port that Privoxy uses. Set the same settings for your other browsers if you want to use Privoxy to filter out the data.</p>
<p><img src="http://www.kongtechnology.com/images/proxy-configuration.jpg" alt="Proxy configuration" /></p>
<p>Once that&#8217;s done you&#8217;re all set to go. Remember to allow Privoxy to start each time your computer does (just drag a shortcut to Privoxy and put it inside your Startup folder in the Start Menu). Otherwise, your browser will be hunting for a Proxy which hasn&#8217;t started yet.</p>
<p>That&#8217;s all you need to do. Now whenever you visit any website, Privoxy will be the bouncer in line to strip search the content and filter out all the junk from the Internet before passing the remaining clean data over to your browser, to use an analogy. The built in filtering algorithm and rules are pretty sturdy right out of the box, but remember to update your Privoxy installation every now and again to get newer filtering rules. It&#8217;s a very fast and efficient way to set up ad blocking on your computer, and if you follow the above method for Chrome, Internet Explorer will also be configured for Privoxy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kongtechnology.com/2009/09/30/use-privoxy-as-an-internet-filter-and-ad-blocker/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Microsoft Zune HD battles iPod Touch</title>
		<link>http://www.kongtechnology.com/2009/09/22/microsoft-zune-hd-battles-ipod-touch/</link>
		<comments>http://www.kongtechnology.com/2009/09/22/microsoft-zune-hd-battles-ipod-touch/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 04:31:54 +0000</pubDate>
		<dc:creator>Howard</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Apple iPod]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[zune hd]]></category>

		<guid isPermaLink="false">http://www.kongtechnology.com/?p=1290</guid>
		<description><![CDATA[After many months of waiting, the Zune HD, Microsoft&#8217;s answer to Apple&#8217;s iPod Touch, has finally landed in the United States and a few other areas around the world. Microsoft were pushing for simultaneous release across the globe, but logistical problems prevented that, so the Zune HD will be launched in stages. Zune HD marks [...]]]></description>
			<content:encoded><![CDATA[<p>After many months of waiting, the <strong>Zune HD</strong>, Microsoft&#8217;s answer to Apple&#8217;s <strong>iPod Touch</strong>, has finally landed in the United States and a few other areas around the world. Microsoft were pushing for simultaneous release across the globe, but logistical problems prevented that, so the Zune HD will be launched in stages.</p>
<p>Zune HD marks a significant step forward for portable media players, combining powerful hardware components such as an organic light-emitting diode (OLED) multitouch screen, an NVIDIA Tegra HD processor and HD Radio capabilities with software advancements such as the new Quickplay menu, a well-featured Web browser, and engaging music and video playback features to deliver a new portable listening and viewing experience. The device is also capable of output of 720p high-def content to a HDTV.</p>
<p><img src="http://www.kongtechnology.com/images/zune-hd.jpg" alt="Zune HD" /></p>
<p><span id="more-1290"></span></p>
<h2>Zune Marketplacer</h2>
<p>The Zune HD also features an FM tuner, which is also present in the iPod Nano but not the Touch. But its the NVIDIA processor that is most exciting, as the 3D capabilities offered surpasses what could be done on most consumer electronics device out there currently, including the ageing PSP. Microsoft has already stated their commitment towards bringing exciting 3D titles such as <a href="http://en.wikipedia.org/wiki/Project_Gotham_Racing" target="_out" rel="external nofollow">Project Gotham Racing</a> and <a href="http://en.wikipedia.org/wiki/Audiosurf" target="_out" rel="external nofollow">Audiosurf</a> later in the year though the Zune Marketplace, an online service similar to the iTunes Store. However no titles will be available at launch.</p>
<h2>OLED Screen</h2>
<p>Another huge selling point of the Zune HD is the incredibly gorgeous screen, using not the old LCD technology used in almost all modern devices today but the more advanced, thinner, more detailed OLED screens offering a stunning experience especially when watching movies on them.</p>
<p>With the launch of Zune HD, Microsoft faces an uphill battle to populate its Marketplace with good apps whilst the Apple App Store boasts millions of applications with tons of games that can be downloaded and played right now. It is expected that Microsoft will take anywhere from 6 months to a year before people will take the Marketplace seriously.</p>
<p><img src="http://www.kongtechnology.com/images/microsoft-zune-hd.jpg" alt="Microsoft Zune HD" /></p>
<p>Secondly, the pricing of the cheapest 16GB Zune HD is at $220, which is a tad higher than the cheapest 8GB iPod Touch 2G at $199. If you spend your time watching lots of video and listen to songs and have a use for the FM tuner, the Zune is the better device. But if the sole reason for owning a media player is to have a multipurpose portable entertainment device, the iPod will still remain the device to beat.</p>
<p>Although Microsoft has been trying again and again since 2006 with the original Zune to take on the iPod, it seems like the Zune HD is not the answer&#8230; yet. But it does provide a refreshing alternative to the be-all-end-all iPod Touch. Maybe the Zune HD 2 will meet the bar that Apple has set&#8230; assuming it hasn&#8217;t been moved higher by then. Before committing your money on either device, I highly recommend you go to a store and check out the Zune HD in action, especially the screen quality. It might be just the thing to sway your opinion.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kongtechnology.com/2009/09/22/microsoft-zune-hd-battles-ipod-touch/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Windows 7 Released to Manufacturing (RTM), General Availability 22nd Oct</title>
		<link>http://www.kongtechnology.com/2009/07/26/windows-7-released-to-manufacturing-rtm-general-availability-22nd-oct/</link>
		<comments>http://www.kongtechnology.com/2009/07/26/windows-7-released-to-manufacturing-rtm-general-availability-22nd-oct/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 13:41:01 +0000</pubDate>
		<dc:creator>Howard</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[activation]]></category>
		<category><![CDATA[RTM]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.kongtechnology.com/?p=1195</guid>
		<description><![CDATA[After many weeks of speculation, Microsoft finally confirms that Windows 7 has finally achieved RTM (released to manufacturing) status and they will no longer be changing the OS (producing updated builds, in technospeek) from now until October 22nd when it will be officially available in stores around the world. This means the code is finally [...]]]></description>
			<content:encoded><![CDATA[<p>After many weeks of speculation, Microsoft finally confirms that <strong>Windows 7</strong> has finally achieved RTM (released to manufacturing) status and they will no longer be changing the OS (producing updated builds, in technospeek) from now until October 22nd when it will be officially available in stores around the world. This means the code is finally &#8216;set&#8217; in place and no updates will happen until after GA, when they will then start to release patches for it when inevitably hackers discover flaws in the OS that needs to be fixed.</p>
<p><img src="http://www.kongtechnology.com/images/windows-7.gif" alt="Windows 7" /></p>
<p>Ever since <strong>Windows 7 Beta</strong> leaked out, people have sung praises for the OS, citing its speedy interface and stability as a welcome change to Vista&#8217;s problems. This was then succeeded by a wildly successful Windows 7 RC1 release, which gave tech enthusiasts around the world a chance to download and try out a Release Candidate, which simply means giving us a peek into the world of Windows 7 without having to spend a single cent. The RC generated a lot of positive feedback and no doubt helped propel Windows 7 into the almost mythic status of being the panacea to absolve Microsoft of the messy negative vibe of Windows Vista.</p>
<p><span id="more-1195"></span></p>
<p>Nonetheless, the RC had its own bugs here and there, one of which I encountered is very poor Java compatibility turning my system to a complete crawl if I leave it on for too long. However, since RC1, there have been many builds released by Microsoft as they try to catch a July deadline where they will release the code to manufacturing.</p>
<p>This is done because OEM computer builders like Dell and Acer will have time to install the operating system into their tens of thousands of computers they will inevitably sell. Releasing the OS to big companies like these allow them some breathing space to tweak their systems and make sure Windows 7 is running with the best experience possible for customers.</p>
<p>And so Microsoft has finally announced Windows 7&#8242;s RTM status today, with the code to be released in the next few days to manufacturers around the world. Expect pirates to leak a copy of the RTM code soon, although Microsoft Developer Network (MSDN) people have said that build 16385 is the RTM version and you can already download it from torrent sites all over the web. However, there may be some slight changes here and there, so it&#8217;s probably wiser to just wait for the &#8216;officially leaked&#8217; RTM version which will appear on file sharing sites anytime now.</p>
<p>However, there will probably be some problems with trying to activate these RTM versions of Windows illegally. First of all, it is quite obvious that if you were to get your hands on a leaked RTM copy and activate it, Microsoft would immediately know you are a pirate simply because Windows 7 is not supposed to be in the hands of the general public until October. Can you say &#8216;<a rel="external nofollow" href="http://en.wikipedia.org/wiki/Kill_switch" target="_out">kill switch</a>&#8216;?. Secondly, there are no known ways of cracking the activation sequence currently, and pirates have so far only tried the &#8216;rearm&#8217; trick to extend your grace activation period for 30 days when it expires.</p>
<p>Anyway, enjoy the news and expect to hear the OS hacked before long. After all, Windows 7 is based on Vista, and I think vistaloader can easily be adapted to activate Microsoft&#8217;s latest OS.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kongtechnology.com/2009/07/26/windows-7-released-to-manufacturing-rtm-general-availability-22nd-oct/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
