Wednesday 30 January 2019

windows - How can I set firefox as the default internet browser for all new users?


My organization uses Windows 10 VirtualBox VMs to test our internal applications. The way we do this is by creating an OVA that is already connected to our domain. Anyone on the domain can log into it. However, our application initiates a single sign on java applet over the web.


I need to force FireFox as the default for all user profiles. When the VM is exported, setting FireFox as the default only applies to my profile, presumably because the other user profiles don't exist yet.


I'm thinking of tasking a VBS script to modify the registry on login for all users. Is there a more elegant way of doing this?


Thank you



Answer



What worked for me was the procedure suggested by @tyelford, which is similar to the one to make Chrome default browser on Windows 10. Unfortunately, Firefox does not have such a great how to, so I decided to copy it here and adapt it for Firefox:




As an administrator you may need to configure Firefox as the default browser on computers in your domain. To set Firefox as the default browser on domain-joined computers running Microsoft® Windows 10® and above, you must:



  • create a default application association XML file or use the provided sample file

  • create a Group Policy Object (GPO)

  • set a default associations configuration file


Microsoft® TechNet® contains detailed information on how to generate default application associations files and how to use a group policy to set the default browser.


Create a default application association XML file


The default application association file is an XML file that associates a file type with an application. For example, if you associate .html or .htm files with the Firefox application, then by default Firefox is launched each time the user opens a html or htm file.


For domain-joined computers, you create a single shared XML file that automatically sets Firefox as the default browser application. You must place this file in a shared folder, on your server, that all of the domain-joined computers can access.


Note: If Firefox is not installed on the target computer, the file associations are not applied and users must choose an application when they open a link (http or https) or file (html or htm).


The following example (firefoxdefault.xml) shows how to set Firefox as the default browser to open html, htm, http, and https files or links:















(that file I actually made myself using my computer)



Note: The default association policy is set at each login. The user can change an association after they login, but the change applies to that login session only. The association will be reset to the policy at the next login.


Create a Group Policy Object


The Group Policy Management console lets you create and manage Group Policy Objects (GPO) for your domain. These GPOs control the policies that are applied to all your domain-linked computers. After you create the GPO, you use security filtering to apply it to the computers in your domain.


In the following example, you create a GPO (Set Firefox as default browser) and apply it to computers in the firefoxforwork.com domain.



  1. Open the Group Policy Management Console. Go to Start > All programs > Administrative Tools > Group Policy Management.

  2. In the navigation pane, go to Group Policy Management > Domains.

  3. In the navigation pane, right-click on the firefoxforwork.com domain, and click Create a GPO in this domain, and Link it here...

  4. Type the name of the new GPO (in our example, the name is Set Firefox as default browser) and click OK.

  5. In the navigation pane, go to Group Policy Management > Domains > firefoxforwork.com > Group Policy Objects and select Set Firefox as default browser.

  6. In the Security Filtering pane, click Add.

  7. In the Select User, Computer, or Group window, type the name of the object you want to add, click Check Names (to verify the name you entered), and click OK. You can type Domain Computers to add all workstations and servers joined to this domain (as in the example below) or you can specify a different group of computers.

  8. The GPO now applies to all domain-linked computers.


Set a default associations configuration file


To set the default associations configuration file for domain-linked computers, you edit the related GPO on your windows server.



  1. Open the Group Policy Management Console. Go to Start > All programs > Administrative Tools > Group Policy Management.

  2. In the navigation pane, click Group Policy Management > Domains > firefoxforwork.com.

  3. Click the Linked Group Policy Objects tab to view all GPOs for this domain.

  4. Right-click on the GPO you want to select, and click Edit to open the Group Policy Management Editor. In this example, right-click on Set Firefox as default browser.

  5. In the Group Policy Management Editor, go to Computer Configuration > Policies > Administrative Template > Windows Components > File Explorer, and double-click Set a default associations configuration file.

  6. In the Set a default associations configuration file window, select the Enabled option.

  7. In the Options box, enter the location of your default application association XML file. This is the XML file that associates file types (such as .htm, .html, http, and https) with the Firefox application. This can be the Firefox provided sample XML file or one you created yourself.


Note: The file can’t be a local file on the server. It must be at a location that is accessible to every computer in the domain.


Verify your configuration


On your target computers (that is, the Active Directory domain-joined computers running Windows 10), you can verify that the GPO you created has been applied, and that the computer is using Firefox as the default browser.


The GPO is applied automatically when the policy is refreshed by the Windows Client, or you can run the GPUpdate.exe /force command to force a manual refresh at any time.


Note: After the policy is downloaded and applied, the computer must be rebooted in order for the policy to take effect.



  1. On a Windows Client, go to Windows > System32. Right-click rsop.msc and select run as administrator.

  2. Authenticate with administrator credentials and click Yes.

  3. Go to Computer Configuration > Administrative Templates > Windows Components > File Explorer to confirm that Set a default associations configuration file is available.

  4. Open the Set a default associations configuration file to confirm that the setting is enabled and that the XML file location is correct.

  5. When Firefox is set as the default browser, then all files with htm and html extensions use the Firefox icon.



Reference: Make Chrome default browser on Windows 10 - Chrome for business and education Help


Other pages that may be helpful:



No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...