<?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>TechSpot Blog &#187; microsoft</title>
	<atom:link href="http://www.techspot.com/blog/category/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techspot.com/blog</link>
	<description>Technology news and commentary by the TechSpot.com staff</description>
	<lastBuildDate>Tue, 14 Sep 2010 09:22:22 +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>Slow System Performance When Copying Large Files in XP x64 &amp; Server 2003 x64 &#8211; And a solution!</title>
		<link>http://www.techspot.com/blog/224/slow-system-performance-when-copying-large-files-in-xp-x64-server-2003-x64/</link>
		<comments>http://www.techspot.com/blog/224/slow-system-performance-when-copying-large-files-in-xp-x64-server-2003-x64/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 21:42:03 +0000</pubDate>
		<dc:creator>Per Hansson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[tips & tricks]]></category>

		<guid isPermaLink="false">http://www.techspot.com/blog/?p=224</guid>
		<description><![CDATA[I&#8217;ve been using Windows XP x64 for about a year now. My previous OS of choice was Windows 2000 which I really loved, I swore to never upgrade to XP and in a way I succeeded because XP x64 is really just Windows Server 2003 x64 with another name. Some apps even identify it as [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using Windows XP x64 for about a year now. My previous OS of choice was Windows 2000 which I really loved, I swore to never upgrade to XP and in a way I succeeded because XP x64 is really just Windows Server 2003 x64 with another name. Some apps even identify it as the Server OS since it bears the same NT build number of NT v5.2.</p>
<p>The reason I finally upgraded was so I could access all of my new system&#8217;s 8GB of RAM, and also because I was getting tired of writing Win2K fixes for games like <a href="http://www.techspot.com/vb/topic85224.html" target="_blank">Bioshock</a> and <a href="http://www.techspot.com/vb/topic90831.html" target="_blank">Crysis.</a> <span style="font-family: Courier New;">;-) </span><br />
But from the very beginning of the transition I was disappointed; XP x64, when handling large files would slow down to a crawl.</p>
<p>I tried in vain to look for a solution, to give you an example: I&#8217;ve got a RAID5 array with 3 x 1TB hard drives and a lone Raptor 150GB for the OS. If I played back a 1080p trailer off <a href="http://www.apple.com/trailers/" target="_blank">Apple&#8217;s site</a> stored to my hard drive using <a href="http://en.wikipedia.org/wiki/QuickTime_Alternative" target="_blank">Quicktime Alternative</a> the video would start to skip massively if at the same time I copied a large file from the RAID5 array to my Raptor disk, or extracted a file using WinRAR in the same manner.</p>
<p>Of course this is not the only problem, just an easy way to reproduce it. When I extracted large files I noticed that the Task Manager did not report memory being used under its graph, however the counter for available memory under &#8216;Physical Memory&#8217; would go down a whole lot, using as much as 4GB of RAM when copying files at least that large!</p>
<p>This in itself is not an issue when memory is freely available as it&#8217;s a good idea to use it for cache. However something in the design of Windows causes it to be detrimental to performance. It wasn&#8217;t until I started using the Performance Monitor (perfmon) that I realized what the problem was and came upon a solution. When I monitored the system I noticed excessive Page Faults and Lazy Writes which would peak as performance dropped. So the reason for the slow performance is that when the file is cached in RAM it causes massive page faults, which also needs to be committed to the disk, which leads to disk trashing.</p>
<p>The issue gets more pronounced the larger the difference is between the disk that reads and writes, in the case of my system the RAID5 array has a read capacity of 160MB/sec, but the Raptor can only write at ca 70MB/sec. So therefore when reading a large file it takes only seconds to fill the cache. At which point the performance of my computer plummets, even browsing the start menu or opening the Control Panel takes ages, if I try to open the Add/Remove Programs applet which is filled with stuff it actually never opens until the copy process is completed!</p>
<p>After all this trouble looking for the solution I finally found the <a href="http://support.microsoft.com/kb/920739" target="_blank">KB article</a> that explains this issue:</p>
<blockquote><p>You may experience a decrease in overall system performance when you are copying files that are larger than approximately 500 MB in Windows Server 2003 SP1 or in Windows Server 2003 SP2</p></blockquote>
<p><span id="more-224"></span><br />
Reading this article I was able to understand the issue more clearly, by default half of the system RAM is allocated for cache, so that was why I saw 4GB being allocated. Per the article I added the D-Word registry value SystemCacheDirtyPageThreshold under HKLM\System\CurrentControlSet\Control\SessionManager\MemoryManagement and set it to the smallest allowed value. Since I have 8GB RAM; 8192/64=128 (or 80 in HEX).</p>
<p>After a reboot the system felt just as responsive as Windows 2000 again when copying large files!</p>
<p>Since the issue intrigued me I did some more testing with <a href="http://www.microsoft.com/whdc/devtools/debugging/" target="_blank">WinDbg</a>, I entered kernel debug mode and issued the command !defwrites. Here is the output using no modifications:</p>
<p style="PADDING-LEFT: 30px">*** Cache Write Throttle Analysis ***</p>
<p style="PADDING-LEFT: 30px">CcTotalDirtyPages:                    76 (     304 Kb)<br />
 CcDirtyPageThreshold:            1048422 ( 4193688 Kb)<br />
 MmAvailablePages:                1895872 ( 7583488 Kb)<br />
 MmThrottleTop:                       250 (    1000 Kb)<br />
 MmThrottleBottom:                     30 (     120 Kb)<br />
 MmModifiedPageListHead.Total:        146 (     584 Kb)<br />
Write throttles not engaged</p>
<p>As you can see under CcDirtyPageThreshold the system has 4GB allocated for cache and the message Write throttles not engaged telling you all is well, now see what happens when I copy a 50GB file from the RAID5 array to the Raptor disk:
</p>
<p style="PADDING-LEFT: 30px">*** Cache Write Throttle Analysis ***</p>
<p style="PADDING-LEFT: 30px">CcTotalDirtyPages:               1048412 ( 4193648 Kb)<br />
 CcDirtyPageThreshold:            1048422 ( 4193688 Kb)<br />
 MmAvailablePages:                1274956 ( 5099824 Kb)<br />
 MmThrottleTop:                       250 (    1000 Kb)<br />
 MmThrottleBottom:                     30 (     120 Kb)<br />
 MmModifiedPageListHead.Total:     575041 ( 2300164 Kb)<br />
CcTotalDirtyPages within 64 (max charge) pages of the threshold, writes<br />
  may be throttled</p>
<p style="PADDING-LEFT: 30px">Check these thread(s): CcWriteBehind(LazyWriter)<br />
Check critical workqueue for the lazy writer, !exqueue 16<br />
Cc Deferred Write list: (CcDeferredWrites)<br />
  File: fffffadf373e8f40 Event: fffffadf297d7848</p>
<p>Here you can see the system has now reached the limit for cache and has started throttling, at this point the file copy dialog box will actually say it&#8217;s completed and go away as soon as the whole file has been read into RAM, even though we still have 4GB of data in RAM to commit to disk. This is in part the reason why users were unhappy about the file copy process in Vista.</p>
<p>This is how it looks with a 128MB cache:
</p>
<p style="padding-left: 30px;">*** Cache Write Throttle Analysis ***<br />
CcTotalDirtyPages:                    40 (     160 Kb)<br />
 CcDirtyPageThreshold:              32768 (  131072 Kb)<br />
 MmAvailablePages:                1783563 ( 7134252 Kb)<br />
 MmThrottleTop:                       250 (    1000 Kb)<br />
 MmThrottleBottom:                     30 (     120 Kb)<br />
 MmModifiedPageListHead.Total:         10 (      40 Kb)<br />
Write throttles not engaged</p>
<p>Now we only have a 128MB cache, of course we will still hit the throttle limit (much faster than before) but since it is only a 128MB cache we also have many less page faults, and therefore much less disk trashing.</p>
<p>Result is that the 1080p HD video plays with no lag, and I can actually bring up the Control Panel and Add/Remove Programs applet in a timely manner compared to Windows 2000!</p>
<p>There are some other applications that might be good to know about, for example if you came here looking for a solution to why you can&#8217;t make backups of your SQL databases or Exchange Server databases I can recommend the program eseutil.exe that can be found in the latest service pack for Exchange.</p>
<p>What this program does is copy files with direct I/O, not using the cache at all.</p>
<p>A similar program with a graphical interface is called <a href="http://www.codesector.com/teracopy.php" target="_blank">Teracopy</a>, I only tested that briefly but it seemed to pull the trick as well.</p>
<p>Be aware that copying files with direct I/O is only a good idea if you don&#8217;t intend to open the file afterwards, including the OS&#8217; thumbnail preview or with antivirus scanners, else the file will just need to be read from disk once copied, instead of directly from RAM.</p>
<p>It should also be noted that if the file is large enough, and the system busy enough, for example a Terminal Server, a high profile IIS server, or just a really busy workstation then the system can actually fail the copy process entirely with a Delayed Write Fail error message and Event ID 50 in the Event Log.</p>
<p>To conclude I wanted to mention that I also tested this in Windows 7 Beta 1 and saw the same erratic behavior, however the registry key fix did not help, so if anyone knows how to fix this in Vista and Windows7 be sure to post a comment explaining how!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techspot.com/blog/224/slow-system-performance-when-copying-large-files-in-xp-x64-server-2003-x64/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Cool wallpaper from Microsoft&#8217;s PDC</title>
		<link>http://www.techspot.com/blog/213/cool-wallpaper-from-microsofts-pdc/</link>
		<comments>http://www.techspot.com/blog/213/cool-wallpaper-from-microsofts-pdc/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 11:03:24 +0000</pubDate>
		<dc:creator>Julio Franco</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[interesting links]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[the web]]></category>
		<category><![CDATA[thumbs up]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.techspot.com/blog/?p=213</guid>
		<description><![CDATA[One thing to love about upcoming operating systems and its public beta releases is that eventually feature details and design elements leak and get distributed all over the web. You may remember how there were several prospective default wallpapers for Vista that made it to the web months before the OS release. Something similar has [...]]]></description>
			<content:encoded><![CDATA[<p>One thing to love about upcoming operating systems and its public beta releases is that eventually feature details and design elements leak and get distributed all over the web. You may remember how there were several prospective default <a href="http://www.techspot.com/gallery/showphoto.php/photo/667">wallpapers for Vista</a> that made it to the web months before the OS release. Something similar has happened with <a href="http://www.techspot.com/gallery/showphoto.php/photo/2522/ppuser/1">OS X</a> <a href="http://www.techspot.com/gallery/showphoto.php/photo/535">releases</a> which also come with great wallpapers out of the box.</p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2008/10/pdc08-1920x1200.jpg"><img src="http://www.techspot.com/blog/wp-content/uploads/2008/10/pdc08-1920x1200-300x187.jpg" alt="" title="pdc08-1920x1200" width="300" height="187" class="aligncenter size-medium wp-image-214" /></a></p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2008/10/pdc08-1600x1200.jpg"><img src="http://www.techspot.com/blog/wp-content/uploads/2008/10/pdc08-1600x1200-300x225.jpg" alt="" title="pdc08-1600x1200" width="300" height="225" class="aligncenter size-medium wp-image-215" /></a></p>
<p>Now Microsoft is expected to unleash the first public preview of Windows 7 at their Professional Developers Conference this week. Some details have <a href="http://www.techspot.com/news/32231-windows-7-features-leak-ahead-of-announcement.html">leaked already</a>, but nothing to share just yet in terms of UI elements except for this PDC wallpaper that all computers at the conference are using (courtesy of <a href="http://www.istartedsomething.com/20081028/download-the-official-pdc-2008-wallpaper/">istartedsomething</a>). I have been using it for the past few hours and I had to recommend it. Nice colors, blends well and is a bit flashy (Vista style) without being too distracting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techspot.com/blog/213/cool-wallpaper-from-microsofts-pdc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use the Windows Embedded Theme on XP and Server 2003 (without patching)</title>
		<link>http://www.techspot.com/blog/193/use-the-windows-embedded-theme-on-xp-and-server-2003-without-patching/</link>
		<comments>http://www.techspot.com/blog/193/use-the-windows-embedded-theme-on-xp-and-server-2003-without-patching/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 11:40:02 +0000</pubDate>
		<dc:creator>Julio Franco</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[thumbs up]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.techspot.com/blog/?p=193</guid>
		<description><![CDATA[Windows XP has to be the most tweakable and skinnable piece of software ever created. Of course, how to compete with such a dominant and widely used operating system, but then again it might also be its light blue fisher price-like theme that gets in everybody&#8217;s nerves eventually. For some of us, upgrading to Vista [...]]]></description>
			<content:encoded><![CDATA[<p>Windows XP has to be the most tweakable and skinnable piece of software ever created. Of course, how to compete with such a dominant and widely used operating system, but then again it might also be its light blue fisher price-like theme that gets in everybody&#8217;s nerves eventually.</p>
<p>For some of us, upgrading to Vista has been somewhat of a relief. The rest of Windows users still using XP have probably either gone back to the silver boxy Windows or relied on official or third party patching for getting the job done. Unfortunately last time I checked (a couple of years ago), even the most elaborate skins for popular applications like WindowBlinds lack the finish and subtlety I require.</p>
<p>But don&#8217;t despair. My advice, use some of the Microsoft-made themes that replace the original blue theme and make for a much better impression than the built-in silver or green themes.</p>
<p><img src="http://www.techspot.com/blog/wp-content/uploads/2008/10/embedded_theme_screenshot_2.png" alt="Windows Embedded Theme for Windows XP/2003" width="380" height="494" /></p>
<p>Previously available themes include:<br />
<a href="http://www.techspot.com/downloads/3610-royale-theme-for-winxp.html">Royale</a><br />
<a href="http://www.techspot.com/downloads/3611-royale-noir-theme-for-winxp.html">Royale Noir</a> (by far my favorite)<br />
<a href="http://www.techspot.com/downloads/3612-zune-theme-for-winxp.html">Zune theme</a></p>
<p>Now also available (thanks to <a href="http://www.sizzledcore.com/2008/10/09/windows-embedded-theme-for-xp-and-2003/">Sizzled Core</a>), the <a href="http://www.techspot.com/downloads/4728-windows-embedded-theme-for-xp.html">Windows Embedded theme</a> that uses a strong blue but still looks quite good IMO.</p>
<p>Notice neither of these require UxTheme.dll patching or other workarounds.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techspot.com/blog/193/use-the-windows-embedded-theme-on-xp-and-server-2003-without-patching/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Gates and Seinfeld &#8211; Part Two</title>
		<link>http://www.techspot.com/blog/177/gates-and-seinfeld-part-two/</link>
		<comments>http://www.techspot.com/blog/177/gates-and-seinfeld-part-two/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 10:14:25 +0000</pubDate>
		<dc:creator>Julio Franco</dc:creator>
				<category><![CDATA[advertising]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.techspot.com/blog/?p=177</guid>
		<description><![CDATA[If you didn&#8217;t get the first one&#8230; wait, there wasn&#8217;t much to get. If you didn&#8217;t like the first one, perhaps things will take better shape now, or eventually:]]></description>
			<content:encoded><![CDATA[<p>If you didn&#8217;t get <a href="http://www.techspot.com/blog/170/gates-and-seinfeld-inaugurate-millionaire-ad-campaign/">the first one</a>&#8230; wait, there wasn&#8217;t much to get. If you didn&#8217;t like the first one, perhaps things will take better shape now, or eventually:</p>
<p><center><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/gBWPf1BWtkw&#038;hl=en&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/gBWPf1BWtkw&#038;hl=en&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></center><br />
]]></content:encoded>
			<wfw:commentRss>http://www.techspot.com/blog/177/gates-and-seinfeld-part-two/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Speed up Vista using Firefox 3 Beta</title>
		<link>http://www.techspot.com/blog/152/speed-up-vista-using-firefox-3-beta/</link>
		<comments>http://www.techspot.com/blog/152/speed-up-vista-using-firefox-3-beta/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 09:55:43 +0000</pubDate>
		<dc:creator>Julio Franco</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[the web]]></category>
		<category><![CDATA[thumbs up]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.techspot.com/blog/152/speed-up-vista-using-firefox-3-beta/</guid>
		<description><![CDATA[If like me, you spend a sizable amount of your computer time on a web browser, you can forget about RAM or processor upgrades, it&#8217;s software where the hole was all this time. First let me tell you that I&#8217;m an avid fan of trying new web browsers, or at least new versions of today&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>If like me, you spend a sizable amount of your computer time on a web browser, you can forget about RAM or processor upgrades, it&#8217;s software where the hole was all this time.</p>
<p>First let me tell you that I&#8217;m an avid fan of trying new web browsers, or at least new versions of today&#8217;s traditional browsers like Firefox, Opera, IE and Safari, that includes betas and release candidates. But because I had grown so comfortable with my Firefox extensions and overall set up, I was ultimately drawn away from using experimental builds on a daily basis. It&#8217;s not until lately that I have seen a large number of Firefox add-ons ported to the Beta version (currently <a href="http://www.techspot.com/downloads/735-mozilla-firefox-beta.html">Beta 4</a>) and so I thought it was time for another spin.</p>
<p>Seriously, the browser is speedy. I had previously experienced the improvements in Beta 1, I got a few random crashes then, but no more. I can tell you that on my desktop machine that is currently running Windows Vista on an Intel Core 2 Quad Q6600, I&#8217;m feeling a difference in speed that is way more palpable than when I upgraded from a dual core Athlon CPU, I had less RAM and was running on an older platform. I also have most of my extensions installed, so the comparison is more or less apples to apples. With a load of tabs divided in two windows, and many other programs running at the same time, the mere change in browser suddenly is making for a much smoother working experience.<br />
In fact, I&#8217;m currently writing this on <a href="http://portableapps.com/apps/internet/firefox_portable/test">Firefox 3 Beta 4 Portable</a> which let&#8217;s me run a standalone copy of the browser without sacrificing my older Firefox 2 install, so in case I want to roll back, it&#8217;s a non-issue.</p>
<p>I have also tried Internet Explorer 8 in Vista and it does offer similar speed improvements. Likewise, <a href="http://www.techspot.com/downloads/4185-safari-browser-public-beta-for-mac.html">Safari 3.1</a> on OS X also welcomed me with better performance, but neither of those can replace Firefox for me. Opera lovers must also forgive me but I have not downloaded the latest Opera version yet, although just this past weekend I saw fellow editor Erik Orejuela running a gazillion tabs on it, probably more than Firefox 2 can handle without crashing (he switched after <a href="http://www.techspot.com/blog/109/firefox-20011-crashes-cpu-utilization-at-max/">the 2.0.11 fiasco</a>).</p>
<p>My recommendation, give Firefox 3 beta a try now and see how it works for you. Many of the most popular extensions are now usable on the beta (BTW, there is a <a href="https://addons.mozilla.org/en-US/firefox/">newly revamped add-ons site</a>). Somehow it seems all browser developers felt the need for speed on this iteration, so you can choose your browser flavor if FF is not your thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techspot.com/blog/152/speed-up-vista-using-firefox-3-beta/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vista crashing in the most simple of tasks</title>
		<link>http://www.techspot.com/blog/146/vista-crashing-in-the-most-simple-of-tasks/</link>
		<comments>http://www.techspot.com/blog/146/vista-crashing-in-the-most-simple-of-tasks/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 03:29:06 +0000</pubDate>
		<dc:creator>Julio Franco</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[thumbs down]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.techspot.com/blog/146/vista-crashing-in-the-most-simple-of-tasks/</guid>
		<description><![CDATA[So let me rant for a bit. After defending Windows Vista, not because I like Microsoft but because based on my experiences I have had relatively few problems with the OS, last night I saw it giving me a deja vu of the early Win95 days! A solid install of Vista now running SP1 was [...]]]></description>
			<content:encoded><![CDATA[<p>So let me rant for a bit. After defending Windows Vista, not because I like Microsoft but because based on my experiences I have had relatively few problems with the OS, last night I saw it giving me a deja vu of the early Win95 days!</p>
<p>A solid install of Vista now running SP1 was put to the test&#8230; burning a data DVD with 1GB worth of files. The result? A 15 minute wait, followed by a hard crash (that is, I had to manually shut down my system to restart). I can forgive all the driver incompatibilities you want, but DVD burning? Good thing, Nero finally works well with Vista.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techspot.com/blog/146/vista-crashing-in-the-most-simple-of-tasks/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Bill Gates life after retirement (CES video)</title>
		<link>http://www.techspot.com/blog/118/bill-gates-life-after-retirement-ces-video/</link>
		<comments>http://www.techspot.com/blog/118/bill-gates-life-after-retirement-ces-video/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 08:39:59 +0000</pubDate>
		<dc:creator>Julio Franco</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.techspot.com/blog/118/bill-gates-life-after-retirement-ces-video/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><center><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/1lE21kpE3M0&#038;hl=en&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/1lE21kpE3M0&#038;hl=en&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></center><br />
]]></content:encoded>
			<wfw:commentRss>http://www.techspot.com/blog/118/bill-gates-life-after-retirement-ces-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reboot or Shutdown from Remote Desktop Connection</title>
		<link>http://www.techspot.com/blog/114/reboot-or-shutdown-from-remote-desktop-connection/</link>
		<comments>http://www.techspot.com/blog/114/reboot-or-shutdown-from-remote-desktop-connection/#comments</comments>
		<pubDate>Mon, 24 Dec 2007 19:50:40 +0000</pubDate>
		<dc:creator>Julio Franco</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.techspot.com/blog/114/reboot-or-shutdown-from-remote-desktop-connection/</guid>
		<description><![CDATA[If you have ever feel frustrated because you have been unable to reboot a machine from a remote location (using Microsoft&#8217;s own RDC), here&#8217;s a solution. While I recall having the option to send a Ctrl+Alt+Del to the remote machine that doesn&#8217;t seem to be available in most recent versions of the software, or at [...]]]></description>
			<content:encoded><![CDATA[<p>If you have ever feel frustrated because you have been unable to reboot a machine from a remote location (using Microsoft&#8217;s own RDC), here&#8217;s a solution. While I recall having the option to send a Ctrl+Alt+Del to the remote machine that doesn&#8217;t seem to be available in most recent versions of the software, or at least not in the obvious places.</p>
<p>So, what you are left with right now is disconnect and log off options. To be able to reboot or shutdown the remote system you can call up the Command Prompt (cmd.exe) or just type the following in XP&#8217;s Run or in Vista&#8217;s search line that also serves the purpose of launching programs:</p>
<p>&#8220;shutdown -f&#8221; to shutdown<br />
&#8220;shutdown -r -f&#8221; to reboot<br />
&#8220;shutdown -i -f&#8221; to get a GUI<br />
&#8220;shutdown -l -f&#8221; to logoff</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techspot.com/blog/114/reboot-or-shutdown-from-remote-desktop-connection/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Welcome to the social 2.0, new Zunes available</title>
		<link>http://www.techspot.com/blog/70/welcome-to-the-social-20-new-zunes-available/</link>
		<comments>http://www.techspot.com/blog/70/welcome-to-the-social-20-new-zunes-available/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 13:56:16 +0000</pubDate>
		<dc:creator>Julio Franco</dc:creator>
				<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.techspot.com/blog/70/welcome-to-the-social-20-new-zunes-available/</guid>
		<description><![CDATA[This will be making it to the TechSpot frontpage in a matter of hours but until then, for those of you that simply refuse going the iPod&#8217;s way (not many of you I must add), Microsoft has revamped its line of Zune players with new smaller, flash-based players that are meant to compete with the [...]]]></description>
			<content:encoded><![CDATA[<p>This will be making it to the <a href="http://www.techspot.com/">TechSpot frontpage</a> in a matter of hours but until then, for those of you that simply refuse going the iPod&#8217;s way (not many of you I must add), Microsoft has <a href="http://www.zune.net/en-US/meetzune/">revamped its line of Zune players</a> with new smaller, flash-based players that are meant to compete with the iPod nano (similar pricing, too), plus a new flagship player called the Zune 80 which comes with an internal 80gb HDD (go figure!).</p>
<div style="text-align: center"><img width="367" height="131" title="microsoft zune" alt="microsoft zune" src="http://www.zune.net/NR/rdonlyres/9B200482-1083-479F-8F87-2FB84CC210B9/0/musicnotag3.jpg" /></div>
<p>The real good news&#8230; older Zune players will be upgradeable to the newest software and enjoy everything the newer models have to offer. Apple could learn from this by at least adding features such as search to the older iPods (I own one of the first batches of iPod Videos that don&#8217;t have this, although I&#8217;m sure the hardware is capable).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techspot.com/blog/70/welcome-to-the-social-20-new-zunes-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cleartype font smoothing using Remote Desktop Connection</title>
		<link>http://www.techspot.com/blog/69/cleartype-font-smoothing-using-remote-desktop-connection/</link>
		<comments>http://www.techspot.com/blog/69/cleartype-font-smoothing-using-remote-desktop-connection/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 05:47:33 +0000</pubDate>
		<dc:creator>Julio Franco</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.techspot.com/blog/69/cleartype-font-smoothing-using-remote-desktop-connection/</guid>
		<description><![CDATA[If you rely on a remote connection client to get access to your files at the office or from your home, chances are you have probably tried using the client built-in into Windows called Remote Desktop Connection (also Terminal Services Client). Personally, I don&#8217;t like opening up my main PC to the Internet but only [...]]]></description>
			<content:encoded><![CDATA[<p>If you rely on a remote connection client to get access to your files at the office or from your home, chances are you have probably tried using the client built-in into Windows called <a href="http://www.techspot.com/downloads/3672-remote-desktop-connection-for-windows-xp.html">Remote Desktop Connection</a> (also Terminal Services Client).</p>
<p>Personally, I don&#8217;t like opening up my main PC to the Internet but only to those computers on my local LAN (which only I use). So I use RDC to access my desktop when I&#8217;m in bed or somewhere else around the house using my laptop. The biggest gripe of using RDC (which has been way improved since Windows 2000 days) was that I couldn&#8217;t use any font smoothing (Cleartype in Windows) so reading documents or browsing the web on an LCD screen was adequate at best.</p>
<p>Well, it just happens that with the latest update of the RDC client (6.0) for Windows XP and Server 2003 that dates back to November, you can now use font smoothing as long as the client PC is running Windows Vista or Windows Server 2008. I just noticed about the change over the last few weeks, so now I&#8217;m happily writing this from my laptop running the RDC client connected to my main PC&#8230;</p>
<p>Over a LAN it&#8217;s not any slower than with Cleartype off, plus it should save some battery on the laptop since I&#8217;m not accessing the hard drive or processing stuff on the laptop itself, and my desktop PC is much much faster in the first place.</p>
<p>If you don&#8217;t have the latest RDC client installed you can <a href="http://www.techspot.com/downloads/3672-remote-desktop-connection-for-windows-xp.html">download it here</a>, and enable font smoothing using these instructions:</p>
<blockquote><p>To enable font smoothing, follow these steps:<br />
1.Â Â Â  Click Start, click All Programs, click Accessories, click Communication, and then click Remote Desktop Connection.<br />
2.Â Â Â  Click Options, click the Experience tab, and then click to select the Font smoothing check box.</p></blockquote>
<p>A complete list of features on the latest version of Remote Desktop Connection <a href="http://support.microsoft.com/kb/925876">can be found here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techspot.com/blog/69/cleartype-font-smoothing-using-remote-desktop-connection/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

