set internet explorer as default browser from command line
Posted
by
eric cartman
on Super User
See other posts from Super User
or by eric cartman
Published on 2011-06-22T19:16:47Z
Indexed on
2011/06/23
8:24 UTC
Read the original article
Hit count: 283
Is it possible to set internet explorer as default browser from command line? I have a web application that runs only under ie but if it happens that firefox is the default one, 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
my app doesn't start unless I change the browser manually. Moreover I'd like to know if it's possible to set some policy on a domain to prevent that users with limited privileges could change the default browser. Thanks in advance.
© Super User or respective owner