Skip to content

DisableSetDesktopBackground

Remove the "Set As Desktop Background..." menuitem when right clicking on an image.

Compatibility: Firefox 60, Firefox ESR 60
CCK2 Equivalent: removeSetDesktopBackground
Preferences Affected: N/A

Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0

OMA-URI:

./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSetDesktopBackground

Value (string):

<enabled/> or <disabled/>
<dict>
<key>DisableSetDesktopBackground</key>
<true/> | <false/>
</dict>
{
"policies": {
"DisableSetDesktopBackground": true | false
}
}