Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions src/content/docs/reference/policies/DisableLaunchOnLogin.mdx
Original file line number Diff line number Diff line change
@@ -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

<PolicyCompat policy="DisableLaunchOnLogin" />

Windows only.

**CCK2 Equivalent:** N/A\
**Preferences Affected:** `browser.startup.windowsLaunchOnLogin.enabled`

## Examples

<PolicyExample policy="DisableLaunchOnLogin" />

## 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
<enabled/> or <disabled/>
```
5 changes: 4 additions & 1 deletion src/content/docs/reference/policies/RelaunchRequired.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

<PolicyCompat policy="RelaunchRequired" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** N/A

Expand Down