<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Windows Daily News</title>
	
	<link>http://www.windowsdailynews.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Mon, 09 Nov 2009 18:20:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/WindowsDailyNews" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Using Copy And Paste Within Windows Command Prompt</title>
		<link>http://www.windowsdailynews.com/2009/11/09/using-copy-and-paste-within-windows-command-prompt/</link>
		<comments>http://www.windowsdailynews.com/2009/11/09/using-copy-and-paste-within-windows-command-prompt/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 13:30:33 +0000</pubDate>
		<dc:creator>Dave Taylor</dc:creator>
		
		<category><![CDATA[Windows 7]]></category>

		<category><![CDATA[Windows Live]]></category>

		<category><![CDATA[Windows Vista]]></category>

		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.windowsdailynews.com/?p=90</guid>
		<description><![CDATA[I know how to open a command prompt in Microsoft Windows, but the normal methods for cutting and copying and pasting &#8212; like Ctrl-C and Ctrl-V &#8212; don&#8217;t seem to work inside a command prompt window.  How can I do copying and pasting with a command prompt?
Dave&#8217;s Answer:
 
 It&#8217;s possible to copy and [...]]]></description>
			<content:encoded><![CDATA[<p>I know how to <a href="http://www.askdavetaylor.com/how_to_open_command_prompt_microsoft_windows.html">open a command prompt in Microsoft Windows</a>, but the normal methods for cutting and copying and pasting &#8212; like Ctrl-C and Ctrl-V &#8212; don&#8217;t seem to work inside a command prompt window.  How can I do copying and pasting with a command prompt?</p>
<p>Dave&#8217;s Answer:</p>
<p> 
<p> It&#8217;s possible to copy and paste within a Microsoft Windows command prompt, and to copy and paste text to/from other programs, but the commands and keyboard keys to do so are different from most other Windows programs. </p>
<p><span id="more-90"></span>
<p> Pressing Ctrl-C and Ctrl-V do not work, and selecting text within a command prompt to copy, requires a few more steps. </p>
<p> To paste text within a command prompt that has been copied from another program, is the easiest.  Simply copy the text from the other program, then right-click inside the command prompt window and pick &#8220;Paste&#8221;: </p>
<p><img src="http://www.askdavetaylor.com/4-blog-pics/paste-in-command-prompt.jpg" alt="paste in command prompt" style="border: 1px solid black; padding: 1px;" border="0" height="218" width="400"></p>
<p> To copy text <i>from</i> a command prompt is a bit more awkward.  As you know from using Microsoft Word and many other programs, when you select text on the screen, the selection runs from the first word you selected, to the last word: </p>
<p><img src="http://www.askdavetaylor.com/4-blog-pics/microsoft-word-selected-text.jpg" alt="microsoft word selected text" style="border: 1px solid black; padding: 1px;" border="0" height="188" width="400"></p>
<p> Inside a command prompt, on the other hand, the &#8220;selected&#8221; text doesn&#8217;t run from the first selected word, in straight lines from left to right across the command prompt window, to the last selected word.  Instead, you can only select text within a command prompt that lies inside a perfect rectangle! </p>
<p> For example, suppose you were trying to type &#8220;ipconfig&#8221; inside a command prompt, and you accidentally typed &#8220;ioconfig&#8221; and got this error message: </p>
<p><img src="http://www.askdavetaylor.com/4-blog-pics/command-prompt-error-message.jpg" alt="command prompt error message" style="border: 1px solid black; padding: 1px;" border="0" height="132" width="400"></p>
<p> You want to copy this error message and e-mail it to your friend to ask them what went wrong. To select text within the command prompt window, first right-click anywhere inside the command prompt and pick &#8220;Mark&#8221;: </p>
<p><img src="http://www.askdavetaylor.com/4-blog-pics/command-prompt-mark.jpg" alt="command prompt mark" style="border: 1px solid black; padding: 1px;" border="0" height="132" width="400"></p>
<p> Then, to select text, you left-click inside the command prompt window, and drag the mouse pointer to create a rectangle outlining the text that you want to copy: </p>
<p><img src="http://www.askdavetaylor.com/4-blog-pics/command-prompt-partial-rectangle.jpg" alt="command prompt partial rectangle" style="border: 1px solid black; padding: 1px;" border="0" height="133" width="400"></p>
<p> And then to actually <i>copy</i> the selected text, hit the Enter key.  Observe that in this case, the selection really did only include the text inside the rectangle, rather than running to the end of the line, back to the beginning of the next line and so on.  So if you paste the selected text into another program, it really will only paste the text that was included in the rectangle: </p>
<p><img src="http://www.askdavetaylor.com/4-blog-pics/pasted-partial-rectangle.jpg" alt="pasted partial rectangle" style="border: 1px solid black; padding: 1px;" border="0" height="278" width="400"></p>
<p> (It&#8217;s a bit difficult to explain why text selection works this way in a command prompt, but it has to do with the history of the command prompt interface, which goes all the way back to DOS, the forerunner of Microsoft Windows from the 1980s.  Essentially, the command prompt interface only &#8220;knows&#8221; that its output consists of a pattern of characters that are displayed in certain fixed positions on the screen, in a grid that happens to be exactly 80 characters wide and 45 lines high.  These characters could be text, or graphics from a primitive computer game that displayed graphics by filling the screen with letters in a certain pattern &#8212; the command prompt doesn&#8217;t &#8220;know&#8221; that the characters consist of text, and that the user wants to select a block of text that runs to the end of the line, then starts at the beginning of the next line, and so on.  Just realize that Microsoft didn&#8217;t design the command prompt interface this way just to screw with you.) </p>
<p> So to copy the entire text of the error, you have to click and drag a rectangle around the entire text that you want to select: </p>
<p><img src="http://www.askdavetaylor.com/4-blog-pics/command-prompt-entire-rectangle.jpg" alt="command prompt entire rectangle" style="border: 1px solid black; padding: 1px;" border="0" height="132" width="400"></p>
<p> and then hit Enter to copy the text to your clipboard.  Then you can paste it in an e-mail message to your friend. </p>
<p> <i>Bennett Haselton is a technology and political blogger who writes guest articles for AskDaveTaylor, but his real passion lies elsewhere, like telling people <a href="http://www.peacefire.org/">how to bypass 8e6 filtering software</a>.</i></p>
<p><a href="http://www.askdavetaylor.com/use_windows_xp_vista_win7_command_prompt_line.html">Comments</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=8hkegdMRgSg:ldIwM3ACkLM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=8hkegdMRgSg:ldIwM3ACkLM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?i=8hkegdMRgSg:ldIwM3ACkLM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=8hkegdMRgSg:ldIwM3ACkLM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=8hkegdMRgSg:ldIwM3ACkLM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?i=8hkegdMRgSg:ldIwM3ACkLM:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.windowsdailynews.com/2009/11/09/using-copy-and-paste-within-windows-command-prompt/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Resize Your Images In Windows</title>
		<link>http://www.windowsdailynews.com/2009/10/26/how-to-resize-your-images-in-windows/</link>
		<comments>http://www.windowsdailynews.com/2009/10/26/how-to-resize-your-images-in-windows/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 15:02:54 +0000</pubDate>
		<dc:creator>Dave Taylor</dc:creator>
		
		<category><![CDATA[Windows 7]]></category>

		<category><![CDATA[Windows Vista]]></category>

		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.windowsdailynews.com/?p=88</guid>
		<description><![CDATA[I took some photos with my digital camera and I want to e-mail them to friends or upload them to my Facebook, but the files are enormous, and uploading them takes forever!  Can I make them smaller while still having the photos look the same?
 
Dave&#8217;s Answer:
 
 A typical digital camera takes pictures [...]]]></description>
			<content:encoded><![CDATA[<p>I took some photos with my digital camera and I want to e-mail them to friends or upload them to my Facebook, but the files are enormous, and uploading them takes forever!  Can I make them smaller while still having the photos look the same?</p>
<p> <span id="more-88"></span>
<p>Dave&#8217;s Answer:</p>
<p> 
<p> A typical digital camera takes pictures with a file size of about 3 megabytes.  This can become inconvenient if you want to e-mail several pictures to a friend or upload a large number of pictures to a photo sharing site like Facebook.  Fortunately, it is possible to shrink down the file size of the pictures without changing their appearance. </p>
<p> Confusingly, when you open one of these enormous picture files on Windows, it often opens in a program that shrinks the picture down to fit your screen, which is convenient, but conceals the fact of how large the picture really is.</p>
<p>When I open one of these 3 megabyte pictures in Windows, for example, by default it opens in a program called Windows Picture and Fax Viewer: </p>
</p>
<p><img src="http://images.ientrymail.com/windowsdailynews/images/picture-and-fax-viewer-preview.jpg" alt="picture and fax viewer preview" style="border: 1px solid black; padding: 1px;" border="0" height="254" width="400">
<p> In order to shrink down the file size of the picture, you need to open it in a different program called Paint.  Right-click on the picture file, and on the right-click menu, pick &#8220;Open With <b>&gt;</b>&#8220;, and on the sub-menu, pick &#8220;Paint&#8221; (the list of programs that appears on your sub-menu will be different from the list below, but &#8220;Paint&#8221; should be listed): </p>
</p>
<p><img src="http://images.ientrymail.com/windowsdailynews/images/open-with-paint.jpg" alt="open with paint" style="border: 1px solid black; padding: 1px;" border="0" height="341" width="400">
<p> Whoa!  When you open the photo in Paint, you may find that the picture is a lot larger than you thought it was.  In Paint, my friend&#8217;s sleeve takes up more space on the screen than was used to display the entire picture in Picture and Fax Viewer: </p>
</p>
<p><img src="http://images.ientrymail.com/windowsdailynews/images/photo-in-paint.jpg" alt="photo in paint" style="border: 1px solid black; padding: 1px;" border="0" height="256" width="400">
<p> To shrink the picture down, go to the &#8220;Image&#8221; menu, and pick &#8220;Stretch/Skew&#8230;&#8221;. The Stretch and Skew dialog appears: </p>
</p>
<p><img src="http://images.ientrymail.com/windowsdailynews/images/stretch-and-skew-dialog.jpg" alt="stretch and skew dialog" style="border: 1px solid black; padding: 1px;" border="0" height="268" width="354">
<p> The default values for &#8220;Height&#8221; and &#8220;Width&#8221; are both 100%.  If you leave these defaults and click OK, then nothing will change (you&#8217;ve told Paint to leave the picture at 100% of its old height and width).  Replace both &#8220;100&#8243;s with &#8220;25&#8243; to shrink down the picture to 25% of its old height and width &#8212; this is about the right amount of resizing necessary to shrink a 3-megabyte photo down to the standard size that will fit comfortably on a screen &#8212; and click OK.  Voila, the picture now appears at a manageable size: </p>
</p>
<p><img src="http://images.ientrymail.com/windowsdailynews/images/shrunk-image-in-paint.jpg" alt="shrunk image in paint" style="border: 1px solid black; padding: 1px;" border="0" height="330" width="400">
<p> Now go to the &#8220;File&#8221; menu and pick &#8220;Save As&#8221; to save a copy of the picture in its reduced form.  (You&#8217;ll probably want to save a copy, rather than overwriting the original file, in case you ever decide you still need the larger original.)  If the original picture was about 3 megabytes, then the reduced photo size will be less than 100 kilobytes, a much more manageable size to e-mail to friends and upload to photo sharing sites. </p>
<p><a href="http://www.askdavetaylor.com/how_to_shrink_picture_photo_size_windows.html">Comments</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=vCTLvHufdHA:qZNEiZjLucU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=vCTLvHufdHA:qZNEiZjLucU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?i=vCTLvHufdHA:qZNEiZjLucU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=vCTLvHufdHA:qZNEiZjLucU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=vCTLvHufdHA:qZNEiZjLucU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?i=vCTLvHufdHA:qZNEiZjLucU:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.windowsdailynews.com/2009/10/26/how-to-resize-your-images-in-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Help For XP Users Upgrading To Windows 7</title>
		<link>http://www.windowsdailynews.com/2009/10/12/help-for-xp-users-upgrading-to-windows-7/</link>
		<comments>http://www.windowsdailynews.com/2009/10/12/help-for-xp-users-upgrading-to-windows-7/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 18:33:02 +0000</pubDate>
		<dc:creator>Mike Sachoff</dc:creator>
		
		<category><![CDATA[Windows 7]]></category>

		<category><![CDATA[PCmover]]></category>

		<guid isPermaLink="false">http://www.windowsdailynews.com/?p=84</guid>
		<description><![CDATA[Laplink Software has officially launched a version of PCmover that allows Windows XP users to do in-place upgrades to Windows 7.
PCmover Windows 7 Upgrade Assistant is available on Laplink&#8217;s website with special Windows 7 pre-release pricing of $14.95. This edition of PCmover provides Windows XP users with the ability to upgrade their existing computers to [...]]]></description>
			<content:encoded><![CDATA[<p>Laplink Software has officially launched a version of PCmover that allows Windows XP users to do in-place upgrades to Windows 7.</p>
<p>PCmover Windows 7 Upgrade Assistant is available on<a href="http://www.laplink.com/"> Laplink&#8217;s </a>website with special Windows 7 pre-release pricing of $14.95. This edition of PCmover provides Windows XP users with the ability to upgrade their existing computers to Windows 7 without having to reinstall applications or backup and restore data.<br />
<span id="more-84"></span><!--more--><!--more--><!--more--><br />
The challenge Windows XP users are facing is becoming widely known, as Microsoft does no support an &#8220;in-place upgrade&#8221; from XP to Windows 7. Even for Windows Vista users, Microsoft will only allow in-place upgrades to specific versions of Windows Vista.</p>
<p>&#8220;The various upgrade scenarios will be very confusing and frustrating for consumers,&#8221; said Thomas Koll, Laplink&#8217;s CEO. </p>
<p>&#8220;And businesses, especially smaller businesses, will also view this negatively. Our objective is to make upgrading to Windows 7 as easy and as simple as possible, so users can get all the benefits of a this new operating system - which is quite good - without all the hassle.&#8221;</p>
<p>Potential for upgrade problems is because out of the 66 upgrade scenarios outlined by Microsoft, only 14 are supported by Windows 7 as an in-place upgrade.</p>
<p>&#8220;The big issue is XP to Windows 7,&#8221; said Koll. &#8220;There are many other scenarios - even more than Microsoft has outlined, but the vast majority will be XP to Windows 7. Our estimates are up to 70% of computers are running XP and a majority of those will be upgraded to Windows 7.&#8221;</p>
<p>&#8220;Without PCmover, the user is forced to copy their data and settings to external media, install Windows 7, install all their applications, and then copy all their data and settings back to their PC. It requires external storage and it&#8217;s very time consuming. Plus, the user must find their old CDs and serial numbers to reinstall their applications. It&#8217;s not easy and a lot can go wrong.&#8221;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=YjpC8cAkVAA:iUeKjzg-z7k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=YjpC8cAkVAA:iUeKjzg-z7k:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?i=YjpC8cAkVAA:iUeKjzg-z7k:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=YjpC8cAkVAA:iUeKjzg-z7k:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=YjpC8cAkVAA:iUeKjzg-z7k:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?i=YjpC8cAkVAA:iUeKjzg-z7k:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.windowsdailynews.com/2009/10/12/help-for-xp-users-upgrading-to-windows-7/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Offers Students Special Price On Windows 7</title>
		<link>http://www.windowsdailynews.com/2009/09/21/microsoft-offers-students-special-price-on-windows-7/</link>
		<comments>http://www.windowsdailynews.com/2009/09/21/microsoft-offers-students-special-price-on-windows-7/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 18:28:46 +0000</pubDate>
		<dc:creator>Doug Caverly</dc:creator>
		
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.windowsdailynews.com/?p=82</guid>
		<description><![CDATA[If you&#8217;re a student, congrats.  If you&#8217;re not a student, it may be time to either call up or make a young friend.  Microsoft has announced that it&#8217;ll give students a great deal on upgrade versions of Windows 7, charging just $30.
Note that you and/or your more youthful pal don&#8217;t need to be attending classes [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re a student, congrats.  If you&#8217;re not a student, it may be time to either call up or make a young friend.  Microsoft has announced that it&#8217;ll give students a great deal on upgrade versions of Windows 7, charging just $30.</p>
<p><span id="more-82"></span>Note that you and/or your more youthful pal don&#8217;t need to be attending classes five days a week.  What Microsoft&#8217;s actually asked is that you supply it with a .edu email address, which is an even lower barrier to entry.</p>
<p>Then the deal will almost be yours.  All you&#8217;ll have to do is wait until October 22nd to download the upgrade version of Windows 7, since Microsoft doesn&#8217;t intend to give students early access to the operating system.</p>
<p>This offer&#8217;s good in the U.S., the U.K., Canada, Germany, France, Australia, Korea, and Mexico (just be prepared to convert the $30 figure into local currencies).  Also, in the event you&#8217;re not ready to make the leap now, the offer&#8217;s good through January 3rd in most spots.</p>
<p>Microsoft&#8217;s move should help Windows 7 get a firm foothold on college campuses around the world.  It might even earn the corporation a few lifelong customers if people are impressed with its eagerness to help out students.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=yW5YgAb03PE:3JFoseMN-Io:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=yW5YgAb03PE:3JFoseMN-Io:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?i=yW5YgAb03PE:3JFoseMN-Io:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=yW5YgAb03PE:3JFoseMN-Io:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=yW5YgAb03PE:3JFoseMN-Io:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?i=yW5YgAb03PE:3JFoseMN-Io:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.windowsdailynews.com/2009/09/21/microsoft-offers-students-special-price-on-windows-7/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Virtual Computer Adds Support For Windows 7</title>
		<link>http://www.windowsdailynews.com/2009/08/31/virtual-computer-adds-support-for-windows-7/</link>
		<comments>http://www.windowsdailynews.com/2009/08/31/virtual-computer-adds-support-for-windows-7/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 18:43:43 +0000</pubDate>
		<dc:creator>Mike Sachoff</dc:creator>
		
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.windowsdailynews.com/?p=76</guid>
		<description><![CDATA[Virtual Computer has released a new version of its NxTop that supports Microsoft’s latest desktop and server platforms.
The new release allows organizations to begin a migration to Microsoft’s Windows 7 operating system. In addition, Virtual Computer has integrated NxTop Center, its centralized management console, with Windows Server 2008 and Hyper-V.
      [...]]]></description>
			<content:encoded><![CDATA[<p>Virtual Computer has released a new version of its NxTop that supports Microsoft’s latest desktop and server platforms.</p>
<p>The new release allows organizations to begin a migration to Microsoft’s Windows 7 operating system. In addition, Virtual Computer has integrated NxTop Center, its centralized management console, with Windows Server 2008 and Hyper-V.<br />
                           <span id="more-76"></span><br />
&#8220;With the success of Windows Server 2008 and Hyper-V evident in our customer base and the launch of Windows 7 just around the corner, Virtual Computer has aligned with Microsoft and its platforms to drive innovation into the desktop virtualization market,&#8221; said <a href="http://www.virtualcomputer.com/">Virtual Computer</a> president and CEO, Dan McCall.</p>
<p>&#8220;Unlike VDI solutions which are difficult to set up and expensive to deploy, NxTop is a breeze to implement using existing infrastructure. And, with NxTop`s ability to simultaneously run two operating systems on the user’s PC, we are lowering the bar for IT departments to roll out Windows 7 across their user base.&#8221; </p>
<p>So of the key features NxTop include:</p>
<p>*Utilization of local computing hardware for resource intensive applications and user-attached peripherals. This includes high performance graphics and no discernable change to the user`s computing environment when running as a single virtual machine. </p>
<p>* Support for desktop and laptop computers all running the same master image of the operating system. </p>
<p>* Minimal data-center investment and the ability to run on current PC hardware in the field. </p>
<p>* Smooth scalability curve without significant spikes in data center expenses as user thresholds are exceeded.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=UKluyz47Ic0:5yvuuXgzS8s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=UKluyz47Ic0:5yvuuXgzS8s:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?i=UKluyz47Ic0:5yvuuXgzS8s:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=UKluyz47Ic0:5yvuuXgzS8s:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=UKluyz47Ic0:5yvuuXgzS8s:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?i=UKluyz47Ic0:5yvuuXgzS8s:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.windowsdailynews.com/2009/08/31/virtual-computer-adds-support-for-windows-7/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Connecting Your TV As A Second Monitor In Vista</title>
		<link>http://www.windowsdailynews.com/2009/07/27/connecting-your-tv-as-a-second-monitor-in-vista/</link>
		<comments>http://www.windowsdailynews.com/2009/07/27/connecting-your-tv-as-a-second-monitor-in-vista/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 14:01:40 +0000</pubDate>
		<dc:creator>Dave Taylor</dc:creator>
		
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.windowsdailynews.com/?p=74</guid>
		<description><![CDATA[Got a problem with my Proscan 32&#8243; LCD TV would love some help. Been trying to hook my PC to my TV like a monitor I see the boot up even the main screen but once I log in it goes back to the other monitor. I tried using the tv it wont I am [...]]]></description>
			<content:encoded><![CDATA[<p>Got a problem with my Proscan 32&#8243; LCD TV would love some help. Been trying to hook my PC to my TV like a monitor I see the boot up even the main screen but once I log in it goes back to the other monitor. I tried using the tv it wont I am using Vista unfortunately might be the prob any help would be appreciated</p>
<p><span id="more-74"></span></p>
<p>Dave&#8217;s Answer:</p>
<p></p>
<p>I&#8217;m not exactly sure what you&#8217;re experiencing that&#8217;s not working, but let me tell you how I hook up my HP DV2 Notebook to my Sony HDTV via the HDMI wire.</p>
<p>In three words.</p>
<p>Just Hook It Up.</p>
<p>Oh, wait, that&#8217;s four. <img src='http://www.windowsdailynews.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I&#8217;d suggest you start by unhooking the monitor and rebooting. Then hook it up again. When I plug in the HDMI cable on the HP laptop, I promptly see this:</p>
<p><img src="http://www.askdavetaylor.com/3-blog-pics/vista-new-display-detected.png" alt="vista new display detected" border="0" height="301" width="390"></p>
<p>If I do nothing, the display that&#8217;s on the TV is mirroring what&#8217;s on the computer screen. (Mirroring means that you get a duplication of every element: what shows up on your screen also shows up on the second screen, including the task bar, desktop icons, warning messages, and everything else)</p>
<p>If you&#8217;re not seeing this behavior when you plug in the second monitor, then you might need to have your computer &#8220;detect&#8221; monitors after you&#8217;ve plugged the second screen in. You can do that by following this path:</p>
<p><img src="http://www.askdavetaylor.com/3-blog-pics/vista-control-panels-1.png" alt="vista control panels 1" border="0" height="292" width="390"></p>
<p>Get to the Control Panels by clicking on the Windows icon in the lower left corner and picking &#8220;Control Panels&#8221; from the pop-up menu.  Now choose &#8220;Appearance and Personalization&#8221;:</p>
<p><img src="http://www.askdavetaylor.com/3-blog-pics/vista-appearance-personalization.png" alt="vista appearance personalization" border="0" height="292" width="390"></p>
<p>Step in one more level by clicking on &#8220;Personalization&#8221;:</p>
<p><img src="http://www.askdavetaylor.com/3-blog-pics/vista-appearance-personalization-2.png" alt="vista appearance personalization 2" border="0" height="293" width="390"></p>
<p>Ah, finally, click on &#8220;Display Settings&#8221; (the bottom option on the list) and you should see:</p>
<p><img src="http://www.askdavetaylor.com/3-blog-pics/vista-display-settings.png" alt="vista display settings" border="0" height="394" width="390"></p>
<p>Here you can see I have a second screen hooked up (screen 1 is always the computer itself) and that the second screen is &#8220;to the left&#8221; of the main screen (which is important so that I know in what direction I should drag windows to get them to the TV screen).</p>
<p>If you don&#8217;t both monitors shown here, click on the &#8220;Identify Monitors&#8221; button and see what happens. If that doesn&#8217;t work either, I suggest you try either using another computer with your TV or a different second monitor, to see if you can isolate the problem.</p>
<p>Good luck!</p>
<p><a href="http://www.askdavetaylor.com/how_to_hook_up_tv_vista_computer_hdmi_monitor.html">Comments</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=ikX0FOgWnIc:WE5zPu3kydE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=ikX0FOgWnIc:WE5zPu3kydE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?i=ikX0FOgWnIc:WE5zPu3kydE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=ikX0FOgWnIc:WE5zPu3kydE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=ikX0FOgWnIc:WE5zPu3kydE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?i=ikX0FOgWnIc:WE5zPu3kydE:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.windowsdailynews.com/2009/07/27/connecting-your-tv-as-a-second-monitor-in-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Will Office 2010 Resurrect The Office Suite?</title>
		<link>http://www.windowsdailynews.com/2009/07/13/will-office-2010-resurrect-the-office-suite/</link>
		<comments>http://www.windowsdailynews.com/2009/07/13/will-office-2010-resurrect-the-office-suite/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 13:22:56 +0000</pubDate>
		<dc:creator>Robert Scoble</dc:creator>
		
		<category><![CDATA[Microsoft News]]></category>

		<category><![CDATA[Microsoft Office]]></category>

		<guid isPermaLink="false">http://www.windowsdailynews.com/?p=70</guid>
		<description><![CDATA[When I left Microsoft about four years ago, I remember Steve Gillmor telling everyone that Office was dead.
I sort of went along with that, after all I was leaving Microsoft partially because I thought that Microsoft didn’t have an interesting product pipeline and wasn’t going to get the Internet for the second time. Only this [...]]]></description>
			<content:encoded><![CDATA[<p>When I left Microsoft about four years ago, I remember <a href="http://gesturelab.com/?p=33">Steve Gillmor telling everyone that Office was dead</a>.</p>
<p>I sort of went along with that, after all I was leaving Microsoft partially because I thought that Microsoft didn’t have an interesting product pipeline and wasn’t going to get the Internet for the second time. Only this time I didn’t sense Bill Gates screaming “turn toward the Internet.” For the most part I was right, at least until this year.</p>
<p><span id="more-70"></span></p>
<p>Remember, when a blogger says something is “dead” it just means that it isn’t interesting anymore and/or is potentially going to get disrupted. Well, it’s clear that Office DID get disrupted, if you watch today’s videos that I’ve posted about Office 10.</p>
<p>Who disrupted Office? Apple did. Look at the new PowerPoint and you’ll see Microsoft telling Steve Jobs to “stay off our lawn.”</p>
<p>Who else disrupted Office? Google did. Look at the new Web collaboration features and you’ll see Microsoft telling Eric Schmidt to “stay off our lawn.”</p>
<p>What happened in the four years since I left Microsoft?</p>
<p>1. The amount of strategy taxes have gone down. What are strategy taxes? When a Microsoft product team, like Office, needs to support exclusively technology from another product team, like, say, Internet Explorer or Windows. Here they started the demo in Firefox, which tells me that a good chunk of strategy taxes have been thrown out the window.</p>
<p>2. Microsoft is finally figuring out how to deal with Google. Is Microsoft’s strategy perfect? No, but it’s good enough to stop the bleeding in a range of areas like search and, now, office productivity.<br />
3. Innovation is back. I see lots of things that are damn cool in this suite. Think that copy and paste was over? Watch the video about how Microsoft improved copy and paste. Think email couldn’t be improved? Watch the Outlook 10 video and see just how many new features are there.<br />
4. The Web is finally front and center on the Office team’s mind. Are they completely there yet? No. Will Google continue to be interesting for a range of tasks? Yes. But Microsoft just said to the marketplace that they won’t be outplayed on the Web and that’s pretty huge.<br />
5. It’s not Office alone that will rejuvenate Microsoft. Bing is coming on strong. Xbox is rocking and rolling. Windows 7 looks absolutely superb and is blowing holes in Apple’s strategy, especially at the low end of the market which is much more important this year due to the crappy economy. One area where Microsoft still doesn’t look strong? Mobile. But if the Windows Mobile team makes a few more shifts toward the web it will be a key player there, too.<br />
6. Microsoft has the time to turn its big boat that other companies don’t have. Microsoft has 14 — can you count them all? — billion dollar businesses. I don’t know of another company with that luxury.<br />
7. Microsoft’s R&amp;D is resurgent and is feeling its oats. I’ll have more to say about that later when I get a video up I made in Microsoft’s Cambridge R&amp;D lab last week. But I see lots of things in this Office that came out of Microsoft’s R&amp;D department, which has now been in a great new building for more than a year and is expanding world wide.</p>
<p>Anyway, what caught my eye? I will upgrade just for the new Outlook features. Watch that video to see why. Also the new Web features might get me back from Google Docs. That will be a tougher sale, but you can see tons of places where Microsoft has run way ahead of Google and Zoho here.</p>
<p>Keep in mind, though, that Microsoft’s Office never was dead as a business. In fact I’m pretty sure that in dollar volumes Microsoft sells more today than it did four years ago when it got “boring.” This new version looks like it’ll ensure that Microsoft Office is a successful business for years to come. Some things, it won’t be out until first half of 2010, which gives Google time to respond. Other things? We don’t know pricing and haven’t yet seen all the features revealed or demoed.</p>
<p>Here’s the videos I filmed at the press briefing that Chris Bryant, product manager on the Office 10 team, gave me:</p>
<p>Outlook 10 gets new productivity features:</p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="viddler" height="263" width="400"><param name="movie" value="http://www.viddler.com/player/413b4bcd/"><param name="allowScriptAccess" value="always"><param name="allowFullScreen" value="true"><embed src="http://www.viddler.com/player/413b4bcd/" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" name="viddler" height="263" width="400"></object></p>
<p>New copy and paste features in Office 10:</p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="viddler" height="263" width="400"><param name="movie" value="http://www.viddler.com/player/dc4fe3d2/"><param name="allowScriptAccess" value="always"><param name="allowFullScreen" value="true"><embed src="http://www.viddler.com/player/dc4fe3d2/" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" name="viddler" height="263" width="400"></object></p>
<p>Office 10 brings collaboration features to many devices:</p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="viddler" height="263" width="400"><param name="movie" value="http://www.viddler.com/player/d78315e4/"><param name="allowScriptAccess" value="always"><param name="allowFullScreen" value="true"><embed src="http://www.viddler.com/player/d78315e4/" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" name="viddler" height="263" width="400"></object></p>
<p>More videos are coming shortly (I have five in total that are uploading now) but <a href="http://www.techcrunch.com/2009/07/13/the-complete-guide-to-microsofts-office-2010/">TechCrunch has a report on Office 10 now</a>.</p>
<p><a href="http://scobleizer.com/2009/07/13/microsofts-new-office-10-brings-office-back-from-the-dead-tons-of-videos/">Comments</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=eB32Xbjrzlk:sHnThRzq1k8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=eB32Xbjrzlk:sHnThRzq1k8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?i=eB32Xbjrzlk:sHnThRzq1k8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=eB32Xbjrzlk:sHnThRzq1k8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=eB32Xbjrzlk:sHnThRzq1k8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?i=eB32Xbjrzlk:sHnThRzq1k8:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.windowsdailynews.com/2009/07/13/will-office-2010-resurrect-the-office-suite/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Following Anti-Trust In EU, Windows 7 Will Ship Without IE</title>
		<link>http://www.windowsdailynews.com/2009/06/24/following-anti-trust-in-eu-windows-7-will-ship-without-ie/</link>
		<comments>http://www.windowsdailynews.com/2009/06/24/following-anti-trust-in-eu-windows-7-will-ship-without-ie/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 15:19:16 +0000</pubDate>
		<dc:creator>Frank Reed</dc:creator>
		
		<category><![CDATA[General Windows News]]></category>

		<category><![CDATA[Microsoft News]]></category>

		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.windowsdailynews.com/?p=67</guid>
		<description><![CDATA[Microsoft has possibly pulled a fast one on the European Commission (EC) in its wrestling match to see whether their Internet Explorer browser (IE) will be packaged in the new Windows 7 offering. The EC has contended that by including the browser in the operating system that competition is being squeezed out unfairly by Microsoft. [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has possibly pulled a fast one on the European Commission (EC) in its wrestling match to see whether their Internet Explorer browser (IE) will be packaged in the new Windows 7 offering. The EC has contended that by including the browser in the operating system that competition is being squeezed out unfairly by Microsoft. Well, we may be seeing that EC stands for ‘Exceptionally Clueless’ considering how they may have stepped all over their own case against the software giant.</p>
<p><span id="more-67"></span></p>
<p><a href="http://news.bbc.co.uk/2/hi/technology/8096701.stm">The BBC reports</a></p>
<blockquote><p>In January 2009, Brussels reached a “preliminary view” that Microsoft was denting the chance for true competition by bundling its browser software in with its operating system.</p>
</blockquote>
<p>Microsoft has then taken the step to not offer IE in the Windows 7 operating system release in the EC regions.</p>
<blockquote><p>“We’re committed to making Windows 7 available in Europe at the same time that it launches in the rest of the world,” Dave Heiner, said Microsoft deputy general counsel in a statement, “but we also must comply with European competition law as we launch the product.”</p>
<p>“We believe that this new approach, while not our first choice, is the best path forward given the ongoing legal case in Europe,” he added.</p>
</blockquote>
<p>OK, so it looks like Microsoft is making a gesture toward remedying exactly what they are under scrutiny for. The EC, however, has been pushing for Microsoft to offer a choice of browsers and not eliminate the browser option completely. Hard to argue now however that Microsoft is getting the way of competition since they are offering nothing at all and letting the consumer decide. In addition, the consumer now has to go out and download their own browser to even get on the Internet, which will undoubtedly cause major issues for all. This will then solidify the EC’s attempts to improve commerce by heavily restricting it as being completely, well, clueless. Even in a world where government intervention in business is the ‘in thing’ this is just ridiculous and the EC is getting what it deserves.</p>
<p><a href="http://digitaldaily.allthingsd.com/20090612/great-move-ec-now-we-have-to-figure-out-how-to-download-ie-ourselves/">John Paczkowski over at AllThingsD wraps up the EC’s bungling of this situation<br />
</a></p>
<blockquote><p>Well played, Microsoft.</p>
<p>No wonder the EC is already wrinkling its nose at the move. “The commission had suggested to Microsoft that consumers be provided with a choice of web browsers,” the EC said in a statement issued late Thursday. “Instead Microsoft has apparently decided to supply retail consumers with a version of Windows without a web browser at all. Rather than more choice, Microsoft seems to have chosen to provide less.”</p>
<p>Hmm. Now who was it again that said Microsoft needs to “restore genuine consumer choice and enable competition on its merits?</p>
</blockquote>
<p>Isn’t the true market driven choice that of the consumer being able to go anywhere to get the product they want? What if Microsoft doesn’t bundle every browser known to man in its operating system release? Will small niche players have a chance to petition the EC and stop the wheels of progress due to the ‘unfairness of it all”? Where will it end and why is it even an issue anyway? Doesn’t Microsoft shoot itself in the foot enough to allow competition anyway? Has the EC ever heard of Firefox? </p>
<p>Don’t expect the EC to let this one die but do expect that they will make a pathetic spectacle of themselves as they continue to bungle through making the world safer from progress, innovation and opportunity.</p>
<p><a href="http://www.marketingpilgrim.com/2009/06/microsoft-answers-ec-with-no-ie-in-windows-7.html">Comments</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=5wb8Q00xMhY:y6LH8Cm2E-A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=5wb8Q00xMhY:y6LH8Cm2E-A:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?i=5wb8Q00xMhY:y6LH8Cm2E-A:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=5wb8Q00xMhY:y6LH8Cm2E-A:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=5wb8Q00xMhY:y6LH8Cm2E-A:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?i=5wb8Q00xMhY:y6LH8Cm2E-A:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.windowsdailynews.com/2009/06/24/following-anti-trust-in-eu-windows-7-will-ship-without-ie/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Display File Types In Windows Vista</title>
		<link>http://www.windowsdailynews.com/2009/06/08/how-to-display-file-types-in-windows-vista/</link>
		<comments>http://www.windowsdailynews.com/2009/06/08/how-to-display-file-types-in-windows-vista/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 13:44:52 +0000</pubDate>
		<dc:creator>Dave Taylor</dc:creator>
		
		<category><![CDATA[General Windows News]]></category>

		<category><![CDATA[Windows 7]]></category>

		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.windowsdailynews.com/?p=65</guid>
		<description><![CDATA[I&#8217;m an old-school computer user and when I got my new laptop I decided that rather than overwrite the OS with Linux, I&#8217;d actually stick it out and learn Windows Vista. So far, not so bad, but one thing&#8217;s bugging me: when I create a file like &#8220;test.xls&#8221; the system shows it as &#8220;test&#8221; with [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m an old-school computer user and when I got my new laptop I decided that rather than overwrite the OS with Linux, I&#8217;d actually stick it out and learn Windows Vista. So far, not so bad, but one thing&#8217;s bugging me: when I create a file like &#8220;test.xls&#8221; the system shows it as &#8220;test&#8221; with an Excel icon. I want to see the filename suffix, though, the &#8220;.xls&#8221; part. How do I enable that feature / disable that feature in Microsoft Windows Vista??</p>
<p><span id="more-65"></span></p>
<p>Dave&#8217;s Answer:</p>
<p>I so know exactly what you mean and this kind of &#8220;friendly user behavior&#8221; drives me up the wall too.If I create a file called &#8220;foo.bar&#8221; then I want it to be shown as just that when I&#8217;m poking around on my computer. Both Windows and Mac OS X have this bad habit now of hiding filename suffixes and it just bugs me.</p>
<p>It&#8217;s not too incredibly difficult to figure out how to disable this &#8220;feature&#8221; in Vista, though, so you&#8217;re in luck. </p>
<p>The windows are all pretty big, though, so they&#8217;ll be scaled down here. Hopefully you can still step along and figure out it on your computer too.</p>
<p>Start out by getting to Control Panels:</p>
<p><img src="http://www.askdavetaylor.com/3-blog-pics/windows-vista-start-control-panels.png" alt="windows vista start control panels" width="270" border="0" height="358"></p>
<p>There are a bunch of different things you can tweak and change, with handy common shortcuts shown in smaller blue text:</p>
<p><img src="http://www.askdavetaylor.com/3-blog-pics/windows-vista-control-panels-appearance.png" alt="windows vista control panels appearance" width="537" border="0" height="404"></p>
<p>Notice where the cursor is located: &#8220;Appearance and Personalization&#8221;. That&#8217;s what you want, click on the category name.</p>
<p>Now you&#8217;ll see that there are subcategories of Appearance and Personalization from which you need to choose what you seek (yes, there are a LOT of ways you can tweak Vista. Probably too many, actually).</p>
<p>Select &#8220;Folder Options&#8221;:</p>
<p><img src="http://www.askdavetaylor.com/3-blog-pics/windows-vista-appearance-folder-options.png" alt="windows vista appearance folder options" width="537" border="0" height="405"></p>
<p>Almost there. Now you&#8217;ll see the &#8220;General&#8221; Views settings, which have a few things you might want to fiddle with while you&#8217;re here:</p>
<p><img src="http://www.askdavetaylor.com/3-blog-pics/windows-vista-appearance-folder-options-general.png" alt="windows vista appearance folder options general" width="268" border="0" height="323"></p>
<p>What we seek, however, is under the &#8220;Views&#8221; tab along the top. Click on that tab and then look very closely at the many options in the lower scroll box, the advanced settings:</p>
<p><img src="http://www.askdavetaylor.com/3-blog-pics/windows-vista-appearance-folder-options-view-hide-extensions.png" alt="windows vista appearance folder options view hide extensions" width="269" border="0" height="325"></p>
<p>As I have highlighted, one option is &#8220;Hide extensions for known file types&#8221;. Uncheck that box. Now click on &#8220;Apply&#8221; and you&#8217;re done, it&#8217;s all fixed!</p>
<p>While you&#8217;re here, though, you might have a glance at the Search tab too, as Vista is, at best, weak in file search, but you can tweak its settings just a bit if you want:</p>
<p><img src="http://www.askdavetaylor.com/3-blog-pics/windows-vista-appearance-folder-options-search.png" alt="windows vista appearance folder options search" width="269" border="0" height="323"></p>
<p>Otherwise, you&#8217;re done, and you&#8217;re off to the races too!</p>
<p><a href="http://www.askdavetaylor.com/how_to_display_filename_suffixes_windows_vista.html">Comments</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=gpl0spoT30c:_UDt_EuwsmI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=gpl0spoT30c:_UDt_EuwsmI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?i=gpl0spoT30c:_UDt_EuwsmI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=gpl0spoT30c:_UDt_EuwsmI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=gpl0spoT30c:_UDt_EuwsmI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?i=gpl0spoT30c:_UDt_EuwsmI:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.windowsdailynews.com/2009/06/08/how-to-display-file-types-in-windows-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Netflix Comes To Windows Media Center</title>
		<link>http://www.windowsdailynews.com/2009/05/21/netflix-comes-to-windows-media-center/</link>
		<comments>http://www.windowsdailynews.com/2009/05/21/netflix-comes-to-windows-media-center/#comments</comments>
		<pubDate>Thu, 21 May 2009 16:04:11 +0000</pubDate>
		<dc:creator>Mike Sachoff</dc:creator>
		
		<category><![CDATA[General Windows News]]></category>

		<category><![CDATA[Windows 7]]></category>

		<category><![CDATA[Netflix]]></category>

		<category><![CDATA[Windows Media Center]]></category>

		<guid isPermaLink="false">http://www.windowsdailynews.com/?p=62</guid>
		<description><![CDATA[Microsoft has announced that more than 12,000 movies and TV episodes from Netflix are now available for viewing using Windows Media Center on PCs with Windows Vista Home Premium or Ultimate.

Windows Vista users who are also Netflix members can start Windows Media Center on their PC and then select the new Netflix tile under TV+ [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has announced that more than 12,000 movies and TV episodes from Netflix are now available for viewing using Windows Media Center on PCs with Windows Vista Home Premium or Ultimate.<br />
<span id="more-62"></span><br />
Windows Vista users who are also Netflix members can start <a href="http://www.microsoft.com/windows/windows-vista/features/media-center.aspx">Windows Media Center</a> on their PC and then select the new Netflix tile under TV+ Movies to begin streaming movies and TV episodes. </p>
<p>Users can search the <a href="http://www.netflix.com/">Netflix </a>library, manage both their instant and DVD queues, and filter searches by titles that are available to watch instantly. Windows Media Center uses the Netflix recommended category lists to make it easier to find the movies and TV shows that users want to watch. </p>
<p>The Netflix instant watching in Windows Media Center is powered by Microsoft Silverlight.  The use of Silverlight allows users to have more accessible, discoverable and secure experiences.</p>
<p>&#8220;We&#8217;re continuing to work with the top content providers today to make watching TV on the PC a mainstream experience for the future,&#8221; said Craig Eisler corporate vice president of entertainment client software for the TV, Video and Music Business Group at Microsoft. </p>
<p>&#8220;Consumers understand that content is the driving force when it comes to experiences, and with Netflix, we&#8217;re underscoring our broader commitment to deliver a rich experience with Windows Media Center.&#8221;</p>
<p>The availability of Netflix in Windows Media Center is the second recent content deal for Windows, following the March launch of the Sports Channel, which offers a variety of interactive sports content from CBSSports.com, Fox Sports and MSNBC.com</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=30PyaatvXqs:t0NL-LmF_kA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=30PyaatvXqs:t0NL-LmF_kA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?i=30PyaatvXqs:t0NL-LmF_kA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=30PyaatvXqs:t0NL-LmF_kA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsDailyNews?a=30PyaatvXqs:t0NL-LmF_kA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WindowsDailyNews?i=30PyaatvXqs:t0NL-LmF_kA:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.windowsdailynews.com/2009/05/21/netflix-comes-to-windows-media-center/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
