We have a html page from which we will be accessing a url and this particular url will work only with IE 32 bit. url will not work with IE 64 bit.
If any user is having 32 bit machine, he is not facing any issues as the url will directly open in IE 32 bit.
If any user is having 64 bit machine then there will be two IE versions installed in his machine(IE 32 bit and IE 64 bit). When this kind of user tries to access url, url will be opened in IE 64 bit.
Can we make the default IE to be opened to 32 bit ?