Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

how to disable "set as desktop background" option

  • 2 件の返信
  • 2 人がこの問題に困っています
  • 4 回表示
  • 最後の返信者: CAAdminTI

more options

Hello,

I'm was looking for an easy way to disable the "set as desktop background" option in Firefox. We use group policy here to disable changing the background, but the Firefox option "set as desktop background" bypasses group policy and changes the background. Thanks for any help you can provide.

Hello, I'm was looking for an easy way to disable the "set as desktop background" option in Firefox. We use group policy here to disable changing the background, but the Firefox option "set as desktop background" bypasses group policy and changes the background. Thanks for any help you can provide.

すべての返信 (2)

more options

I do not know how to do this via GPO.

When this is asked on the forum then we advice to do this via a userCrome.css file in the profile folder, but this can be bypassed by running Firefox in Safe Mode.


Add code to the userChrome.css file below the default @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#context-setDesktopBackground { display:none!important; }
more options

Hi there,

Concerning the solution offered by Cor-El, will that change in the .css file be persistent after an update?