Is it possible to set Internet Explorer as the default browser to launch from the command line?
I have a web application that only runs under Internet Explorer, but if it happens that Firefox is the default browser, it doesn't work. Users are in a domain environment and even though I try to launch our application from a batch in this way:
start "C:\Program Files\Internet Explorer\iexplore.exe" http://server_ip/home_page
the application doesn't start unless I change the browser manually.
Moreover, is it possible to set a policy on the domain to prevent users with limited privileges changing the default browser?