EN 
01.12.2025 Iva WELCOME IN MY WORLD

This website is originally written in the Czech language. Most content is machine (AI) translated into English. The translation may not be exact and may contain errors.

Tento článek si můžete zobrazit v originální české verzi. You can view this article in the original Czech version.
Nastavení výchozí (startovací, domácí) stránky ve webových prohlížečích

Setting the default (start, home) page in web browsers

| Petr Bouška - Samuraj |
I needed to find out how to set the options in a corporate environment to open a certain page (address) after starting a regular web browser. I practically tested the latest versions of Microsoft Edge (Chromium), Google Chrome and Mozilla Firefox web browsers. I looked at local configuration options and then at central configuration using Group Policy. Everything is only briefly described.
displayed: 8 713x (5 413 CZ, 3 300 EN) | Comments [0]

Options and Settings in the Browser

We have several situations that we can address:

  • Browser Start (Browser Start)
  • Opening a New Window (New Window)
  • Opening a New Tab (New Tab)
  • Using the Home Button (Home)

Behavior When Starting the Browser

We can set what should happen when the browser starts:

  • Restore Previous Session (tabs and windows from the last browser closure)
  • Open Specified Addresses (pages)
  • Open the Tab Page (or a blank tab)

Microsoft Edge (Chromium)

Configuration is done in

  • Settings - Start, home, and new tabs - When Edge starts

Options are

  • Open the new tab page
  • Open tabs from the previous session
  • Open these pages
Edge - nastavení startu prohlížeče

Google Chrome

Configuration is done in

  • Settings - On startup

Options are

  • Open the new tab page
  • Continue where you left off
  • Open a specific page or set of pages
Chrome - nastavení startu prohlížeče

Mozilla Firefox

Configuration is done in two places

  • Settings - General - Startup
  • Settings - Home - New Windows and Tabs

Options are set a bit differently than the previous ones. We can enable restoring the previous session.

  • Open previous windows and tabs

Then we set the behavior for the home page (Home button) and new window

  • Firefox Home
  • Custom URLs
  • Blank Page

And for the new tab

  • Firefox Home
  • Blank Page
Firefox - nastavení startu prohlížeče

Home Button

All browsers support the Home button (house icon), which is located to the left of the address bar. We can set which addresses will open when this button is clicked.

Firefox - tlačítko Home a New tab

Microsoft Edge (Chromium)

  • Settings - Start, home, and new tabs - Home button

Google Chrome

  • Settings - Appearance - Show home button

Mozilla Firefox

  • Settings - Home - New Windows and Tabs

New Tab Behavior

In all browsers, we can set how the new tab page looks. In Firefox, we can directly choose to open a blank page. There is a configurable page available that can contain various information. Edge has the most options, which can display weather, news, etc. By default, there is a search box and quick links.

Microsoft Edge (Chromium)

  • Settings - Start, home, and new tabs - New tab page
  • custom settings are directly on the new tab (New Tab) - gear icon
Edge - nastavení stránky nová karta - New tab page

Google Chrome

  • settings are directly on the new tab (New Tab) - Customize Chrome

Mozilla Firefox

  • Settings - Home - Firefox Home Content

Central Management via Group Policies

Using Group Policy, we can configure all the above settings. I primarily tested enforced settings. For configuration, it is necessary to have the appropriate ADMX templates available (preferably in the Central Store), ideally in the latest version.

For Edge and Chrome, we can either enforce the settings, so the user cannot change them, or only set the default value, which the user can override. This is a different folder in Group Policy (Default Settings (users can override)).

Firefox allows some settings to be modified by the user.

Microsoft Edge

For Edge, we can set addresses (or other variants) that will open at browser startup. We can allow users to add their own addresses. We can also set a specific address to open when a new tab is opened. Of course, setting addresses for the Home button is also possible.

Policies for Microsoft Edge from version 77

Path to settings with two variants (enforced vs. preset)

/Policies/Administrative Templates/
  • Microsoft Edge
  • Microsoft Edge - Default Settings (users can override)
/Startup, home page and new tab page

Items with interesting settings

  • Action to take on startup - what opens at browser startup (specified addresses, new tab, previous session)
  • Sites to open when the browser starts - addresses of pages to open (when the corresponding action is set)
  • Allow users to add and remove their own sites during startup when the RestoreOnStartupURLs policy is configured - allows users to add additional addresses (they cannot change predefined ones)
  • Show Home button on toolbar - show the Home button on the toolbar
  • Configure the homepage URL - which addresses the Home button opens
  • Configure the new tab page URL - the address that opens on the new tab
  • Group Policy Edge - akce při startu prohlížeče

    Policies for Legacy Microsoft Edge

    /Policies/Administrative Templates/Windows Components/Microsoft Edge/

    Old settings for Internet Explorer

    /Policies/Administrative Templates/Windows Components/Internet Explorer/
    User Configuration/Preferences/Control Panel Settings/Internet Settings

    Google Chrome

    For Chrome, we can set almost the same as for Edge. Addresses (or other variants) that open at browser startup, but users cannot be allowed to add their own addresses. We can set a specific address to open when a new tab is opened and a list of addresses for the Home button. Additionally, we can set that defined addresses open at startup plus restore the previous session (it behaves so that multiple browser windows open).

    Path to settings with two variants (enforced vs. preset)

    /Policies/Administrative Templates/Google/
    • Google Chrome
    • Google Chrome - Default Settings (users can override)
    /Startup, home page and new tab page

    Items with interesting settings

    • Action on startup - what opens at browser startup (specified addresses, specified addresses + previous session, new tab page, previous session)
    • URLs to open on startup - addresses of pages to open (when the corresponding action is set)
    • Show Home button on toolbar - show the Home button on the toolbar
    • Configure the homepage URL - which addresses the Home button opens
    • Configure the new tab page URL - the address that opens on the new tab
    Group Policy Chrome - akce při startu prohlížeče

    Mozilla Firefox

    For Firefox, we can set less. Addresses (or other variants) that open at browser startup. These are the same as the addresses for the Home button or new window. It is not possible to set an address when opening a new tab.

    Note: After starting the browser, it is possible to manually open the previous session in the History - Restore previous session menu.

    Path to settings

    /Policies/Administrative Templates/Mozilla/Firefox/Home Page

    Items with interesting settings

    • Start Page - what opens at browser startup (homepage - specified addresses, blank page, previous session)
    • URL for Home page - the address of the page to open (when the corresponding action is set), we can disable user changes (Don’t allow the homepage to be changed.)
    • Additional Homepages - if we want to open more than one tab, we enter additional addresses
    • Show Home button on toolbar - show the Home button on the toolbar
    Group Policy Firefox - akce při startu prohlížeče

    User settings are stored elsewhere than policy settings (apparently this is the case in all browsers, after canceling the policy, the settings that the user had previously return). If the user has allowed homepage changes, and already has an address set, the policy setting is not visible. In other words, user settings take precedence.

    The second special thing is setting the action that will be performed at browser startup (Start Page), if we want to open specified addresses (homepage). We can set the Homepage option, which may not work (does not override the user's setting to open the previous session). Or Homepage (Locked), which is often our goal. In this case, the Open previous windows and tabs option is turned off and cannot be changed.

    Note: In Firefox, we can see which policies have been applied by opening the about:policies page.

    Author:

    Related articles:

    Group Policy

    Group Policy is definitely the basis for central management of computers in a domain. With them we can control the settings, security and behaviour of workstations and servers.

    Windows OS

    Articles dedicated to Microsoft operating systems, both client and server.

    If you want write something about this article use comments.

    Comments

    There are no comments yet.

    Add comment

    Insert tag: strong em link

    Help:
    • maximum length of comment is 2000 characters
    • HTML tags are not allowed (they will be removed), you can use only the special tags listed above the input field
    • new line (ENTER) ends paragraph and start new one
    • when you respond to a comment, put the original comment number in squar brackets at the beginning of the paragraph (line)