Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
From time to time, folks ask a variety of questions about 64bit IE. I hope to answer the most common questions here.
NEW: Internet Explorer 10+ uses x64 in a fundamentally different way than IE7, IE8, and IE9, the versions for which the post below was written. By default, IE10+'s frame/manager process runs at 64bit, while Desktop Tab processes run in 32bit. Metro-style tab processes run at 64bit. A 64bit JIT was added to improve performance. You can learn more by reading a newer post.
Q: Can I install a 32bit version of IE on a 64bit version of Windows?
A: When you install the 64bit package, the 32bit version of IE will also be installed automatically. You cannot install only the 32bit version on a 64bit operating system, because Internet Explorer updates OS platform components and must update both the 32bit and 64bit versions.
Q: As an end-user, how can I tell what bitness of IE I'm currently using?
A: To see if you're running the 64-bit version of IE, hit ALT+H to open the "Help" menu, and click "About Internet Explorer." If you're running the 64bit version, this screen will say "64bit Edition." Alternatively, check out the x64 button add-on.
Q: From the server or from JavaScript, how can I tell what bitness of IE a web visitor is using?
A: The simplest method is to check the user-agent string. See www.enhanceie.com/ie/webdev.asp#bitness for more info.
Q: Why isn't 64bit IE the default browser? Why can't I set the 64bit version of IE as the default browser?
A: This was an explicit choice made by the IE team, which may change at some point in the future. The problem is that users might inadvertently get "stuck" using the 64bit version and not realize it. This might cause some problems.
Q: Why? What does not work properly with 64bit IE?
A: Browser addons, including BHOs, Toolbars, and ActiveX controls, must generally be the same bitness as IE itself. So, if you are running a 64bit version of IE, any site that uses, say, Adobe Flash, isn't going to work until you install the 64bit version of the addon. Sadly, almost no browser addons are currently available in 64bit versions, although that's somewhat likely to change in the future as 64bit Windows becomes more prevalent.
There are two 64bit add-ons that I do recommend:
- The 64bit version of Ralph Hare's most excellent mouse gestures addon
- My x64 button, which allows you to easily recognize 64bit IE and reopen the current page in 32bit IE
Q: What options/settings are shared between 32bit and 64bit IE?
Generally speaking, 32bit and 64bit share configuration settings wherever possible.
Shared
- Homepage and favorites
- Search providers
- Web slices
- Accelerators
- Context Menu Extensions
- Security Zone settings
- Autocomplete information, including passwords
- Cookies: persistent cookies are shared
- HTML5 Storage: localStorage is shared
Not Shared
- Binary add-ons: each only loads add-ons that are of the correct "bitness"
- Cookies: session cookies are not shared
- HTML5 Storage: sessionStorage is not shared
Q: Why does 64bit IE9 get faster JavaScript benchmark scores than IE8 (32 or 64) but slower scores than 32bit IE9?
In IE9 there's one other major difference between the 32bit and 64bit versions of IE. IE9 includes a new script interpreter which is much faster than the script interpreter in IE8. However, 32bit IE9 also includes a Just In Time (JIT) script compiler which converts script into machine code before running it. There is no JIT compiler for 64bit IE. So, for benchmarks like SunSpider (and script-heavy sites) 32bit IE9 runs script up to 4 times as fast as 64bit IE9 (which itself runs script around 5x as fast as IE8). So, you could end up paying a significant speed penalty when using 64bit IE9 vs using the default 32bit version.
Telemetry data shows that less than half of one percent of IE browsing sessions are conducted in the 64bit browser.
Note: IE10 Preview shipped a 64bit JavaScript JIT compiler, and the Windows 8 "Metro-style" browser (which will not load browser extensions) runs its tabs in 64bit processes.
Q: So, is there any benefit to using 64bit IE?
A: There are a few advantages to using the 64-bit version:
- Security: DEP/NX is always on for 64bit processes. (Of course, on Vista SP1+, 32bit IE8+ has DEP/NX enabled by default too.)
- Security: Memory protections like ASLR are more effective (because the address space is dramatically larger)
- Security: Most bad guys only bother to write x86 shellcode, which will fail in an x64 process
- It may crash less. (Because most addons don't load in 64bit IE, it tends to be more reliable.)
- It may be faster to start up. (Because most addons aren't loaded. You can disable add-ons in 32bit IE if you'd like)
Q: Okay, so why offer 64bit IE at all?
Because we have to. :-)
One thing to keep in mind is that Internet Explorer is basically the combination of a number of platform components, including the networking components (URLMon/WinINET), the rendering components (MSHTML), the script engines (JScript.dll/JScript9.dll, vbscript.dll) and a variety of other pieces that hold it all together. These components must be made available in 64bit versions so that 64bit applications can be built using these components. Additionally, because Internet Explorer can be launched/created/used as a COM Server, we offer a 64bit version to enable hosting inside 64bit processes.
While we could have done work to make it harder for users to get to 64bit IE (e.g. by not creating a Start menu shortcut), I don't think there's any compelling reason to do so.
One day, 64bit IE might see a lot more use, as 64bit systems take over and 64bit add-ons become available. Time will tell.
Got another question (or answer) about IEx64? Let me know!
Comments
Anonymous
July 01, 2009
The comment has been removedAnonymous
July 02, 2009
The comment has been removedAnonymous
September 04, 2009
Eric, I've got a 32 bit IE 8 addon that doesn't seem to want to work. From what I've read, both on your column and on the web, there should not be a problem with the addon functioning since, by default, it will be loaded into the 32 bit version of IE? is that correct?Anonymous
September 04, 2009
@MATT: Well, if you were explicitly starting 64bit IE and trying to use a page that used a 32bit addon, it would fail. But 32bit IE is the default, so this isn't typically a problem. What's the addon? What specifically happens?Anonymous
September 21, 2009
How may I change Outlook Express to stop accessing IE8 (64-bit) when I click on a url in the body of the email and, instead, access the IE8 32 bit program that I use as a default browser?Anonymous
September 21, 2009
@Jon: That should never happen unless your registry has been corrupted. Inside 32bit IE's Tools / Internet Options / Programs tab, is the "Make IE the default browser" button available/active? FWIW, the Outlook Express client has been replaced with an improved version called Windows Live Mail (see http://download.live.com/wlmail)Anonymous
September 22, 2009
The "Make IE the default browser" button available/active and is checked. This is a clean direct install of XP x64 on a machine built from scratch.Anonymous
September 22, 2009
The comment has been removedAnonymous
September 27, 2009
So back to the original question. How may I change Outlook Express to stop accessing IE8 (64-bit) when I click on a url in the body of the email and, instead, access the IE8 32 bit program that I use as a default browser?Anonymous
September 27, 2009
@Jon: Since I don't know how your computer could possibly get into such a state, I'm afraid I don't have any suggestion for you, other than to perhaps uninstall and reinstall IE8.Anonymous
November 30, 2009
My OS is Win 7-64. I've read all of the posts, and I understand there should be 2 vers (32 & 64)of IE shown in my Start Menu, but I only see the 64bit ver. I can't locate the 32bit version. Where is it? How do I activate?Anonymous
November 30, 2009
The comment has been removedAnonymous
December 06, 2009
The comment has been removedAnonymous
December 06, 2009
@Mike: No, changes of that nature are not typically taken outside of major browser releases.Anonymous
January 10, 2010
The comment has been removedAnonymous
January 21, 2010
The comment has been removedAnonymous
January 21, 2010
The comment has been removedAnonymous
January 26, 2010
Commentary on 64-bit Silverlight: http://arstechnica.com/microsoft/news/2010/01/why-microsoft-isnt-working-on-silverlight-64-bit.ars On an unrelated note, we recently had a case where a user had installed only a 64bit JVM and wondered why it wasn't working in IE. As you probably guessed, the problem was that he was running 32bit IE.Anonymous
January 28, 2010
If you look back to the 9/21/09 question by Jon regarding making the 32-bit version the default when a link in an email is clicked, that is the question I came here to ask and was looking forward to the answer. Alas, as having the 64-bit version be the default is supposed to be impossible, I must be stuck. Or perhaps someone knows where in the registry I can look to fix the problem?Anonymous
January 29, 2010
@Jan: Do you only see that problem from Outlook Express, or do you see it if you click START > RUN and type iexplore.exe?Anonymous
January 30, 2010
When I typed in Alt+H and selected about internet explorer, it said it was 256 bit. So is it 32 bit or 64 bit IE?Anonymous
January 31, 2010
@Amy: "Cipher Strength: 256bit" means that you're on Windows Vista or later, which supports HTTPS ciphers as strong as 256bits. As noted in this post, the About screen will say "64bit Edition" for 64bit IE, and will not say that for 32bit IE.Anonymous
March 12, 2010
@Bill, you should read http://blogs.msdn.com/ie/archive/2009/07/18/how-to-make-ie-open-new-tabs-faster.aspx, http://blogs.msdn.com/ieinternals/archive/2009/07/20/IE8-Performance-and-Speed-Tips.aspx, and http://blogs.msdn.com/ieinternals/archive/2009/08/21/agcore-addon-hangs-Internet-Explorer.aspxAnonymous
March 19, 2010
Here is my quandry - CRM 4.0 opens links in IE x64, we have the CRM window show the user a SharePoint doc library on a tab. If the user clicks on a Word doc it opens, but without any toolbars what-so-ever. If I open the doc from IE x64 by browsing to the doc library directly(not using CRM) it will open. Everyone elses CRM opens links in 32 bit IE. I cannot get this users machine to open links in IE 32 bit. I am able to replicate this by setting an env var in PATH to the IE 64 bit. After removing teh PATH var it does not go back to IE 32 bit. WHat was once a working machine now suffers the same fate as my other user. Any ideas on how to get it back? I saw the post about 32 bit being default, but after removing IE 8 and Adding it back there is still no joy.Anonymous
March 19, 2010
Had to reset user's profile in Windows 7 and uninstall-reinstall CRM. Just re-installing CRM does not fix it. It's got to be a setting in the user's profile where CRM or IE use the last program or path.Anonymous
March 24, 2010
Jump Lists work for everything in 64bit Windows except for IE8 64bit. Why is this?Anonymous
March 24, 2010
@John: It's a pretty arcane explanation: The jumplist on the 64-bit IE is always empty since the we cannot register both 32bit and 64bit IE's AppIDs for the file type handlers in the manifest without having separate protocol handlers for 32 bit and 64 bit.Anonymous
April 19, 2010
Is it possible to have IE 32-bit open in one position (I have multiple monitors) with one home page, and IE 64-bit open in another position with another home page? Right now, clicking on the two different icons (32 & 64) produces the same home page and location.Anonymous
April 19, 2010
@Gene: Alas, no, there's no code that attempts to support that scenario. You can obviously create multiple shortcuts that launch IE with different startup pages, but that's not specific to 32/64bit.Anonymous
June 11, 2010
We have a similar problem with CRM 4.0. It is opening in IE 64 bit by default and is that is a problem when trying to perform a mail merge. HELP!Anonymous
August 19, 2010
Is there a way to suppress the x64 icon from showing in the startmenu for all users? I am trying to deploy Win 7 in a corporate environment and I don't want users able to launch x64 because I expect it will lead to a lot of service desk calls. All of the normal ways I would have done this with XP dont appear to work in 7.Anonymous
September 04, 2010
I am running windows 7 pro, when I use IE 32 bit it locks out my desktop icons. This does not happen with IE 64 bit, but as noted many times 32 bit is the default and I frequently have to use 32 bit. How do I make it stop freezing my desktop icons? Everything runs fine from the start menu, but not the desktop.Anonymous
September 05, 2010
@David: What does "locks out my desktop icons" mean? Do you see any difference if you run 32bit IE with add-ons disabled?Anonymous
September 05, 2010
"locks out my desktop icons" means that all of the icons on my desktop are frozen. This happens every time I use IE 32 bit. Never happens when I use 64 bit. Once the IE 32 bit is closed none of the icons on the desktop work, you can not click on them and they don't even highlight when you put the cursor on them. All programs run just fine from the start menu or the taskbar, just not the desktop. Restarting the system always solves the issue untill IE 32 bit is used again. I have also noticed since my last post that if I check the task manager after using IE 32 bit there are always 2 processes called "iexplore.exe*32" listed, if I end both of these processes everything works just fine without a restart. This is an extra step I would like to avoid. Thank You for your help and any further assistance is greatly appreciated, I am not a "computer guy" so I am learning alot!Anonymous
September 06, 2010
AAHAA!!! After your question about add-ons (which I knew nothing about) I found the settings for them in the tools menu. Through a somewhat lengthy process of elimination I have concluded that the "AVG security toolbar" was the culprit. When it is disabled everything seems to work just fine. I hope this "AVG security toolbar" is not something too important and I am safe leaving it disabled. Thanks again for your help!Anonymous
September 20, 2010
I have recently encountered a difference between 32 and 64-bit IE8 that puzzles me: I have enabled telnet from a URL (telnet://<ip address> as I had on my WIndows XP and Windows Vista 32-bit systems, but it only works on Windows 7 on the 64-bit version of IE. Here are the updates I performed in the registry to enable this: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerMainFeatureControlFEATURE_DISABLE_TELNET_PROTOCOL]
"iexplore.exe"=dword:00000000 [HKEY_CLASSES_ROOTtelnet]
@=URL:Telnet
"URL Protocol"="" [HKEY_CLASSES_ROOTtelnetDefaultIcon]
@="C:\WINDOWS\System32\telnet.exe" [HKEY_CLASSES_ROOTtelnetshell]
[HKEY_CLASSES_ROOTtelnetshellopen]
[HKEY_CLASSES_ROOTtelnetshellopencommand]
@="wscript.exe C:\WINDOWS\vbtelnet.vbs %1" Here is the contents of the VBS file called:
Dim ArgObj
Dim inputHost
Set ArgObj = WScript.Arguments
If Wscript.Arguments.Count < 1 Then
Wscript.Echo "Hostname or IP Address required."
WScript.Quit(-1)
Else
inputHost = ArgObj(0)
End If
Dim cmd2run
Dim spCommand
ArrayInputhost=Split(inputhost, "//")
inputhost=ArrayInputhost(1)
If right(inputhost,1)="/" then
inputhost=left(inputhost,Len(inputhost)-1)
End If
cmd2run = "telnet.exe " & inputHost
Set objShell = CreateObject("WScript.Shell")
objShell.Run("%comspec% /k " + cmd2run) Any ideas on why this will only work with 64-bit IE8, and even more important, how I could make it work on the 32-bit version? Thanks!
Mike DAnonymous
September 20, 2010
MikeD: The problem with your registry script is that it creates the TELNET protocol handler in the 64bit registry only. To create the handler in your 32bit registry, launch the 32bit regedit.exe and create the following key: [HKEY_CURRENT_USERSoftwareClassestelnetshellopencommand] @="wscript.exe C:\WINDOWS\vbtelnet.vbs %1"Anonymous
September 23, 2010
Thanks Eric. That was an important piece. I added that and got closer to the solution, and it also gave me a clue on one final piece of the puzzle that ulimately fixed it. When I ran this with IE64, it ran perfectly. When I ran it with 32bit, it said "'telnet' is not recognized as an operable program or batch file." As it turns out, IE32 was opening up a 32-bit command prompt, so it would not find the 64-bit telnet.exe. To solve this, I copied telnet.exe from a 32-bit version of Windows Server 2003 to the SysWOW64 subdirectory, and now all is working. Thanks again for the quick response and knowledgeable answer! I am impressed with both!
- Mike D
Anonymous
October 07, 2010
The comment has been removedAnonymous
October 07, 2010
The comment has been removedAnonymous
November 09, 2010
Thanks, Eric!Anonymous
November 11, 2010
IE8 64-bit doesn't play nice with our VPN solution. Users are accidentally using the wrong version of IE. How do I get rid of the shortcut off of all my corporate machine that are running Windows 7 x64?Anonymous
November 11, 2010
@MikeSic: I'm afraid that's a Windows Explorer question, not an IE question, so I can't really help with that. You probably should talk to your VPN vendor and ask them to support 64bit browsers, considering that their use is likely to become more common over time.Anonymous
November 23, 2010
The comment has been removedAnonymous
November 23, 2010
@TomC: That's an interesting scenario, but I don't think that relying upon the bitness of the default browser is a very robust approach. If you're launching the default browser and expecting it to be Internet Explorer, that's one mistake, but expecting it to be 64bit, that's another mistake. If your client requires a particular browser at a particular bitness to launch, then your client needs to launch that browser&bitness directly.Anonymous
December 07, 2010
We, as IE users, keep being told WHY IE cannot be defaulted to 64Bit, but we are NOT told HOW we CAN do this once we know the pitfalls but want/need to change this. What are you people at MS so worried about that we cannot get a straight answer!?!Anonymous
December 29, 2010
The comment has been removedAnonymous
December 29, 2010
@Ce'Kia: As explained in the post above, you are simply launching the wrong version of IE. It's not possible to remove 32bit IE even when 64bit IE is installed. So, simply find 32bit IE (usually in C:Program Files (x86)Internet Exploreriexplore.exe) and launch that version instead of the 64bit version. @Corey: The reason you're not told "HOW" to do it is that it's both not supported, and there are technical reasons why defaulting to 64bit is not possible.Anonymous
March 05, 2011
@EricLaw: I would like to hear these technical reasons for not being able to set 64-bit IE as default.Anonymous
March 15, 2011
My question is that does Microsoft have any plan to introduce Just In Time (JIT) script compiler in 64 bit IE 9 and when?Anonymous
March 15, 2011
@Alvin: IE9 is now complete, and no, there will be no x64 JIT for this version. For IE9, the team focused our energy on the 32bit compiler, since 99.99%+ of browsing sessions are conducted using the 32bit browser. As I mentioned in the article above, the x64 version of IE9 still benefits from the improved interpreter and runs script benchmarks at ~500% faster than IE8, even without a JIT.Anonymous
March 16, 2011
@EricLaw: Thanks, EricLaw for the informative reply. As for now, is it safe to assume that even 64-bit Internet Explorer 10 will not be developed to have its own JIT script compiler? I believe that most, if not all IE users are hoping that 64-bit IE will be slightly faster than 32-bit IE, thus encouraging all IE users to eventually migrate to 64-bit IE. Thanks for your information, EricLaw.Anonymous
March 16, 2011
@Alvin: I'm not sure why you would jump to those conclusions, as neither (1> the JIT, or 2> the value of "migrating" to 64bit) is anything I've discussed in the context of future IE releases.Anonymous
June 16, 2011
Eric, i was reading this blog post and am hoping you still get these comments. I am having an issue....i have two 64-bit Windows 7 computers with IE8 (and I've tried IE9) that VBscript won't work when on the 32-bit IE but does work on the 64-bit IE. I see on the web that others have also faced this situation...but i see no resolution. Do you know of anything that might cause this? I am desperate for a solution and anything you could offer would be appreciate. I will check back on this blog...but i can also be reached at steve.fafel@missionresearch dot com. Thank you! SteveAnonymous
June 16, 2011
@Steve: It sounds like perhaps the VBScript.dll registration is corrupt in your 32bit instance. The DLL may need to be re-registered. What AV program do you have installed? Some AV engines try to inject themselves between IE and its script engines, and that might also be the culprit. Do VBS files work from the Cscript.exe or Wscript.exe programs?Anonymous
July 12, 2011
Recently started having the problem listed earlier here where my 32-bit IE will not launch (well - it launches but then the window closes right away). 64-bit version works fine, but not all my programs will work when they need to access online. when I try to launch the 32-but without add-ons, it still closes right away so I can't really de-bug or run that version without add-ons. Any ideas how to restore the 32- bit version?Anonymous
September 27, 2011
I am running IE9. Pandora only works on the 64 bit option, not the 32 bit. Why is that?Anonymous
September 27, 2011
The comment has been removedAnonymous
September 28, 2011
The comment has been removedAnonymous
October 19, 2011
The comment has been removedAnonymous
October 19, 2011
@Madu: IE10 Preview has shipped a 64-bit JIT engine. As for "pushing" 64-bit browsing, you're overlooking the fact that there are distinct tradeoffs in play.Anonymous
November 19, 2011
The comment has been removedAnonymous
November 20, 2011
@pneiberger: If IE9 x64 is faster than IE9 x86 for you, you need to disable your performance-sapping extensions. In IE9 itself, x86 is faster than x64 in every metric, mostly due to the JIT.Anonymous
November 20, 2011
@pneiberger: If IE9 x64 is faster than IE9 x86 for you, you need to disable your performance-sapping extensions. In IE9 itself, x86 is faster than x64 in every metric, mostly due to the JIT.Anonymous
January 19, 2012
Can we install 64 bit IE in 32 bit WinXp/Win 7Anonymous
January 20, 2012
No, 32bit Operating Systems cannot run 64bit programs.Anonymous
February 16, 2012
Is there a way to suppress the x64 icon from showing in the startmenu for all users? I am trying to deploy Win 7 in a corporate environment and I don't want users able to launch x64 because I expect it will lead to a lot of service desk calls. This is a repeat question, but I do not see a reply.Anonymous
February 16, 2012
@Jasono: There's nothing at all special about this icon. Feel free to remove it any way you like.Anonymous
April 02, 2012
When I add a favorite with it, and when I put the favorite on the desktop and try to use it, it comes up in the regular IE.Anonymous
April 02, 2012
@mcw: Yes, that's expected. Favorites open in your default browser, which is, by-definition, the 32bit version.Anonymous
April 06, 2012
On my All Programs list, under the Start button, I originally had: Internet Explorer Internet Explorer (64-bit) I wanted to get Internet Explorer (64-bit) on the Desktop, so I dragged it from the All Programs list to the Desktop (probably should have copied and pasted). Now it is not on the All Programs list. Is there a way to get it back on?Anonymous
May 01, 2012
I have 2 Win 7 64-bit build servers, where use of the 32 bit IE will cause the desktop to freeze (actually it only appears frozen, as closing the IE will leave 2 iexplore.exe *32 processes running, closing these in Task Manager will unfreeze the desktop and fire buffered mouseclick on desktop icons.). I know this bug has been reported several times and long time ago, but seeing that it isn't addressed, I hope you'll soon make it possible to set IE 64 as default browser, as it's very frustrating to have a product that works, but being unable to make the system use it.Anonymous
May 01, 2012
@Mads: Rather than switching to 64bit, your better bet is to uninstall the browser add-on or AV provider that is causing your 32bit version to malfunction.Anonymous
May 07, 2012
I remove x64 shortcut from start menu and I block x64 IE 9 with AppLocker, to avoid issues (support calls) with the x64 version.Anonymous
June 13, 2012
I need IE32 to be default. When I open a link from another program 64bit is opened by default. How to force to open 32 bit no matter what? Thank you. I guess comenter Jan 29 Jan 2010 6:24 AM has the same problem.Anonymous
June 13, 2012
@Jack: There's no supported configuration that results in the behavior you describe. What is the "other program" in question?Anonymous
August 02, 2012
Your initial posts were in 2009. Could you give a quick update re the status of IE 64 bit? Has anything much changed? And thank you by the way; this was great!Anonymous
August 03, 2012
The comment has been removedAnonymous
September 21, 2012
What an excellent Q&A!! I'd love it if every developer wrote in such detail about their software.Anonymous
November 29, 2012
I still have not seen how people are removing the 64bit icon from All Programs. Anyone else mastered this yet?Anonymous
December 24, 2012
Hi Eric We are using SCCM 2007 in our environment, We are using OSD to deploy all client machine they are having WIN 7 Enterprise SP1 64bit Recently we have started testing of Internet Explorer 9 , we are using IE9-Windows7-x64-enu /quiet /noupdate/ norestart command to update the Internet explorer. The upgrade are successful.. But we are facing some unique issue, when we see in ALL Programs we see two version of Internet Explorer
- Internet Explorer (x64)
- Internet Explorer by default the second is 32bit. But after the upgrade when we check we could see both internet explorer 9 with 64bit version...(both version are pointing to same exe). Before the upgrade we were having Ie8, which were pointing to correct exe's. We have checked it from help menu of internet explorer which shows 32bit and 64bit. I would like to know how we can see both version in ALL Programs. means both short cuts woulr point there respective exe's
Anonymous
August 20, 2013
I am using IE 64 bit and have a site in "Trusted site zone". The user agent is showing "WOW64". Is there any way to overwrite "WOW64" with "Win64" when site is in trusted site zone? Thanks in advance! EricLaw [ex-MSFT]: WOW64 means that the tab/content process is running as a 32bit process; Win64 means that it's running as a 64 bit process. Which version of IE / Windows are you using?Anonymous
September 07, 2013
Windows 7, 64 bit system on Vaio. Surprisingly the Internet Explorer 8 64 bit is working but the the Internet Explorer 8 32 bit is not connecting to the internet. - it says 'address not valid' EricLaw: The most likely explanation is that you have a 32bit browser extension which is buggy. Is there a change if you start IE in no-addons mode?Anonymous
December 14, 2013
I have 2 problems that I am looking for help with. 1- Facebook if I want to upload photos, I can only upload 5 at a time as I get a message that I am not currently using the latest adobe, and I have to download the latest version but even after doing this several times I still get the same message. 2 I have a Scottish power home vend power pod which has worked fine for about 2years, about 6 months ago my laptop installed some critical updates, then the power pod wouldn't work. After prerequisite checks, I get informed that my system doesn't support active x. I currently run ie 11 on windows vista. If I do a system restore to prior the update it works fine and I don't have any problems on the desktop which runs Xp. I have tried adjusting all the settings to do with active x but nothing changes and scottish power won't help as the power pod works fine on the desktop it only happens when critical updates are installed.Anonymous
February 19, 2014
I am using IE 10 on Win8. I set "Enable Enhanced Protected Mode" in Security Setting of IE 10. I confirm that IE is running 64 bit browser by checking....www.java.com/.../manual.jsp I Run my applet, which load 64 bit DLLs from system. Receive Error Can't load AMD 64-bit.dll on a IA 32-bit platform Please Advise! [EricLaw] I'm not sure I understand your question, but enabling EPM doesn't turn on 64bit for all processes, only those in Protected Mode, and there are many other restrictions in EPM that would likely preclude a Java application from running properly in that mode.Anonymous
June 25, 2014
The comment has been removedAnonymous
June 25, 2014
@The Venkster - A hacky (but it works) way is to go to http://whatsmyuseragent.com/ and see if it says "Win64" instead of "WOW64".Anonymous
September 12, 2014
Is there a way to run only 32 bit instance of IE 10 in windows 2008 server? currently 64bit IE 10 i.e., iexplore.exe is running by default and if I change the TabProcGrowth key value from 0 to numeric, both 32 and 64 bit versions of IE10 are running. I want only 32bit version of IE 10, can you please suggest me a solution?Anonymous
September 12, 2014
The comment has been removedAnonymous
December 29, 2014
Your suggestion of using alt H to check the bitness version of IE 11 not only fails on ... [EricLaw] I suggest you re-read the first paragraph.