I was wondering if anyone knows how to create a hyperlink shortcut to specifically use 64bit IE. By default my system uses 32bit but there is one particular site that needs to run 64bit IE. Is there anyway to create a shortcut (say on my desktop) to this site and get windows to use 64bit IE instead of 32bit?

Im using 64bit win7.

Thanks!

link|improve this question
feedback

migrated from stackoverflow.com May 31 '11 at 19:54

This question came from our site for professional and enthusiast programmers.

1 Answer

A shortcut to

"C:\Program Files\Internet Explorer\iexplore.exe" <URL of site>

will run the 64-bit IE on a 64-bit system.

link|improve this answer
Or just iexplore <URL> – RobinJ May 31 '11 at 16:05
more info here: techdows.com/2011/03/… – Roy T. May 31 '11 at 16:06
@RobinJ: C:\Program Files\Internet Explorer isn't in the default Windows %PATH%. – Stuart P. Bentley May 31 '11 at 16:08
thanks Stuart, works fine :) – FloweN May 31 '11 at 16:10
feedback

Your Answer

 
or
required, but never shown