Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Поиск в поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

How to disable 'Set Image as Desktop Background…'

  • 1 ответ
  • 0 имеют эту проблему
  • 112 просмотров
  • Последний ответ от Agent virtuel

When I right-click an image, the context menu opens with an option to set the image as a desktop background. For almost all web images, this action makes no sense whatsoever, and for the others, I personally never want to use it.

How can I drop this action from the image context menu?

I have searched settings for context, background, and image, and I have searched about:config for desktop, background, context, etc.

Superuser has an answer making use of about:config `legacyUserProfileCustomizations`, which I would prefer to evade given its 'legacy' nature.

I expected an about:config flag but have not found one.

When I right-click an image, the context menu opens with an option to set the image as a desktop background. For almost all web images, this action makes no sense whatsoever, and for the others, I personally never want to use it. How can I drop this action from the image context menu? I have searched settings for context, background, and image, and I have searched about:config for desktop, background, context, etc. Superuser [https://superuser.com/questions/1785212/how-to-remove-set-image-as-desktop-background-and-other-annoying-options-from has an answer] making use of about:config `legacyUserProfileCustomizations`, which I would prefer to evade given its 'legacy' nature. I expected an about:config flag but have not found one.

Все ответы (1)

Hello

https://connect.mozilla.org/t5/ideas/ability-to-edit-context-menus-remove-unnecessary-options/idi-p/8003 is now open to votes (aka kudos) and comments.

An test userChrome.css file.

#context-setDesktopBackground { display: none !important }