set internet explorer as default browser from command line
- by eric cartman
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.