About the IE32bit to 64bit method

Han Hu 1 Reputation point
2021-10-15T07:18:06.17+00:00

In Windows Server 2012 / Windows Server 2012 R2 / Windows Server 2016 / Windows Server 2019 / Windows 8.1 / Windows 10,
Can I turn IE into 64bit using the following method?

Step1 Open C:/ > Windows > regedit.

Step2 Go to Computer\HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main.

Step3 Right-click the blank area, and then select New > DWORD (32-bit) Value. You can see new file.

Step4 Type TabProcGrowth as the file name, and then select Modify.

Step5 In the Value data field, type 0.

Step6 Select OK.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,170 questions
Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,275 questions
{count} votes

4 answers

Sort by: Most helpful
  1. Castorix31 81,741 Reputation points
    2021-10-15T07:45:02.307+00:00

    TabProcGrowth :

    "If you enable this policy setting, you set the rate at which Internet Explorer creates new tab processes to low, medium, or high, or to an integer."

    from : admx.help

    0 comments No comments

  2. Limitless Technology 39,371 Reputation points
    2021-10-15T14:03:09.173+00:00

    Hi there,

    You can also turn IE into 64bit using the below steps

    1. Press ALT+X to bring up the Tools menu and select Internet Options in IE.
    2. Go to the Advanced tab and tick the “Enable 64-bit processes for Enhanced Protected Mode” option under the Security section.
    3. Close and reopen Internet Explorer.

    If the reply is helpful, please Upvote and Accept it as an answer

    0 comments No comments

  3. Dave Patrick 426.1K Reputation points MVP
    2021-10-15T14:13:31.28+00:00

    Check where the shortcut points. Below is 64 bit iexplore.exe, if you wanted 32 bit point it to C:\Program Files (x86)\Internet Explorer\iexplore.exe

    140932-image.png

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  4. MotoX80 31,656 Reputation points
    2021-11-09T15:25:08.027+00:00

    For technical support, using 64-bit IE by modifying the registry is the same as using IE normally.

    As I see it, you have 2 separate issues. Support for IE and use of 64 bit IE.

    https://blogs.windows.com/windowsexperience/2021/05/19/the-future-of-internet-explorer-on-windows-10-is-in-microsoft-edge/

    the Internet Explorer 11 desktop application will be retired and go out of support on June 15, 2022, for certain versions of Windows 10.

    This site documents the "fine print" as to IE support on various OS versions.

    https://techcommunity.microsoft.com/t5/windows-it-pro-blog/internet-explorer-11-desktop-app-retirement-faq/ba-p/2366549

    I am not a MS employee, but based on my experience, if you have a business critical IE based application,(hence the reason for asking about support), I would strongly recommend that you initiate a project to upgrade or replace that application.

    Use of a documented registry key should not affect support.

    Having said that, you need to define your definition (expectations?) of "support". Consider this....

    https://learn.microsoft.com/en-us/troubleshoot/browsers/32-bit-browser-applications-not-working-as-expected

    Cause
    The Internet Explorer Manager process is always a 64-bit process in 64-bit versions of Windows 8 or later operating systems. This is an architecture change in Internet Explorer 10. By default, tab processes can be either 32-bit or 64-bit processes, except when the TabProcGrowth registry entry is set to 0. When this registry entry is set to 0, the tabs run in the same process as the manager process, which in this case is 64-bit. However, some browser add-ons do not have a 64-bit version. Therefore, they do not work as expected.

    If you set that registry value, and your app stops working because it relies on a 32 bit add-on, you are out of luck. MS is not going to fix that. MS "support" will fix "broken code".

    Going back to my first comment from a week ago: What is the real problem that you are trying to solve? If you are not having "out of memory" problems, why do you want to run IE in 64 bit mode? We have an old saying from years ago.... If it ain't broke, don't fix it.

    0 comments No comments