I have a Windows Server 2003 64bits, and it has two IE8 inside, 32-bit and 64-bit.

When I run "iexplore.exe", debug in visual studio, clicking links, and etc, the 64-bit will popup and some plugins do not work.

How can I fix my system that it will always run the 32-bit IE by default?

link|improve this question

75% accept rate
feedback

2 Answers

up vote 2 down vote accepted

You should have "Internet Explorer" and "Internet Explorer (64-bit)" under Start/All Programs. You may examine these shortcuts by right-click and properties, to find how to run each version.

The path to the 32-bits version is probably something like this (I can't verify, not having a 64-bits system):
C:\Program Files (x86)\Internet Explorer\iexplore.exe

You can verify that the right version is running in Task Manger, where the running 32-bits process should be shown as iexplore.exe*32.

link|improve this answer
I know how to choose and how to run them. It is not what I am looking for. I have to know how to set the default. – Dennis Cheung Feb 8 '10 at 13:51
@Dennis: The default browser is defined by the registry key HKEY_CLASSES_ROOT\http\shell\open\command – harrymc Feb 8 '10 at 13:59
@harrymc HKCR\http control only the default application to handle URLs with http protocol. but it is not always the default browser, in some cases. For example, in older version of MSN messenger, it use OLE/ActiveX/COM+ (whatever you call it) to launch browser. I've faced few another cases like that, but I don't recall their name. – Dennis Cheung Feb 18 '10 at 15:20
@Dennis: In my case command contains the browser. In any case, I don't see how it can contain an ActiveX or whatever, since these can't be invoked from the command-line. – harrymc Feb 18 '10 at 15:39
feedback

You can just copy the IExplorer 64 bit from thr \program files\ directory to IExplorer 32 bit directory @ \program files (x86) directory and that's how you'll get rid of IExplorer 32 bit. If it won't let you..just rename the IExplorer 32 directory and copy the 64 bit to that directory. You might need to "take Ownership" on that directory and maje it remove the "Read Only" from it. It worked great for me.

Good Luck Ike

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.