Getting Windows 7 up and Running in VPC 2007

Like the rest of the geeks across the land, on Thursday I eagerly logged into my MSDN account and downloaded Windows 7. It took about four hours, borrowing my client’s pipe for part of it.

The plan was to install it onto my my spare laptop… my MBP has become my main laptop… but I found myself with an iso image, my work laptop, and some free time, so I went ahead and spun up a VPC. A couple of people have asked me how to install using only the iso (until the MBP I had no DVD burner, so this is a familiar process to me.)

The following steps got me logging into Windows 7 within 25 minutes:

  1. Start Microsoft Virtual PC 2007
  2. Click New
  3. Create new virtual machine
  4. Browse to where your VPC will live. (For best performance put this on a drive other than your OS drive).
  5. Select: Operating System: Other
  6. Adjust RAM: I used 2GB (I have 3GB on my laptop) and my Win7 performance is not bad
  7. New Virtual Hard disk – I sized mine at 20 GB
  8. Click  Create.
  9. In the Virtual PC console, start your newly minted VPC
  10. Right click on the CD in the tray
  11. Capture ISO image. Browse to your Win7 install iso.
  12. When asked to restart, click enter to boot off the CD/DVD drive
  13. The Windows 7 install wizard is the simplest yet. A few steps (if you pulled it off MSDN, when it asks for the product key, just click skip), your VPC will restart a few times… 20 minutes later you will be looking at the fish.

That’s it. Now it’s time to play around. I’ll post some thoughts on that later. I hope this helps you get up and running with Windows 7. It’s really a quick, easy, and painless process, and well worth the ten minutes of screen time you need to spend. (Once it’s rolling, the install completes with no additional babysitting).

Postscript:

A few hours later, I “got” the fish. My five year-old saw my screen and asked, “Is that a beta fish Mom?” Ohhh…. Windows 7 BETA… I can’t decide if that’s cute or too geeky for words. After I twittered my amazing flash of insight, someone pointed out that there are seven bubbles coming from the beta’s mouth. The symbolism! Some on that team had way too much free time.

Technorati Tags:,,,

This article is part of the GWB Archives. Original Author: Kirstin Juhl

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.