Skip to content

DisableLaunchOnLogin

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.

FirefoxFirefox ESRFirefox Enterprise
Available since 155Not supportedAvailable since 155

Windows and macOS only; Windows in Firefox 155, and macOS in Firefox 156.

CCK2 Equivalent: N/A
OMA-URI: DisableLaunchOnLogin
Preferences Affected: browser.startup.windowsLaunchOnLogin.enabled

policies.json
{
"policies": {
"DisableLaunchOnLogin": true
}
}
JSON schema
DisableLaunchOnLogin JSON schema
{
"type": "boolean"
}
Software\Policies\Mozilla\Firefox\DisableLaunchOnLogin = 0x1 | 0x0
<dict>
<key>DisableLaunchOnLogin</key>
<true/> | <false/>
</dict>