Windows 7 32-bit with full 4 GB or 8 GB RAM support


Recommended Posts

For some background on the complications which resulted in >4GB of addressing using PAE being disabled for client editions of Windows:
But I think there is no risk in using more then 4 GB with PAE enabled.

Because Microsoft sells these 32 bit versions:

  • Windows 2000 Advanced Server, 8 GB
  • Windows 2000 Datacenter Server, 32 GB
  • Windows Server 2003 Enterprise Edition, 32 GB
  • Windows Server 2003 Enterprise Edition SP1, 64 GB
  • Windows Server 2003 Datacenter Edition, 64 GB
  • Windows Server 2003 Datacenter Edition SP1, 128 GB

I don't think that Microsoft says to their customer: You can run Windows 2000 Advanced Server with 8 GB. It is a 32 bit system - but even with PAE enabled there is a risk of using "some" 32 bit drivers. They can crash your system.

Yes, they do. The difference is that server users generally use very carefully picked hardware. It's a very controlled environment. Consumers, on the other hand, use random hardware from all over the place.

You're suggesting some conspiracy where Microsoft lies about it causing problems (even going to the extent of creating detailed fake technical explanations), which is just silly.

Also, I believe 4GB is the maximum memory allowed by the license, which means if you do patch the kernel to allow more, then you are violating the license.

There are no CPUs with 36-bit registers. PAE doesn't change register sizes. It just adds another level of hierarchy to the page table structures.

Which, in effect, gives it 36-bit addressing. It is part of the processor architecture that allows for the extra 4 bits. While technically, the processor is still 32-bit, the effective addressing space is 36-bit.

By the way, I found a good link with some background on PAE, including information on the driver compatibility problems others mentioned.

http://blogs.technet.com/markrussinovich/a...21/3092070.aspx

Edited by BigBoobLover
The difference is that server users generally use very carefully picked hardware. It's a very controlled environment. Consumers, on the other hand, use random hardware from all over the place.

So I ask:

Is it not allowed to install "Windows Server 2003 Datacenter Edition" with 64 GB on a consumer PC ?

Do there exist a list of supported hardware ?

You're suggesting some conspiracy where Microsoft lies about it causing problems

What about the restrictions Windows 7 Starter Edition only can use 2 GB of RAM ? Is the reason also "not supported hardware" (4 GB of RAM) ?

Also, I believe 4GB is the maximum memory allowed by the license, which means if you do patch the kernel to allow more, then you are violating the license.

At least in German there is the rule: You only agree the license when you can see and read it before installation. And I don't read any part that disallows it.

Other example:

In Windows 7 Starter edition it is not possible to change the desktop wallpaper. But some OEMs deliver their Netbooks with changed desktop wallpapers. Is this a violation of license agreement ?

Or with "Stardocks MyColors" anyone can do it yourself. Is this a violation of license agreement ?

why cant people let go of 32-bit? technology changes... adapt to the change... 64-bit is the future.

and i'll get replies about "software compatibility brah! not all software works for 64-bit meng! legacy this and that. rabble!" and to that i say, then dont use the crappy software. done and done.

why cant people let go of 32-bit? technology changes... adapt to the change... 64-bit is the future.

and i'll get replies about "software compatibility brah! not all software works for 64-bit meng! legacy this and that. rabble!" and to that i say, then dont use the crappy software. done and done.

I guess the fact that lots and lots of people still have perfectly useable 32-bit systems eludes you. Be careful, your arrogance is showing.

why cant people let go of 32-bit?

I have a 32 bit PC, 3,4 GHz with 4 GB RAM and it is fast enough for me.

Why should I buy a new 64 bit PC ? Do you ever hear something about "environmental protection" ?

And I want to use the full 4 GB of RAM ? if it is possible. Why I have paid for it ?

If I had a 1 terabyte hard disk I also want to use 1 terabyte and not only 750 GB.

Is it not allowed to install "Windows Server 2003 Datacenter Edition" with 64 GB on a consumer PC ?

If you bought a license, then yes. I do not believe that it is available to end-users though.

Do there exist a list of supported hardware ?

No, you've got it backwards. It's hardware that supports Windows, not the other way around. You would get compatibility information from whoever you got the hardware from.

What about the restrictions Windows 7 Starter Edition only can use 2 GB of RAM ? Is the reason also "not supported hardware" (4 GB of RAM) ?

I have no idea at all what point you are trying to make. Starter is limited to 2GB by license, not any technical reason. Licensing software based on memory and processors is very common.

I don't believe that Microsoft has claimed that the 4GB limit in the client edition is for compatibility reasons. They decided that 4GB is the max you get to use without paying more, just like you also have to pay more to use additional processors. Standard business practice.

What is done for compatibility reasons is disabling the option to use PAE to extend the usable memory. The result of this is that everything has to fit in 4GB, and you end up with just 3GB or less of usable RAM. With PAE, you could have used all 4GB.

In Windows 7 Starter edition it is not possible to change the desktop wallpaper. But some OEMs deliver their Netbooks with changed desktop wallpapers. Is this a violation of license agreement ?

No, because the OEM has an agreement with Microsoft that allows them to do this. It's known as the OEM license (which is separate from the end-user license.) Without such a license, it would be illegal for an OEM to do anything to Windows.

Or with "Stardocks MyColors" anyone can do it yourself. Is this a violation of license agreement ?

I don't know. It might be, depending on the license and jurisdiction (like you said.)

Also, is it really necessary to try to draw parallels to other things when discussing a specific topic? I don't think so.

But I think there is no risk in using more then 4 GB with PAE enabled.

That is impossible with a 32-bit system. Plus it appears you misread the statement you quoted. PAE is always enabled. It was >4GB of memory support which is disabled on client editions.

Because Microsoft sells these 32 bit versions:

  • Windows 2000 Advanced Server, 8 GB
  • Windows 2000 Datacenter Server, 32 GB
  • Windows Server 2003 Enterprise Edition, 32 GB
  • Windows Server 2003 Enterprise Edition SP1, 64 GB
  • Windows Server 2003 Datacenter Edition, 64 GB
  • Windows Server 2003 Datacenter Edition SP1, 128 GB

I don't think that Microsoft says to their customer: You can run Windows 2000 Advanced Server with 8 GB. It is a 32 bit system - but even with PAE enabled there is a risk of using "some" 32 bit drivers. They can crash your system.

That is precisely what we say (or rather, said, since we don't ship 32-bit Server SKUs any more). Running with >4GB of RAM on 32-bit Server editions comes with a lot of warnings about being careful which hardware and drivers you use. For example, NVidia and ATI video cards just generally won't work with the OEM drivers. But server applications don't care about that, they don't use those kinds of cards and they generally stick with the barebones SVGA driver if they even have a monitor connected. Server mainboards, chipsets, I/O controllers, etc - are all designed for these server scenarios including the >4GB of RAM requirement.

The existence of mainstream 64-bit platforms has helped the situation, since cleaning up a driver codebase to support 64-bit often results in cleaning up the 32-bit version as well, in many cases addressing some of these issues. But they're still there.

I have a 32 bit PC, 3,4 GHz with 4 GB RAM and it is fast enough for me.

Why should I buy a new 64 bit PC ? Do you ever hear something about "environmental protection" ?

And I want to use the full 4 GB of RAM ? if it is possible. Why I have paid for it ?

If I had a 1 terabyte hard disk I also want to use 1 terabyte and not only 750 GB.

But you probably wouldn't connect a 1TB disk to an I/O controller which only support 750GB disks.

I don't believe that Microsoft has claimed that the 4GB limit in the client edition is for compatibility reasons. They decided that 4GB is the max you get to use without paying more, just like you also have to pay more to use additional processors. Standard business practice.

What is done for compatibility reasons is disabling the option to use PAE to extend the usable memory. The result of this is that everything has to fit in 4GB, and you end up with just 3GB or less of usable RAM. With PAE, you could have used all 4GB.

Correct. Though the memory limit for client editions would be higher if it weren't for the compatibility concerns, there would still be a limit (for example, Home Premium 64-bit can support 192GB of RAM, so there's no licensing reason for 32-bit to have a lower maximum since it's the same license).

There are several compatibility reasons why PAE address extensions aren't supported. In some cases, it's a matter of devices which deal with 64-bit addresses but ignore the top 32-bits. In other cases, it's pure 32-bit devices (which have to go through a double buffering workaround, incurring a performance penalty) which make assumptions about the layout of memory or the address table. As I mentioned above, most common consumer hardware now has solid 64-bit drivers, which likely caused their 32-bit drivers to have these issues resolved. But as Mark pointed out in his blog post linked above, it's difficult to assess the risk here and not worth it considering that 64-bit Windows is now the default option and immune to these concerns.

Edited by Brandon Live
  • Like 1
I have a 32 bit PC, 3,4 GHz with 4 GB RAM and it is fast enough for me.

Why should I buy a new 64 bit PC ? Do you ever hear something about "environmental protection" ?

You do realize that clock speed does not correspond with 32 or 64 bit. I have a 1.8GHz CPU that is 64 bit. So, by you saying I have a 3.4GHz computer, that means it could be a 32 or 64 bit CPU, hard to tell just by frequency alone.

Besides, who says it has to go in the trash, give the computer to someone else so that it doesnt end up in a landfill...

What about the restrictions Windows 7 Starter Edition only can use 2 GB of RAM ? Is the reason also "not supported hardware" (4 GB of RAM) ?

I have no idea at all what point you are trying to make. Starter is limited to 2GB by license, not any technical reason.

Exact your last sentence I wanted to pointed out: "Starter is limited to 2GB by license, not any technical reason."

So it could be that the restriction to 4 GB of the other 32 bit Windows 7 versions is also only because license and not any technical reason

You misunderstood me. What I wanted to say was:

I think he understood you correctly. Given the clock frequency of your CPU I would think that it's 64-bit compatible.

Do you know the exact type of CPU you have?

Right click on "My Computer", select "Manage", go to "Device Manager" and expand "Processors"

Can you tell us what items are in there? (could also just be one)

Regards

Pierreken

bottom line; if you have a 64-bit capable cpu, and have >4gb ram, buy a 64-bit version of windows:p

if you don't have a 64-bit capable cpu, then just run the 32-bit version or go buy a 64-bit capable cpu, you don't need a top of the line cpu for that, there are dirt cheap cpu's out there.

So it could be that the restriction to 4 GB of the other 32 bit Windows 7 versions is also only because license and not any technical reason

I don't know why you keep this up. It has been stated many times in the thread (with references) exactly what the source of the RAM limit (which is just over 3GB in the real world, not 4). Even a Microsoft employee chimed in earlier to confirm it. That there is a technical reason is an indisputable fact. It isn't speculation, it's a solid hard fact like the earth not being flat.

The fact that Microsoft also restricts RAM in various editions is a separate and unrelated matter. Why would they lie about it like you are implying?

It isn't speculation, it's a solid hard fact like the earth not being flat.

I have tested it with 4 GB and even 8 GB of RAM. I believe what I have seen. Perhaps you can explain what I have seen wrong ? if so.

Have you ever tested it ? E.g. with a quick VHD installation ? Praxis beats theory.

And if you think it is not worth the time to test it or 32 bit processors are not worth to test I have no problem with it.

And I also have absolute no problem when you believe what you have read.

I have tested it with 4 GB and even 8 GB of RAM. I believe what I have seen. Perhaps you can explain what I have seen wrong ? if so.

Have you ever tested it ? E.g. with a quick VHD installation ? Praxis beats theory.

And if you think it is not worth the time to test it or 32 bit processors are not worth to test I have no problem with it.

And I also have absolute no problem when you believe what you have read.

I assume by "it" you mean this patch. What point are you trying to make? You do realize that Windows runs on a billion computers worldwide, and not just yours? The fact that you don't think you have any incompatible drivers does not mean that there aren't thousands of them (especially back when the decision was made.) Why do you think the Microsoft engineers who had to deal with this problem would lie about this? What is the gain? You seem to be suggesting some grand conspiracy.

I installed "VMware Player 3" and created a virtual machine with 5 GB of RAM. And this works.

....

yes it does work, you could assign it 32gb for all it cares, all it does is page what can't fit in memory to disk instead, so no it's not proof that the 32bit hack works

russians wanting to patch your kernels ? ahahahahaha all your base are belong to us :shifty:

If you have read the link in my first post then you should recognize that you also can do all the steps manually ? no Russian patch necessary.

You do realize that Windows runs on a billion computers worldwide, and not just yours?

Your are right. But say "a billion computers minus 4" because I have tested this patch on 4 different PCs without any problem

all it does is page what can't fit in memory to disk instead

Not in my case, because I have disabled paging file.

If a x86 ops could run on more than 3.2-3.6 gb r.a.m. I would have thought Microsoft would have released the ops being able to do it already.

You are right- Microsoft has released operating systems that are able to do it:

  • Windows 2000 Advanced Server, 8 GB
  • Windows 2000 Datacenter Server, 32 GB
  • Windows Server 2003 Enterprise Edition, 32 GB
  • Windows Server 2003 Enterprise Edition SP1, 64 GB
  • Windows Server 2003 Datacenter Edition, 64 GB
  • Windows Server 2003 Datacenter Edition SP1, 128 GB

...

Not in my case, because I have disabled paging file.

...

Yeah, you wouldn't be able to use that 5GB of RAM in the VM then, you'd run out of physical memory very quickly.

Disabling the page file isn't a good thing to do.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Gotenks98 is right... Outlook (new) is absolute trash. Doesn't Mozilla have an Enterprise Version of Firebird?
    • Microsoft Weekly: Surface Laptop Ultra, Windows 11 context menus, Build 2026 recap, and more by Taras Buria This week's news recap is here, with Microsoft announcing the new Surface Laptop Ultra, fresh chips from NVIDIA for Windows on ARM, a no-build week, fixes for Windows 11's context menus, gaming news, reviews, and more. Quick links: Windows 10 and 11 Windows Insider Program Updates are available Reviews are in Gaming news Great deals to check Windows 11 and Windows 10 Here, we talk about everything happening around Microsoft's latest operating system in the Stable channel and preview builds: new features, removed features, controversies, bugs, interesting findings, and more. And, of course, you may find a word or two about older versions. At Computex 2026, together with NVIDIA, Microsoft announced the Surface Laptop Ultra, its most powerful laptop to date, powered by NVIDIA's RTX Spark processor. Details about this computer are currently scarce, as Microsoft has only revealed certain parts of its specs. So far, we know that the computer has a 15-inch mini-LED display, a rich set of ports, a powerful processor, and all-day battery life. It also comes with a new wallpaper, which you can already download here in full resolution. The Surface Laptop Studio is not the only NVIDIA-powered Surface, which Microsoft unveiled this week. At Build 2026, the company also debuted the Surface RTX Spark Dev Box, an odd-shaped desktop with a 20-core NVIDIA Grace CPU and an NVIDIA Blackwell RTX GPU with 6,144 CUDA cores and fifth-generation Tensor Cores with FP4 precision, connected via the NVIDIA NVLink-C2C chip-to-chip interconnect for high performance. According to Microsoft, it can run models with up to 120 billion parameters locally without relying on cloud GPU infrastructure. These two new Surface devices are likely to cost quite a lot, and for those who need a more affordable device, Microsoft is preparing the next-gen Qualcomm-powered Surface Pro and Surface Laptop. This week, details about these two devices leaked in plenty of detail. Other announcements at Build 2026 include the following: Microsoft unveils new security tools for IT admins and developers building AI products Microsoft announces Scout, an OpenClaw-powered personal agent for enterprise customers Microsoft unveils MAI-Thinking-1 reasoning and MAI-Code-1 coding models Microsoft announced a new Windows 11 native command-line utility Microsoft unveils Majorana 2 quantum chip, accelerating commercial timeline to 2029 Microsoft believes that AI agents will eventually replace apps through Project Solara Microsoft introduces Web IQ, a Bing-powered search system built for AI agents Last week, Microsoft released a new Experimental build, which introduced a major Start menu upgrade. It now lets you toggle off specific parts of the menu without affecting other features, resize the menu, and hide additional UI elements. We published a closer look here, so if you want to know what Microsoft is cooking without enrolling in the Insider program and installing unstable builds, check it out. Speaking of new features, many users are very annoyed about the way Microsoft delivers them. Recently, a frustrated user shared their experience with gradual rollouts, and even Microsoft engineers admitted there is a flaw in the system that prevents new features from applying properly. One of those new features includes the ability to uninstall AI models in Windows 11 with a single click. Windows 11 is finally getting fixes for its slow context menus. Marcus Ash from Microsoft confirmed that the company is working on fixing Windows 11's context menus. Reworked context menus are going to be faster, simpler by default, and "configurable to what you use most." According to Marcus, Microsoft will share more details soon. Windows Insider Program Windows 11 preview builds, released last week, are now available for download as standalone ISO files. These days, Microsoft regularly pushes new images, allowing users to clean-install its recent Windows 11 preview builds faster and easier. If you want to try the latest Windows 11 features without jumping through the Windows Update hoops, get those new images here. Sadly, Microsoft did not release new Windows 11 preview builds this week. Come back next time. Updates are available This section covers software, firmware, and other notable updates (released and coming soon) delivering new features, security fixes, improvements, patches, and more from Microsoft and third parties. Microsoft is preparing new features for Teams. Later this month, the messenger will receive a new download manager with auto-dismissing notifications, reducing clutter and making the overall experience less annoying when dealing with downloads. Mozilla released Firefox 151.0.3, a new bug-fixing update for the browser. It is a small release, which fixes problems with pasting into text fields and the oversized VPN button on the toolbar. The update is now available for all users in the Release channel. Here are other updates and releases you may find interesting: VS Code 1.123 introduces massive upgrades for persistent AI developer workflows Microsoft OneDrive is getting a simple yet much-needed feature Microsoft faces heat after quietly blocking promised Office features on Apple systems Microsoft resumes forced Copilot app installation on some Windows PCs Browser vendors pen an open letter to Microsoft, saying "enough is enough" Here are the latest drivers and firmware updates released this week: AMD Radeon Software 26.6.1 with optimizations for F1 25: 2026 Season, World of Tanks: HEAT, and various bug fixes. Reviews are in Here is the hardware and software we reviewed this week Steven Parker dropped more mini PC reviews this week. GEEKOM Air12 2026 Edition is a low-power, affordable computer with an Intel Tiger Lake Pentium Gold processor, up to 16GB of memory, and 512GB of storage, costing just $349. It is light, quiet, energy efficient, and has modern ports on the front. However, the front-facing USB Type-C is data-only, and there are some quirks with the computer's memory, so check out the full review. The AMD RX 9070 GRE has been released worldwide, and we published a benchmark review comparing this powerful graphics card to the RX 9070 XT, 7800 XT, the NVIDIA RTX 5070, and RTX 4070. It has solid, balanced performance, plenty of RAM, and low temperatures, but watch out for mediocre ray tracing performance and not the best efficiency. Also, we reviewed the Cuktech 10 Ultra, a compact, high-power charger with four ports and a big display full of various stats. This tiny charger can pull nearly 120W and spread that power according to each connected device's needs. It also comes with a high-quality 240W cable, three power modes, and retractable prongs. The best part? It is quite affordable, just make sure you have an outlet placed in the right spot to benefit from the built-in display. On the gaming side Learn about upcoming game releases, Xbox rumors, new hardware, software updates, freebies, deals, discounts, and more. Do you remember the ASUS ROG Xbox Ally, Microsoft's first handheld console designed in partnership with ASUS? This week, ASUS revealed a new version of the device to celebrate twenty years of its Republic of Gamers brand. The new ROG Xbox Ally X20 features an OLED display, a transforming D-Pad, TMR sticks, and other changes. However, the chip inside the console is still the same. Forza Horizon 6 launched last month to critical acclaim, but the game will soon have a new rival made by those who used to work on Forza Horizon titles. Mike Brown from Maverick Games announced Clutch, an upcoming racing game with a story-driven campaign, deep car customization, and rich multiplayer. The game is coming to PC, Xbox Series X|S, and PlayStation 5 in Spring 2027. The next update for Minecraft now has a release date. This week, Mojang announced that Chaos Cubed will be available on June 16, 2026. In addition, Mojang published a teaser of the next Minecraft movie. A Minecraft Movie Squared has now been confirmed for a release somewhere in 2027. NVIDIA GeForce Now is getting 18 new games in June. Those include Jurassic World Evolution 3, Fatekeeper, GOALS, Gothic 1 Remake, NTE: Neverness to Everness, and more. If you are a Game Pass subscriber, you can also get new games soon: Persona 5 Royal, Starseeker: Astroneer Expeditions, and more are coming to the service this month. Sumer Game Fest 2026 happened this week, where we saw plenty of new games, including Alien Isolation 2, Final Fantasy VII Remake Part 3, Gen Atlas from the Shadow of the Colossus creator, a new Cuphead game in 8-bit style, a new expansion for Mafia: The Old Country, and more. Finally, here are this week's Weekend PC Game Deals, full of discounts and the latest freebies from the Epic Games Store. Other gaming news includes the following: God of War Laufey announced, introducing Kratos' wife as the new protagonist Ori studio's No Rest for the Wicked 1.0 release and console plans announced Microsoft launches Godot Sample to streamline Xbox PC game development on the engine Great deals to check Every week, we cover many deals on different hardware and software. The following discounts are still available, so check them out. You might find something you want or need. Samsung 990 PRO SSD 2TB NVMe - $389.99 | 39% off Sonos Sub 4 - Wireless Subwoofer - $759 | 16% off Logitech MX Creative Console - $159.99 | 20% off This link will take you to other issues of the Microsoft Weekly series. You can also support Neowin by registering for a free member account or subscribing for extra member benefits, along with an ad-free tier option.
    • Let's goooooooo! I've been loving the entries so far! I still have to finish Rebirth (things have been busy!)! Excited for this next installment.
    • "Revelation?" I was hoping for this episode to be called "Reunion". Oh, well... In a related note, the Final Fantasy VII compilation has received an EC entry, short for Ever Crisis. For those who don't know, it already had AC, BC, CC, and DC entries, short for Advent Children, Before Crisis, Crisis Core, and Dirge of Cerberus. I hope it doesn't get an FC entry becaude that would be a freakin' crisis.
  • Recent Achievements

    • Week One Done
      pestcontrol46 earned a badge
      Week One Done
    • One Month Later
      pestcontrol46 earned a badge
      One Month Later
    • Week One Done
      JKR earned a badge
      Week One Done
    • Rookie
      moog19 went up a rank
      Rookie
    • Mentor
      grik went up a rank
      Mentor
  • Popular Contributors

    1. 1
      +primortal
      515
    2. 2
      PsYcHoKiLLa
      277
    3. 3
      Skyfrog
      76
    4. 4
      +Edouard
      71
    5. 5
      FloatingFatMan
      68
  • Tell a friend

    Love Neowin? Tell a friend!