2

Possible Duplicates:
Where do I download Windows 7 (legally from Microsoft)?
Can I transfer a Windows 7 license to another computer?
Windows Activation FAQ: How do language, version, 64-bit or 32-bit, and source affect ability to install and transfer Windows licenses?

I've got Windows 7 32bit installed. I've just upgraded to 6Gb of RAM and need the 64 bit version to be able to use it. Do I have to buy another Windows 7 licence for this or can I reuse my existing one. If I can reuse it where can I get the installation media?

macleojw
  • 149

3 Answers3

6

I know this does not directly answer your question, but this addresses the reasons for the question in the first place. The Windows 7 kernel DOES support a page-address extension capable of addressing up to 64 GB of RAM on 32-bit systems. This was artificially limited to under 4 GB due to licensing issues. Note that this has been supported since version 6.0 of the Windows kernel (which was Vista, 6.1 is Windows 7).

A group of programmers have released a kernel patch for Windows 7 to allow the usage of more than 4 GB of RAM under Windows 7. Click here to download the patch, or view more information about it. The patch basically modifies the Windows 7 kernel to be more like the Windows Server 2003 Datacenter Edition, which is compatible with up to 64 GB of RAM with the 32-bit kernel.

Note that individual processes will still be limited to 4 GB even if the system can access more. This is because of the way 32-bit programs work. It should be noted, however, that few programs actually reach the 4 GB limit (save for some graphic/video/modelling intensive software).

If you have been fine with 32-bit programs thus far, and don't require individual processes to use more than 4 GB of RAM, then this solution may be your best bet (especially because you don't comprise compatibility).

Breakthrough
  • 34,847
4

You can reuse your installation key.

But you need to get your installation media from somewhere. Be careful where you get it...I personally would try to call Microsoft and explain the situation - they may be able to give you a place to get a copy of 64-bit Windows 7. Worth a try!

studiohack
  • 13,477
1

To download directly from Microsoft I think you'll need a subscription. I don't know exactly how they work or the pricing.

The good thing is that the SHA1 hash is public Subscriber Downloads.

You can get your ISO file from some "untrusted" place and then check that the SHA1 signature of the file is the same. To check the hash you'll need sha1sum or a similar program, it's almost standard in Linux and there is a Windows version.

mariom
  • 256