diff --git a/src/content/docs/reference/policies/DisableLaunchOnLogin.mdx b/src/content/docs/reference/policies/DisableLaunchOnLogin.mdx
new file mode 100644
index 0000000..dc34ef1
--- /dev/null
+++ b/src/content/docs/reference/policies/DisableLaunchOnLogin.mdx
@@ -0,0 +1,46 @@
+---
+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.
+
+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.
+
+> [!NOTE]
+> This policy is currently only available on Windows.
+
+## Compatibility
+
+
+
+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
+```
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