From 04d84c2e5a73c111c35f146ad6c34335d45db784 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Fri, 7 Aug 2026 17:21:35 +0200 Subject: [PATCH 1/2] feat: Add DisableLaunchOnLogin policy --- .../policies/DisableLaunchOnLogin.mdx | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 src/content/docs/reference/policies/DisableLaunchOnLogin.mdx diff --git a/src/content/docs/reference/policies/DisableLaunchOnLogin.mdx b/src/content/docs/reference/policies/DisableLaunchOnLogin.mdx new file mode 100644 index 0000000..cf2a69a --- /dev/null +++ b/src/content/docs/reference/policies/DisableLaunchOnLogin.mdx @@ -0,0 +1,41 @@ +--- +title: "DisableLaunchOnLogin" +description: "Prevent Firefox from launching automatically when the user logs in." +category: "Startup" +--- + +Prevent Firefox from launching automatically when the user logs in, and prevent the user from enabling this setting. + +> [!NOTE] +> This policy is only available on Windows. + +When the policy is set to `true`, Firefox removes any existing launch-on-login entry and hides the **Open Firefox automatically when your computer starts up** checkbox under **Settings > General > Startup**. +Setting the policy to `false` has no effect. + +**Compatibility:** Firefox 155 (Windows only)\ +**CCK2 Equivalent:** N/A\ +**Preferences Affected:** `browser.startup.windowsLaunchOnLogin.enabled` + +## Examples + + + +## Windows (GPO) + +``` +Software\Policies\Mozilla\Firefox\DisableLaunchOnLogin = 0x1 | 0x0 +``` + +## Windows (Intune) + +OMA-URI: + +```url +./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableLaunchOnLogin +``` + +Value (string): + +```xml + or +``` From b873eaa9653ccb52e54781133667c80c9bf1daca Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Tue, 18 Aug 2026 00:15:14 +0200 Subject: [PATCH 2/2] feat: Add DisableLaunchOnLogin policy --- .../reference/policies/DisableLaunchOnLogin.mdx | 13 +++++++++---- .../docs/reference/policies/RelaunchRequired.mdx | 5 ++++- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/content/docs/reference/policies/DisableLaunchOnLogin.mdx b/src/content/docs/reference/policies/DisableLaunchOnLogin.mdx index cf2a69a..dc34ef1 100644 --- a/src/content/docs/reference/policies/DisableLaunchOnLogin.mdx +++ b/src/content/docs/reference/policies/DisableLaunchOnLogin.mdx @@ -6,13 +6,18 @@ category: "Startup" Prevent Firefox from launching automatically when the user logs in, and prevent the user from enabling this setting. -> [!NOTE] -> This policy is only available on Windows. - When the policy is set to `true`, Firefox removes any existing launch-on-login entry and hides the **Open Firefox automatically when your computer starts up** checkbox under **Settings > General > Startup**. Setting the policy to `false` has no effect. -**Compatibility:** Firefox 155 (Windows only)\ +> [!NOTE] +> This policy is currently only available on Windows. + +## Compatibility + + + +Windows only. + **CCK2 Equivalent:** N/A\ **Preferences Affected:** `browser.startup.windowsLaunchOnLogin.enabled` diff --git a/src/content/docs/reference/policies/RelaunchRequired.mdx b/src/content/docs/reference/policies/RelaunchRequired.mdx index 20f8842..84d46e4 100644 --- a/src/content/docs/reference/policies/RelaunchRequired.mdx +++ b/src/content/docs/reference/policies/RelaunchRequired.mdx @@ -7,7 +7,10 @@ category: "Device update settings" Require Firefox to be relaunched within a given period and notify the user of the upcoming relaunch. This policy takes effect when an update has been downloaded or staged and is ready to install. -**Compatibility:** Firefox 151\ +## Compatibility + + + **CCK2 Equivalent:** N/A\ **Preferences Affected:** N/A