<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Jon Galloway : Windows 7</title><link>http://weblogs.asp.net/jgalloway/archive/tags/Windows+7/default.aspx</link><description>Tags: Windows 7</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>My Boot-to-VHD experiment: found some tips, like it, but still haven’t found VM nirvana</title><link>http://weblogs.asp.net/jgalloway/archive/2009/10/25/my-boot-to-vhd-experiment-found-some-tips-like-it-but-still-haven-t-found-vm-nirvana.aspx</link><pubDate>Sun, 25 Oct 2009 22:57:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7239172</guid><dc:creator>Jon Galloway</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jgalloway/rsscomments.aspx?PostID=7239172</wfw:commentRss><comments>http://weblogs.asp.net/jgalloway/archive/2009/10/25/my-boot-to-vhd-experiment-found-some-tips-like-it-but-still-haven-t-found-vm-nirvana.aspx#comments</comments><description>&lt;H2&gt;Summary&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;Windows 7’s Boot to VHD works as advertised – native speed, virtual machine flexibility. &lt;/LI&gt;
&lt;LI&gt;I came up with some tips and tricks which you might find useful&lt;/LI&gt;
&lt;LI&gt;Having to reboot without hibernate to switch to the VHD machine means it’s a lot less useful than I’d hoped. &lt;/LI&gt;&lt;/UL&gt;
&lt;H2&gt;Background&lt;/H2&gt;
&lt;P&gt;I’ve recently been running some early releases developer tools which came with the “install on VM’s if you don’t want your computer to catch fire” warning. That seemed like a good time to back off on my “VM’s are for sissies” stance and get my VHD on. After verifying that there wasn’t already &lt;A href="http://www.microsoft.com/Downloads/details.aspx?FamilyID=21eabb90-958f-4b64-b5f1-73d0a413c8ef&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/Downloads/details.aspx?FamilyID=21eabb90-958f-4b64-b5f1-73d0a413c8ef&amp;amp;displaylang=en"&gt;a suitable VHD available for download&lt;/A&gt;, I decided to follow &lt;A href="http://www.hanselman.com/blog/StepByStepTurningAWindows7DVDOrISOIntoABootableVHDVirtualMachine.aspx" mce_href="http://www.hanselman.com/blog/StepByStepTurningAWindows7DVDOrISOIntoABootableVHDVirtualMachine.aspx"&gt;Scott Hanselman’s directions to set up a Boot To VHD instance&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Here’s a very high level overview:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Download the &lt;A href="http://code.msdn.microsoft.com/wim2vhd" mce_href="http://code.msdn.microsoft.com/wim2vhd"&gt;wim2vhd&lt;/A&gt; script from CodePlex &lt;/LI&gt;
&lt;LI&gt;Install the &lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=696DD665-9F76-4177-A811-39C26D3B3B34&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=696DD665-9F76-4177-A811-39C26D3B3B34&amp;amp;displaylang=en"&gt;Windows 7 Automated Installation Kit (AIK)&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;Copy ImageX.exe from the the AIK install into the same folder as the wim2vhd script &lt;/LI&gt;
&lt;LI&gt;Run the script &lt;/LI&gt;
&lt;LI&gt;Mount the VHD in the Windows 7 disk management screen&lt;/LI&gt;
&lt;LI&gt;Run some funky commands to make the disk bootable&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;There's a little goofing around at the command line, but it's only a few minutes if you follow the directions. Then your new VHD shows up as an option on boot.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;BUT WAIT! I have a few minor modifications. &lt;/STRONG&gt;Rather than write a complete walkthrough of the process – since Scott and others have done such a good job there – I’m just going to list some footnotes to the process. I’ve very roughly outlined the steps above; I recommend you read through the following list of tips, then go and follow &lt;A href="http://www.hanselman.com/blog/StepByStepTurningAWindows7DVDOrISOIntoABootableVHDVirtualMachine.aspx" mce_href="http://www.hanselman.com/blog/StepByStepTurningAWindows7DVDOrISOIntoABootableVHDVirtualMachine.aspx"&gt;Scott’s walkthrough&lt;/A&gt; and use any of the below tips you think are helpful.&lt;/P&gt;
&lt;H2&gt;Mod #1: Getting ImageX.exe without installing the AIK&lt;/H2&gt;
&lt;P&gt;There are copies of ImageX.exe floating around on the internets. I normally wouldn’t recommending using them, I only mention that because the AIK is 1.5 GB. If you’re one of those irrational people that thinks downloading 1.5GB to get a 471KB program, you could &lt;A href="http://www.google.com/search?hl=en&amp;amp;q=imagex.exe+download" mce_href="http://www.google.com/search?hl=en&amp;amp;q=imagex.exe+download"&gt;search around for “download imagex.exe”&lt;/A&gt; If you do that, the CRC for my my 32 bit ImageX.exe – version 6.2.7600.16385 - is 54 BF FA D5. Not recommended, but it is an option.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Note: Dear Microsoft folks that make gigantic SDK’s, please stop. Those might have made sense before the internet, but… c’mon now. Here’s how utilities should be done: &lt;A href="http://live.sysinternals.com/" mce_href="http://live.sysinternals.com/"&gt;live.sysinternals.com&lt;/A&gt;.&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you end up downloading the &lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=696DD665-9F76-4177-A811-39C26D3B3B34&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=696DD665-9F76-4177-A811-39C26D3B3B34&amp;amp;displaylang=en"&gt;entire (1.5GB!!!) AIK ISO&lt;/A&gt; but hate installing a bunch of junk just to use one thing, you can open the ISO in 7-zip and find the find the ImageX.exe file, by looking for F1_imagex in Neutral.cab, like so:&lt;/P&gt;
&lt;P&gt;&lt;A title=ImageX href="http://www.flickr.com/photos/36836555@N00/4030819419/" mce_href="http://www.flickr.com/photos/36836555@N00/4030819419/"&gt;&lt;IMG border=0 alt=ImageX src="http://static.flickr.com/2780/4030819419_3f4a8ec36f.jpg" mce_src="http://static.flickr.com/2780/4030819419_3f4a8ec36f.jpg"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can just extract that file and rename it to ImageX.exe.&lt;/P&gt;
&lt;H2&gt;Mod #2: Changing the VHD size&lt;/H2&gt;
&lt;P&gt;The wim2vhd script defaults to a 40GB dynamic disk. Normally, I don’t really care much about the size of a dynamic disk, because the actual size of the VHD is only as big as the actual used space, and you can compact a disk to recover space as needed. However, when you mount a dynamic drive, the boot manager and host filesystem appear to reserve the maximum possible size of the of the disk – 40GB. In my case (on a laptop), that wasn’t going to work.&lt;/P&gt;
&lt;P&gt;It’s not just a convenience thing, either – if you have a VHD whose maximum size exceeds the physical disk space available, you’ll get a blue screen of death:&lt;/P&gt;
&lt;P&gt;&lt;A title="BSOD - Windows 7 Boot From VHD" href="http://www.flickr.com/photos/36836555@N00/4044515884/" mce_href="http://www.flickr.com/photos/36836555@N00/4044515884/"&gt;&lt;IMG border=0 alt="BSOD - Windows 7 Boot From VHD" src="http://static.flickr.com/2654/4044515884_203851e00d.jpg" mce_src="http://static.flickr.com/2654/4044515884_203851e00d.jpg"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;(photo credit: &lt;/EM&gt;&lt;A href="http://www.bartlannoeye.be/blog/CommentView,guid,e1efe794-0d94-4109-be6e-ff81c7b62fca.aspx" mce_href="http://www.bartlannoeye.be/blog/CommentView,guid,e1efe794-0d94-4109-be6e-ff81c7b62fca.aspx"&gt;&lt;EM&gt;Bart Lannoeye, see his post about the BSOD issue&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;You can change the created VHD disk size using the /size parameter. For my Windows 7 + Visual Studio 2010 testing purposes, a 16GB disk seemed to work well. To do that, you’d call wim2vhd with this command:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;cscript wim2vhd.wsf /wim:e:\sources\install.wim /sku:ultimate /size:16384&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The size is calculated in MB, so you calculate it as 1024 * number of GB. A 20GB would use /size:20480&lt;/P&gt;
&lt;H2&gt;Mod #3: Rearming Windows to extend the evaluation time&lt;/H2&gt;
&lt;P&gt;If you’re using a virtual machine installation of Windows for temporary testing, you can use it without activation for 30 days. However, you can extend that evaluation period 3 times, giving you a total of 4 months, which is plenty of time for most evaluation purposes. It’s really simple:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Run "slmgr -rearm" from a command prompt with admin rights&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This isn’t a hack – it uses a command that’s been shipped with Windows since Vista first came out. It’s not really news – &lt;A href="http://www.codinghorror.com/blog/archives/000778.html" mce_href="http://www.codinghorror.com/blog/archives/000778.html"&gt;Jeff Atwood wrote about it a while ago&lt;/A&gt;, and &lt;A href="http://blogs.zdnet.com/Bott/?p=224" mce_href="http://blogs.zdnet.com/Bott/?p=224"&gt;Ed Bott followed up with a cool tip on scripting that command to run every 30 days so you don’t forget&lt;/A&gt;. But it’s a really handy note, and it bears repeating.&lt;/P&gt;
&lt;P&gt;Note: Apparently you can &lt;A href="http://technet.microsoft.com/en-us/library/cc722350(WS.10,loband).aspx" mce_href="http://technet.microsoft.com/en-us/library/cc722350(WS.10,loband).aspx"&gt;use the SkipRearm registry setting&lt;/A&gt; to &lt;A href="http://www.windowssecrets.com/comp/070315/#story1" mce_href="http://www.windowssecrets.com/comp/070315/#story1"&gt;extend that even further&lt;/A&gt;, but I don’t know if that’s covered by the EULA. I haven’t had the need to use a VM that long, so I’ve never run into that.&lt;/P&gt;
&lt;H2&gt;Mod #4 (untested): EasyBDC&lt;/H2&gt;
&lt;P&gt;You can apparently skip the rigmarole with BCDEDIT by using EasyBCD, because&lt;A href="http://neosmart.net/forums/showthread.php?t=642" mce_href="http://neosmart.net/forums/showthread.php?t=642"&gt; beta builds of EasyBCD 2.0 support the Windows 7’s VHD features&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Note: I haven’t done this. I’ve used previous releases of EasyBCD and haven’t had a problem, but I haven’t used EasyBCD 2.0 as it wasn’t out when I set up my VHD.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;H2&gt;Mod #5 (untested): Disk2vhd&lt;/H2&gt;
&lt;P&gt;The SysInternals team recently released &lt;A href="http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx" mce_href="http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx"&gt;Disk2vhd&lt;/A&gt;, which can capture a disk image (while running) and create a VHD. I believe that in order to use the created VHD on the same machine it was created from, you’d first need to sysprep it, since otherwise you’re essentially trying to run two identical copies of the same operating system on the same computer, and you run into problems with drive paths. I haven’t tried this yet.&lt;/P&gt;
&lt;H2&gt;Gotcha #1: Go with Windows 7 Ultimate&lt;/H2&gt;
&lt;P&gt;&lt;A href="http://geekswithblogs.net/workdog/archive/2009/10/17/135524.aspx" mce_href="http://geekswithblogs.net/workdog/archive/2009/10/17/135524.aspx"&gt;Boot to VHD only works in Windows 7 Ultimate or Enterprise, not Windows 7 Professional&lt;/A&gt;. But you can’t use the Windows Activation re-arm trick we just talked about in Enterprise (since it uses a different licensing model). So I recommend that you go with Windows 7 Ultimate Edition.&lt;/P&gt;
&lt;H2&gt;Gotcha #2: Dual Boot means no hibernation&lt;/H2&gt;
&lt;P&gt;I use hibernation quite a bit, and only do a full reboot when I have to. So, for me, dual booting was inconvenient. It meant shutting everything down – including saving any tabs I happened to have open in IE8 (since tab saving in IE8 has been pretty unreliable for me) – in order to use the VHD partition, then shutting everything in the VHD partition down to switch back to the main one. That’s a lot of friction, and it ended up that I don’t use it as often as I thought I would. &lt;/P&gt;
&lt;P&gt;As I write this, I’m setting up a VHD which I’ll just run under Virtual PC, because I can start it up without shutting everything else down. I still feel like it’s a great feature, just one that I’ll use less often than I thought.&lt;/P&gt;
&lt;P&gt;Side note: Fast switching between boot instances would be a killer feature for Windows. I’d settle for multiple hibernation instances. I’ve read that it’s not enabled because of concerns over invalidating one hibernation instance while running the second machine instance, but I disagree – let me make that decision. At least give me a registry setting or something to enable it.&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7239172" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jgalloway/archive/tags/Tips+_2F00_+Tricks/default.aspx">Tips / Tricks</category><category domain="http://weblogs.asp.net/jgalloway/archive/tags/Virtual+PC/default.aspx">Virtual PC</category><category domain="http://weblogs.asp.net/jgalloway/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Windows 7 RTM – Faster Download, Better Upgrade</title><link>http://weblogs.asp.net/jgalloway/archive/2009/08/06/windows-7-rtm-faster-download-better-upgrade.aspx</link><pubDate>Thu, 06 Aug 2009 18:38:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7162798</guid><dc:creator>Jon Galloway</dc:creator><slash:comments>11</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jgalloway/rsscomments.aspx?PostID=7162798</wfw:commentRss><comments>http://weblogs.asp.net/jgalloway/archive/2009/08/06/windows-7-rtm-faster-download-better-upgrade.aspx#comments</comments><description>&lt;P&gt;Here are some quick tips now that Windows 7 is up on MSDN:&lt;/P&gt;
&lt;H3&gt;Faster download&lt;/H3&gt;
&lt;P&gt;Download via the &lt;A href="http://msdn.microsoft.com/en-us/subscriptions/downloads/bb608344.aspx" mce_href="http://msdn.microsoft.com/en-us/subscriptions/downloads/bb608344.aspx"&gt;MSDN Top Downloads link&lt;/A&gt; instead of the MSDN File Transfer Manager. The MSDN Top Downloads are delivered via Akamai, and my download speeds jumped from 200KB/s to 2MB/s when I switched to it. (thanks to &lt;A href="http://twitter.com/gduncan411/status/3166981747" mce_href="http://twitter.com/gduncan411/status/3166981747"&gt;Greg Duncan for the pointer&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;UPDATE&lt;/STRONG&gt;: There’s also an &lt;A href="https://technet.microsoft.com/en-us/subscriptions/downloads/dd692862.aspx" mce_href="https://technet.microsoft.com/en-us/subscriptions/downloads/dd692862.aspx"&gt;Akamai link for Technet Subscribers&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A title=Windows_7_-_File_Transfer_Manager href="http://www.flickr.com/photos/36836555@N00/3795304517/" mce_href="http://www.flickr.com/photos/36836555@N00/3795304517/"&gt;&lt;IMG border=0 alt=Windows_7_-_File_Transfer_Manager src="http://static.flickr.com/3480/3795304517_9c32d979b9.jpg" width=351 height=297 mce_src="http://static.flickr.com/3480/3795304517_9c32d979b9.jpg"&gt;&lt;/A&gt;&lt;A title=Win7_-_Akamai href="http://www.flickr.com/photos/36836555@N00/3796124182/" mce_href="http://www.flickr.com/photos/36836555@N00/3796124182/"&gt;&lt;IMG border=0 alt=Win7_-_Akamai src="http://static.flickr.com/2479/3796124182_8667d666cc.jpg" mce_src="http://static.flickr.com/2479/3796124182_8667d666cc.jpg"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;H3&gt;Upgrade from previous Windows 7 installs&lt;/H3&gt;
&lt;P&gt;Contrary to popular opinion, you can upgrade from Beta or RC to RTM. It’s &lt;STRONG&gt;not officially supported&lt;/STRONG&gt;, but it’s not a hack, either. There’s a single INI file you need to edit, and it put there for just that purpose. The Windows 7 team wrote about this on the &lt;A href="http://blogs.msdn.com/e7/archive/2009/04/07/delivering-a-quality-upgrade-experience.aspx" mce_href="http://blogs.msdn.com/e7/archive/2009/04/07/delivering-a-quality-upgrade-experience.aspx"&gt;Engineering Windows 7 Blog&lt;/A&gt;, and &lt;A href="http://www.lifehacker.com.au/2009/04/microsoft-wants-windows-7-testers-to-downgrade-to-vista/" mce_href="http://www.lifehacker.com.au/2009/04/microsoft-wants-windows-7-testers-to-downgrade-to-vista/"&gt;Lifehacker explained the steps a little more clearly&lt;/A&gt;:&lt;/P&gt;&lt;A href="http://blogs.msdn.com/e7/archive/2009/04/07/delivering-a-quality-upgrade-experience.aspx" mce_href="http://blogs.msdn.com/e7/archive/2009/04/07/delivering-a-quality-upgrade-experience.aspx"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; FLOAT: right; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" alt="Windows 7 Upgrade" src="http://blogs.msdn.com/blogfiles/e7/WindowsLiveWriter/Deliveringaqualityupgradeexperience_D236/clip_image002_2.jpg" width=244 height=213 ?="?" mce_src="http://blogs.msdn.com/blogfiles/e7/WindowsLiveWriter/Deliveringaqualityupgradeexperience_D236/clip_image002_2.jpg"&gt;&lt;/A&gt; 
&lt;OL&gt;
&lt;OL&gt;
&lt;LI&gt;Download the RC ISO and burn to a DVD. &lt;/LI&gt;
&lt;LI&gt;Copy that burnt image to an external drive or a spare partition. &lt;EM&gt;[note – I just copied to a folder on the desktop of the computer I’m upgrading]&lt;/EM&gt; &lt;/LI&gt;
&lt;LI&gt;Find the sources directory, and open the file cversion.ini in your favorite text editor &lt;/LI&gt;
&lt;LI&gt;To quote directly from Microsoft: “Modify the MinClient build number to a value lower than the down-level build. For example, change 7100 to 7000.” &lt;/LI&gt;
&lt;LI&gt;Save the file, and then run setup as normal to start installation. &lt;/LI&gt;&lt;/OL&gt;&lt;/OL&gt;
&lt;P&gt;This sounds more complicated than it is – download DVD, copy files to the computer you’re upgrading, edit one line of a text file, and run the setup.exe. That’s it.&lt;/P&gt;
&lt;P&gt;I’ve upgraded a machine from Beta to RC to RTM and it worked just fine.&lt;/P&gt;
&lt;P&gt;Note that it's not officially supported, so if you have time to do a&amp;nbsp;fresh install, I'd recommend it.&amp;nbsp;The&amp;nbsp;Beta-&amp;gt;RC-&amp;gt;RTM&amp;nbsp;comes only with the&amp;nbsp;Jon Galloway - Works On My Machine&amp;nbsp;seal.&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Pick the right version&lt;/H3&gt;
&lt;P&gt;I like the &lt;A href="http://en.wikipedia.org/wiki/Windows_7_editions#Comparison_chart" mce_href="http://en.wikipedia.org/wiki/Windows_7_editions#Comparison_chart"&gt;Windows 7 Edition comparison chart&lt;/A&gt; on Wikipedia – it’s does a good job of showing exactly what changes between versions.&lt;/P&gt;
&lt;H3&gt;Uninstall Visual Studio 2010 Beta1 (if installed) before upgrading&lt;/H3&gt;
&lt;P&gt;This would be a bit of an edge case, but since we’re talking about downloading from MSDN then it’s very possible that some folks have Visual Studio 2010 Beta 1 installed on a Vista machine and want to upgrade to Windows 7. See Scott Hanselman’s post: &lt;A href="http://www.hanselman.com/blog/VistaUsersUninstallVisualStudio2010Beta1BeforeUpgradingToWindows7.aspx" mce_href="http://www.hanselman.com/blog/VistaUsersUninstallVisualStudio2010Beta1BeforeUpgradingToWindows7.aspx"&gt;Vista Users - Uninstall Visual Studio 2010 Beta 1 before upgrading to Windows 7&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This applies to Windows 7 RC as well, unfortunately. Scott's post points that out:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color=#800000&gt;* You might be running &lt;STRONG&gt;Windows 7 RC&lt;/STRONG&gt; and thinking to do an &lt;STRONG&gt;unsupported &lt;/STRONG&gt;upgrade to &lt;STRONG&gt;Windows 7 RTM&lt;/STRONG&gt;. If so, remember, it's not supported, but &lt;STRONG&gt;you'll have this problem upgrading too&lt;/STRONG&gt;, so uninstall Dev10b1/.NET4 first. &lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;H3&gt;About Upgrades&lt;/H3&gt;
&lt;P&gt;I’ve heard generally good things about the Vista –&amp;gt; Windows 7 upgrade. It didn’t work on my 2 year-old Vista install. Admittedly, that box is jam packed with random alpha software and I’d have been shocked if it worked. On the bright side, though, it cleanly rolled back and left me with my old Vista install.&lt;/P&gt;
&lt;P&gt;I have upgraded two machines from Windows 7 Beta –&amp;gt; RC with absolutely no problems, and am getting set to upgrade them to RTM now.&lt;/P&gt;
&lt;H3&gt;Know what your license covers&lt;/H3&gt;
&lt;P&gt;The Beta test license covered pretty wide use, but the MSDN licenses are more strict. &lt;A href="https://msdn.microsoft.com/en-us/subscriptions/manage/cc150618.aspx" mce_href="https://msdn.microsoft.com/en-us/subscriptions/manage/cc150618.aspx"&gt;Technically, an MSDN licensed operating system can only be used for development&lt;/A&gt;, not “mixed-use” like games or e-mail:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Many MSDN subscribers use a computer for mixed use—both design, development, testing, and demonstration of your programs (the use allowed under the MSDN Subscription license) and some other use.&amp;nbsp; Using the software in any other way, such as for doing email, playing games, or editing a document is another use and is not covered by the MSDN Subscription license.&amp;nbsp; When this happens, the underlying operating system must also be licensed normally by purchasing a regular copy of Windows such as the one that came with a new OEM PC.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Note that the MSDN licenses does allow for “one copy of certain desktop applications on one device for any purpose”, those applications being mostly Office applications. But, as I read it, you’d need to install those Office apps on a non-MSDN licensed operating system.&lt;/P&gt;
&lt;P&gt;I will be conducting random searches to verify that you are complying with this. &lt;/P&gt;
&lt;H3&gt;Got any more Windows 7 download/install tips to share?&lt;/H3&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7162798" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jgalloway/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Windows 7 Betta</title><link>http://weblogs.asp.net/jgalloway/archive/2009/01/18/windows-7-betta.aspx</link><pubDate>Mon, 19 Jan 2009 05:58:48 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6844381</guid><dc:creator>Jon Galloway</dc:creator><slash:comments>11</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jgalloway/rsscomments.aspx?PostID=6844381</wfw:commentRss><comments>http://weblogs.asp.net/jgalloway/archive/2009/01/18/windows-7-betta.aspx#comments</comments><description>&lt;p&gt;I’ve been running Windows 7 Beta 1 for a week now and really like it. But I’d been looking at desktop for a few days before someone pointed out the little “desktop Easter egg”. &lt;/p&gt;  &lt;p&gt;Here’s the desktop:&lt;/p&gt;  &lt;p&gt;&lt;a title="Windows 7 Beta Default Desktop" href="http://www.flickr.com/photos/36836555@N00/3198850663/"&gt;&lt;img alt="Windows 7 Beta Default Desktop" src="http://static.flickr.com/3443/3198850663_90929410c4.jpg" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;See it? &lt;a href="http://www.geekswithblogs.net/kirstinj"&gt;Kirstin Juhl&lt;/a&gt; pointed it out &lt;a href="http://twitter.com/kirstinj/status/1108042948"&gt;on Twitter&lt;/a&gt;:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;OK.... I just &amp;quot;got&amp;quot; the fish on Windows 7... it's a beta fish. I never would have put it together.... my 5year-old saw the screen and asked, &amp;quot;Is that a beta fish mom?&amp;quot; I looked and said &amp;quot;Ohhhh!!!&amp;quot;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Technically, it’s a &lt;a href="http://en.wikipedia.org/wiki/Betta"&gt;betta fish&lt;/a&gt;, but I’m not going to quibble about that. So, enjoy the betta!&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6844381" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jgalloway/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://weblogs.asp.net/jgalloway/archive/tags/Windows+7/default.aspx">Windows 7</category></item></channel></rss>