Re: How to make IE browser by default by GPO

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



"titi" <titi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:694FD3F5-8CF4-4BD0-8B64-A02670CCB72F@xxxxxxxxxxxxxxxx
Hello,

I have a GPO that installa by msi 'Firefox'. and at all time Firefox is
choose by Browser default.

So i want to have IE by default and no Firefox.

I'm not sure what you mean. Are you saying the Firefox MSI runs each time and changes the default to Firefox?

You may have to create a registry script that runs as part of the logon process in a GPO logon script, or a script specified in user AD properties, or added to your existing logon script, that will set IE as default browser for HTTP and HTTPS.

HKEY_CLASSES_ROOT\http\shell\open\command, double click on default and set the string to the command you wish to run for Internet addresses, for example
"c:\Program Files\Internet Explorer\iexplore.exe" -nohome

HKEY_CLASSES_ROOT\https\shell\open\command, double click on default and set the string to the command you wish to run for Internet addresses, for example
"c:\Program Files\Internet Explorer\iexplore.exe" -nohome

---
Keep in mind, that if the workstation operating system is x64, you may have to create separate logon scripts because IE location is different on the C: drive. Please test before implementing.

Check the following links for more info.

How can I configure the default Internet Browser?
http://windowsitpro.com/article/articleid/14860/how-can-i-configure-the-default-internet-browser.html

Registry Scripting Examples
http://msdn.microsoft.com/en-us/library/k32htktc.aspx


Ace

.



Relevant Pages