<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-AU">
  <id>https://david.gardiner.net.au/tags/Windows%207.xml</id>
  <title type="html">David Gardiner - Windows 7</title>
  <updated>2026-05-16T00:30:29.797Z</updated>
  <subtitle>Blog posts tagged with &apos;Windows 7&apos; - A blog of software development, .NET and other interesting things</subtitle>
  <rights>Copyright 2026 David Gardiner</rights>
  <icon>https://www.gravatar.com/avatar/37edf2567185071646d62ba28b868fab?s=64</icon>
  <logo>https://www.gravatar.com/avatar/37edf2567185071646d62ba28b868fab?s=256</logo>
  <generator uri="https://github.com/flcdrg/astrojs-atom" version="3">astrojs-atom</generator>
  <author>
    <name>David Gardiner</name>
  </author>
  <link href="https://david.gardiner.net.au/tags/Windows%207.xml" rel="self" type="application/atom+xml"/>
  <link href="https://david.gardiner.net.au/tags/Windows%207" rel="alternate" type="text/html" hreflang="en-AU"/>
  <category term="Windows 7"/>
  <category term="Software Development"/>
  <entry>
    <id>https://david.gardiner.net.au/2011/04/windows-7-boot-to-vhd</id>
    <updated>2011-04-04T07:25:00.000+09:30</updated>
    <title>Windows 7 Boot to VHD</title>
    <link href="https://david.gardiner.net.au/2011/04/windows-7-boot-to-vhd" rel="alternate" type="text/html" title="Windows 7 Boot to VHD"/>
    <category term="PowerShell"/>
    <category term="Windows 7"/>
    <published>2011-04-04T07:25:00.000+09:30</published>
    <summary type="html">For my own reference, some useful resources about boot to VHD:</summary>
    <content type="html">&lt;p&gt;For my own reference, some useful resources about boot to VHD:&lt;/p&gt;
&lt;p&gt;Following instructions from &lt;a href=&quot;https://learn.microsoft.com/previous-versions/windows/it-pro/windows-7/dd979534(v=ws.10)&quot;&gt;http://technet.microsoft.com/en-us/library/dd979534%28WS.10%29.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://learn.microsoft.com/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc770877(v=ws.10)&quot;&gt;Diskpart&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;create vdisk file=C:\VHD\test.vhd maximum=25000 type=expandable      select vdisk file=C:\VHD\test.vhd      attach vdisk      create partition primary      assign letter=v      format quick FS=NTFS label=VHD
exit&lt;/p&gt;
&lt;p&gt;PowerShell:&lt;/p&gt;
&lt;p&gt;PS C:\VHDs&amp;gt; .\Install-WindowsImage.ps1 -WIM D:\sources\install.wim&lt;/p&gt;
&lt;p&gt;Index   Image Name
[1]     Windows 7 Home Basic
[2]     Windows 7 Home Premium
[3]     Windows 7 Professional
[4]     Windows 7 Ultimate&lt;/p&gt;
&lt;p&gt;Done.&lt;/p&gt;
&lt;p&gt;PS C:\VHDs&amp;gt; .\Install-WindowsImage.ps1 -WIM D:\sources\install.wim -Apply -Index 4 -Destination v:
Applying &quot;Windows 7 Ultimate&quot; to v:...
WARNING: This may take up to 15 minutes...&lt;/p&gt;
&lt;p&gt;V:\Windows\System32\bcdboot V:\Windows&lt;/p&gt;
&lt;p&gt;bcdedit -v&lt;/p&gt;
&lt;p&gt;bcdedit /set {GUID} description=”Windows 7 VHD”&lt;/p&gt;
&lt;p&gt;Useful utility BCDEdit - &lt;a href=&quot;https://neosmart.net/EasyBCD/&quot;&gt;http://neosmart.net/downloads/software/EasyBCD/EasyBCD%202.0.2.exe&lt;/a&gt;&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2010/06/australian-weather-radar-gadget-v12</id>
    <updated>2010-06-15T21:34:00.001+09:30</updated>
    <title>Australian Weather Radar Gadget v1.2</title>
    <link href="https://david.gardiner.net.au/2010/06/australian-weather-radar-gadget-v12" rel="alternate" type="text/html" title="Australian Weather Radar Gadget v1.2"/>
    <category term="Windows Vista"/>
    <category term="Windows 7"/>
    <published>2010-06-15T21:34:00.001+09:30</published>
    <summary type="html">It&apos;s been a few years since I&apos;ve been able to update the Vista Sidebar Gadget that I wrote which displays the radar images from the Australian Bureau of Meteorology.</summary>
    <content type="html">&lt;p&gt;It&apos;s been a few years since I&apos;ve been able to update the Vista Sidebar Gadget that I wrote which displays the radar images from the Australian Bureau of Meteorology. It&apos;s worth noting that while the sidebar doesn&apos;t exist in Windows 7, you can still add gadgets to your desktop.&lt;/p&gt;
&lt;p&gt;I&apos;m now &lt;a href=&quot;http://code.google.com/p/australianweatherradargadget/&quot;&gt;hosting the source code on Google Code&lt;/a&gt;, and I&apos;ve released a minor update to reflect some changes to radar locations:&lt;/p&gt;
&lt;p&gt;Added:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Sydney (Terry Hills)&lt;/li&gt;
&lt;li&gt;Norfolk Island&lt;/li&gt;
&lt;li&gt;Emerald (QLD)&lt;/li&gt;
&lt;li&gt;Bairnsdale (VIC)&lt;/li&gt;
&lt;li&gt;Perth (Serpantine)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Removed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;East Sale&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I&apos;ve had a few reports of a memory leak when people run the gadget for extended periods of time. I think this may be an unfortunate side-effect of the way the gadget uses HTML. Maybe re-writing the gadget using WPF or Silverlight might help with that.&lt;/p&gt;
&lt;p&gt;The gadget can be downloaded from the Windows Live Gallery from &lt;a href=&quot;http://gallery.live.com/liveItemDetail.aspx?li=817fccbc-4eab-4cf9-8bbc-01e1d393609c&quot;&gt;here&lt;/a&gt; (currently 1.1 but hopefully 1.2 will be approved shortly), or go to the &lt;a href=&quot;http://code.google.com/p/australianweatherradargadget/downloads/list&quot;&gt;Downloads page&lt;/a&gt; of the Google Code site.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2010/04/my-new-laptop-dell-studio-xps-1645</id>
    <updated>2010-04-09T12:41:00.001+09:30</updated>
    <title>My new laptop – A Dell Studio XPS 1645</title>
    <link href="https://david.gardiner.net.au/2010/04/my-new-laptop-dell-studio-xps-1645" rel="alternate" type="text/html" title="My new laptop – A Dell Studio XPS 1645"/>
    <category term="Hardware"/>
    <category term="LobsterPot"/>
    <category term="Windows 7"/>
    <published>2010-04-09T12:41:00.001+09:30</published>
    <summary type="html">Rob and I did a fair bit of research, compared brands and options (including the Sony Z-series which I see Nigel chose), and settled on the Dell Studio XPS 16 model.</summary>
    <content type="html">&lt;p&gt;&lt;img src=&quot;../../assets/2010/04/dell%20studio%20xps%2016%20black%20open.jpg&quot; alt=&quot;Dell Studio XPS 16 Black Open&quot; /&gt; One tool that I was lacking in my new role as a Senior Consultant for &lt;a href=&quot;http://www.lobsterpot.com.au&quot;&gt;LobsterPot Solutions&lt;/a&gt; was a laptop computer. Back in my UniSA days, if you needed a laptop for a presentation or a conference you just borrowed one, so it was never a problem. Post-UniSA I borrowed my Mum&apos;s nice Toshiba, or more recently the small (but capable) HP Mini Netbook that I got from &lt;a href=&quot;/2009/09/tech-ed-2009-friday&quot;&gt;Tech-Ed last year&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://web.archive.org/web/20101029011912/http://sqlblog.com:80/blogs/rob_farley/&quot;&gt;Rob&lt;/a&gt; and I did a fair bit of research, compared brands and options (including the Sony Z-series &lt;a href=&quot;https://web.archive.org/web/20100413130912/http://blog.spencen.com:80/2010/04/06/new-laptop-ndash-sony-z-series.aspx&quot;&gt;which I see Nigel chose&lt;/a&gt;), and settled on the &lt;a href=&quot;https://web.archive.org/web/20100209072055/http://www1.ap.dell.com:80/content/products/productdetails.aspx/laptop-studio-xps-16?c=au&amp;amp;l=en&amp;amp;s=dhs&amp;amp;cs=audhs1&quot;&gt;Dell Studio XPS 16&lt;/a&gt; model. Being a &quot;laptop-newbie&quot; I particularly valued Rob&apos;s good experience with his previous Dell laptop.&lt;/p&gt;
&lt;p&gt;The XPS 16 comes with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Intel® Core™ i7-820QM Processor (1.73GHz, 4 Cores/8 Threads, turbo up to 3.06GHz, 8MB Cache)&lt;/li&gt;
&lt;li&gt;8GB RAM&lt;/li&gt;
&lt;li&gt;640GB HDD (will replace with SSD soon)&lt;/li&gt;
&lt;li&gt;15.6&quot; Screen&lt;/li&gt;
&lt;li&gt;ATI Mobility RADEON HD 4670 – 1GB&lt;/li&gt;
&lt;li&gt;Backlit keyboard&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The CPU and RAM are similar to the &lt;a href=&quot;/2010/02/assembling-hyper-v-server&quot;&gt;Hyper-V server I built&lt;/a&gt; – though happily, while this CPU is also a Core i7, unlike it’s desktop cousin it doesn’t require a great whopping heatsink/cooler stuck on top (which could make shutting the lid a bit tricky!)&lt;/p&gt;
&lt;p&gt;Some nice things I’ve discovered so far:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;It looks very nice, though the glossy surface does show up fingermarks very quickly.&lt;/li&gt;
&lt;li&gt;You can do &quot;two-finger zooming&quot; on the touch pad – great for Google/Bing maps.&lt;/li&gt;
&lt;li&gt;Windows 7 x64 runs very nicely.&lt;/li&gt;
&lt;li&gt;Rob noticed you can &lt;a href=&quot;https://web.archive.org/web/20100413040506/http://sqlblog.com:80/blogs/rob_farley/archive/2010/04/09/my-new-laptop-with-a-really-nice-battery-option.aspx&quot;&gt;disable battery charging&lt;/a&gt; when on AC power.&lt;/li&gt;
&lt;li&gt;Doesn&apos;t seem to get too hot (though the AC transformer does)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After having a quick play I was pleasantly surprised to find that Dell had shipped it with the latest BIOS firmware - that is refreshing. Nevertheless, after a precautionary backup to my Windows Home Server, I did a clean install of Windows 7 x64 Ultimate and am proceeding to load up all the various &quot;mandatory&quot; applications (Office, SQL Server, Visual Studio, etc).&lt;/p&gt;
&lt;p&gt;I&apos;m also thinking I might leverage Windows 7&apos;s &quot;boot to VHD&quot; feature to have separate Win7 instances where I can try out pre-release/beta software without &quot;polluting&quot; my primary OS.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;../../assets/2010/04/dell%20studio%20xps%2016%20red.jpg&quot; alt=&quot;Dell Studio XPS 16 Red&quot; /&gt; We chose the red ones, because a) they go faster (obviously!) and b) it kind of matches the red of the LobsterPot logo :-)&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2010/02/changing-location-of-pictures-and</id>
    <updated>2010-02-27T20:24:00.001+10:30</updated>
    <title>Changing the location of &quot;Import Pictures and Videos using Windows&quot;</title>
    <link href="https://david.gardiner.net.au/2010/02/changing-location-of-pictures-and" rel="alternate" type="text/html" title="Changing the location of &quot;Import Pictures and Videos using Windows&quot;"/>
    <category term="Windows 7"/>
    <published>2010-02-27T20:24:00.001+10:30</published>
    <summary type="html">For some reason, if you uncheck the &quot;Prompt for a tag on import&quot; under the &quot;Import Settings&quot; of the Windows 7 &quot;Import Pictures and Videos&quot; wizard, then as far as I can tell there is no way to get back the &quot;Import.</summary>
    <content type="html">&lt;p&gt;For some reason, if you uncheck the &quot;Prompt for a tag on import&quot; under the &quot;Import Settings&quot; of the Windows 7 &quot;Import Pictures and Videos&quot; wizard, then as far as I can tell there is no way to get back the &quot;Import settings&quot; dialog again.&lt;/p&gt;
&lt;p&gt;A quick search of the registry reveals that these settings are stored under the following key: &lt;code&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Photo Acquisition&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;For example, there&apos;s a &quot;Camera and Portable Device&quot; subkey with a value named &quot;RootDirectory&quot;, and also one named &quot;FilenameTemplate&quot;. Changing these should alter where the wizard saves photos.&lt;/p&gt;
&lt;p&gt;Comparing this subkey with the &quot;OpticalMedia&quot; and &quot;Scanner&quot; subkeys showed one interesting difference. All three have an AcquisitionFlags value, but the latter two had it set to 0x82 whilst the former was 0x8a.&lt;/p&gt;
&lt;p&gt;Reverting the AcquisitionFlags value to 0x82 in the following registry key seems to restore the import wizard to prompting you for an optional tag, and allowing you to click on the &quot;Import Settings&quot; link again:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Photo Acquisition\Camera and Portable Device&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;To make this change yourself, follow the following steps (with the standard warning that editing the Windows Registry incorrectly can completely mess up everything!):&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Run regedit.exe&lt;/li&gt;
&lt;li&gt;Navigate through the registry tree to find the following subkey:
&lt;code&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Photo Acquisition\Camera and Portable Device&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Double-click on the &quot;AcquisitionFlags&quot; value&lt;/li&gt;
&lt;li&gt;Type in &quot;82&quot;&lt;/li&gt;
&lt;li&gt;Click on &quot;OK&quot; and close the Registry Editor&lt;/li&gt;
&lt;/ol&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2010/01/hardware-planning</id>
    <updated>2010-01-19T01:35:00.002+10:30</updated>
    <title>Hardware planning</title>
    <link href="https://david.gardiner.net.au/2010/01/hardware-planning" rel="alternate" type="text/html" title="Hardware planning"/>
    <category term="SQL"/>
    <category term="Hardware"/>
    <category term="Hyper-V"/>
    <category term="Work"/>
    <category term="Windows 7"/>
    <published>2010-01-19T01:35:00.002+10:30</published>
    <summary type="html">As my time at Viterra/ABB Grain is rapidly drawing to a close (more about that later), I&apos;ve started to think about what would be useful (if not essential) for the next stage in my career (more about that later too!).</summary>
    <content type="html">&lt;p&gt;As my time at Viterra/ABB Grain is rapidly drawing to a close (more about that later), I&apos;ve started to think about what would be useful (if not essential) for the next stage in my career (more about that later too!).&lt;/p&gt;
&lt;p&gt;I think a laptop might be a useful tool. For the last couple of &lt;a href=&quot;http://www.codecampsa.com&quot;&gt;CodeCampSA&lt;/a&gt; events, I&apos;ve borrowed my Mum&apos;s Toshiba. It&apos;s quite a nice machine, but I don&apos;t think she&apos;d be too keen on lending it to me all the time! I don&apos;t know much about various models, but if I could manage to fit an SSD into the budget then I hear that can make a big difference.&lt;/p&gt;
&lt;p&gt;For a while now I&apos;ve also wanted to get up to speed with &lt;a href=&quot;https://azure.microsoft.com/en-us?ocid=cloudplat_hp&quot;&gt;Hyper-V&lt;/a&gt;. The only thing preventing me has been access to suitable hardware. When Ben (the Virtual PC Guy) published &lt;a href=&quot;http://blogs.msdn.com/virtual_pc_guy/archive/2009/10/06/hyper-v-in-my-house.aspx&quot;&gt;the specs of the server he runs at home&lt;/a&gt; my eyes lit up, as it seems pretty similar to what I would like to achieve. Specifically&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Hosting Windows Home Server&lt;/li&gt;
&lt;li&gt;Running up VMs to run various server environments – particular different versions of SQL Server.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Finally if there was any room left in the budget, I&apos;d really like to upgrade my main desktop machine too – it must be a joy to develop on machine like &lt;a href=&quot;http://www.hanselman.com/blog/get-those-pixels-working-for-you&quot;&gt;Scott Hanselman&apos;s&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Still, while my existing desktop is is an &lt;a href=&quot;https://web.archive.org/web/20100413072150/http://www.intel.com:80/support/motherboards/desktop/d865perl/&quot;&gt;aging old box&lt;/a&gt;, it does the job and manages to run Windows 7 pretty well. One advantage of getting the Hyper-V server up and running would be that I could just RDP from my old box to a VM instead.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2009/10/upgrading-media-center-to-windows-7</id>
    <updated>2009-10-11T20:48:00.001+10:30</updated>
    <title>Upgrading the Media Center to Windows 7</title>
    <link href="https://david.gardiner.net.au/2009/10/upgrading-media-center-to-windows-7" rel="alternate" type="text/html" title="Upgrading the Media Center to Windows 7"/>
    <category term="HTPC"/>
    <category term="Windows 7"/>
    <published>2009-10-11T20:48:00.001+10:30</published>
    <summary type="html">After my success with upgrading my not-so-modern PC to Windows 7, I thought I&apos;d take another plunge and do an upgrade of my Vista Media Center machine.</summary>
    <content type="html">&lt;p&gt;After my success with upgrading my not-so-modern PC to Windows 7, I thought I&apos;d take another plunge and do an upgrade of my Vista Media Center machine. This is the family TV so any problems would not go down too well!&lt;/p&gt;
&lt;p&gt;The Windows 7 Upgrade Advisor didn&apos;t flag any major showstoppers, but it did suggest uninstalling the ATI Control Center (which I did). It also warned that I may need to upgrade the drivers for the iMON device (this is the front-panel display on the &lt;a href=&quot;https://web.archive.org/web/20230930093250/http://www.antec.com/us/productDetails.php?ProdID=15740&quot;&gt;Antec Fusion 430 Silver&lt;/a&gt; case and IR receiver for the remote control). Conveniently, just before I installed Win7, iMON reported that there was a new update available so I allowed that to go through, hoping it would help avoid &lt;a href=&quot;http://www.soundgraph.com/forums/forumdisplay.php?f=17&quot;&gt;some of the problem some people have had.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I inserted the Windows 7 Ultimate x86 DVD, ran setup and selected &apos;Upgrade&apos;. Probably about an hour later (and 2-3 reboots) it was all done.&lt;/p&gt;
&lt;p&gt;A quick check confirmed that yes, live TV still worked (phew!) – and so did the remote control.&lt;/p&gt;
&lt;p&gt;Going to the Guide showed the new layout, but oh dear – there were no listings for any of the ABC or SBS channels – hmm that could be a problem. But that was enough for one night, so I left it there.&lt;/p&gt;
&lt;p&gt;The next morning, I woke up to discover that the kids had already figured out how to watch the previous night&apos;s recording of Ice Age – which was a good sign that nothing had changed too dramatically!&lt;/p&gt;
&lt;p&gt;I recall seeing mention in the &lt;a href=&quot;https://web.archive.org/web/20180319020913/http://www.xpmediacentre.com.au/community/tuners-windows-7/&quot;&gt;Australian Media Center Community forums&lt;/a&gt; that Windows 7 would finally allow use of the FM radio tuner included in the &lt;a href=&quot;https://web.archive.org/web/20100727185728/http://www.newmagic.com.au:80/NM_pages/products/hauppauge/OEM/HVR2200_MCE/HVR2200_MCE.html&quot;&gt;Hauppauge HVR-2200&lt;/a&gt;. I went to the FM Radio menu but it said I needed to add a tuner, even though the upgrade had found the 2 digital tuners ok, so I followed these steps:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;../../assets/2009/10/tv%20signal%201%5B9%5D.png&quot; alt=&quot;First, choose Analogue antenna&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;../../assets/2009/10/tv%20signal%202%5B3%5D.png&quot; alt=&quot;Confirm 2 analogue tuners are available&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;../../assets/2009/10/tv%20signal%203%5B3%5D.png&quot; alt=&quot;Now choose to set up the digital tuners&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;../../assets/2009/10/tv%20signal%204%5B3%5D.png&quot; alt=&quot;Confirm 2 digital tuners&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;../../assets/2009/10/tv%20signal%205%5B3%5D.png&quot; alt=&quot;2 analogue and 2 digital tuners will be configured&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;../../assets/2009/10/tv%20signal%206%5B3%5D.png&quot; alt=&quot;Scanning begins&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;../../assets/2009/10/tv%20signal%207%5B3%5D.png&quot; alt=&quot;Analogue as well as digital channels are found&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;../../assets/2009/10/tv%20signal%208%5B3%5D.png&quot; alt=&quot;tv%20signal%20is now finished&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Then I was able to go to the Radio menu item, choose FM Radio, then enter the frequency for a local radio station!&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;../../assets/2009/10/tv%20signal%209%5B3%5D.png&quot; alt=&quot;Enter 107.9 to get Life-FM in Adelaide&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I was intrigued about what to do about the missing TV guide information for the ABC channels in the guide. Mike Hayton (from Microsoft) posted this &lt;a href=&quot;https://web.archive.org/web/20180319020916/http://www.xpmediacentre.com.au/community/windows-7-epg-support/39016-windows-7-eit-epg-update-mechanism.html&quot;&gt;explanation of how the guide gets updated&lt;/a&gt;, so I configured the Automatic Download setting to ensure the guide gets a chance to grab the latest listings..&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;../../assets/2009/10/tv%20guide%5B3%5D.png&quot; alt=&quot;Windows 7 TV Guide&quot; /&gt;&lt;/p&gt;
&lt;p&gt;So, thus far everything has gone very well. The upgrade went without a hitch and everything appears to be working at least as well as before. One problem I did have with Vista MCE was for some reason I was never able to upgrade the ATI video drivers beyond around version 8.4. Every time I tried a newer version, the machine would BSOD. So far the upgraded machine seems stable with the latest video drivers from Windows Update (8.632.1.2000 17-Oct-2009).&lt;/p&gt;
&lt;p&gt;I see from &lt;a href=&quot;https://web.archive.org/web/20091013114245/http://www.newmagic.com.au/Support/Hauppauge_Vista_Drivers.html&quot;&gt;New Magic&apos;s drivers page&lt;/a&gt; that there&apos;s an updated driver for the HVR-2200 for Windows 7. I&apos;ll have to check whether that got installed through Windows Update, otherwise I&apos;ll install that just to keep current.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2009/10/from-winxp-to-windows-7</id>
    <updated>2009-10-05T20:22:00.001+10:30</updated>
    <title>From WinXP to Windows 7</title>
    <link href="https://david.gardiner.net.au/2009/10/from-winxp-to-windows-7" rel="alternate" type="text/html" title="From WinXP to Windows 7"/>
    <category term="Windows 7"/>
    <published>2009-10-05T20:22:00.001+10:30</published>
    <summary type="html">My home machine used to be pretty state of the art, but that was a few years ago now.</summary>
    <content type="html">&lt;p&gt;My home machine used to be pretty state of the art, but that was a few years ago now. It has an &lt;a href=&quot;https://web.archive.org/web/20100413072150/http://www.intel.com:80/support/motherboards/desktop/d865perl/&quot;&gt;Intel D865PERL&lt;/a&gt; motherboard. When I first got the machine, I used the built-in RAID to strip the two SATA disks together to get better I/O performance. This has proved quite stable, but unfortunately Windows 7 does not natively support the Intel 82801ER SATA RAID controller (the Windows 7 Upgrade advisor will warn you about this).&lt;/p&gt;
&lt;p&gt;So armed with this knowledge, I bought a brand new 1Tb SATA disk (a Hitachi HDT721010SLA360) and then attached it to a spare SATA card that was leftover from rebuilding Dad’s computer.&lt;/p&gt;
&lt;p&gt;All looked good until I started up the computer, and was greeted by a message from the SATA card that had found the Hitachi disk, but then did not proceed any further.&lt;/p&gt;
&lt;p&gt;This card identified itself as a &lt;a href=&quot;https://web.archive.org/web/20120815045058/http://www.siliconimage.com:80/products/product.aspx?pid=63&quot;&gt;Silicon Image SiI 3112 SATARaid Controller&lt;/a&gt;, with firmware version 4.1.34. I obtained the &lt;a href=&quot;https://web.archive.org/web/20090213153852/http://siliconimage.com:80/support/searchresults.aspx?pid=63&amp;amp;cat=15&quot;&gt;BIOS update utility and latest BIOS 4.2.84&lt;/a&gt;, upgraded the firmware and rebooted.&lt;/p&gt;
&lt;p&gt;This solved that problem, and the machine was able to complete startup and boot Windows XP successfully.&lt;/p&gt;
&lt;p&gt;I then tried to install Windows 7 from DVD onto the new Hitachi drive. First problem was that Windows 7 didn’t see the drive at all. Eventually I figured out that copying the &quot;SiI3x12 32-bit Windows SATARAID Driver&quot; to a USB flash drive, so then it could be loaded by the Windows 7 installer (don&apos;t make the mistake of trying the &apos;BASE&apos; drivers – they&apos;re intended for motherboards, not cards).&lt;/p&gt;
&lt;p&gt;Now Windows 7 could see the drive, but it refused to install on the drive. Next stop was to change the motherboard BIOS to make the Hitachi drive the first drive (instead of the original RAID drive)&lt;/p&gt;
&lt;p&gt;That did it – Windows 7 was now able to install.&lt;/p&gt;
&lt;p&gt;One final thing to try out was whether Windows 7 could actually use the old driver for the Intel RAID controller. I located the &apos;drivers&apos; folder (Program Files\Intel\Intel Matrix Storage Manager\Driver) and copied those files to somewhere that the Windows 7 installation could see them. Fearing a possible BSOD, I located the &apos;Intel 82801ER SATA RAID controller&apos; entry in Device Manager, and upgraded the driver to this driver.. and it worked!&lt;/p&gt;
&lt;p&gt;So I was then able to backup files from the old RAID disks onto the new Hitachi (which I&apos;d also split into two partitions).&lt;/p&gt;
&lt;p&gt;The good news is Windows 7 runs pretty well. I&apos;ve still got a fair bit of migrating of applications but so far so good.&lt;/p&gt;
</content>
  </entry>
</feed>
