I have got one key so far - if I get another i'll donate it to Larkspeed..
I've got 17 tabs open since 12 and nothing so far. When i got my first key it was in a matter or minutes! Hmmm...
Would it be possible to put windows 7 onto a usb stick and install it that way?
I installed my Win 7 64 bit last night from my USB hard drive. Worked well, was a bit of messing about to get my drive bootable, but I think I was thinking it was more complex than it actually was.
You can do this in one of two ways.
Use a USB flash drive or partition a USB hard disk.
I made partition on my 320GB USB hard disk of 10GB.
Open the command prompt and run:
when diskpart is running, use the commanddiskpart
You'll be able to see which volume your chosen drive is.list volume
Use
where # is the disk number you'll be using.select disk #
Once the disk is selected, enter the commands
and thenactive
Mount your downloaded windows 7 ISO in a virtual drive.assign
Once you've got the windows 7 ISO mounted, run this command next:
Change d: to the letter of the virtual drive and change e: to the letter of the USB drive that you'll be using.xcopy d:\*.* /s/e/f e:\
Wait while it copies the contents of the ISO to your USB drive.
Once done, reboot, choose your USB drive as the main boot drive, and you'll be able to install it as normal.
But, once your computer reboots, make sure you go back to the bios and change the boot drive back to the one you installed windows to, otherwise you'll just get a loop of your PC booting the Windows installer.