Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

I cannot delete the "customize" button and the command "remove extension" from toolbar, I have found some tutorials but could not make it work

  • 2 отговора
  • 1 има този проблем
  • 1 изглед
  • Последен отговор от cor-el

more options

I have been trying to delete the command "remove extensions" dfrom the tool bar. I have followed instructions and typed a json file with extensions and "locked" but did not work. I did not understand well how to edit directly group policies. I tried as a last resourse to eliminate the "customise" button with chrome.css file following a tutorial found here but did not work Can anyone help me with this?

I have been trying to delete the command "remove extensions" dfrom the tool bar. I have followed instructions and typed a json file with extensions and "locked" but did not work. I did not understand well how to edit directly group policies. I tried as a last resourse to eliminate the "customise" button with chrome.css file following a tutorial found here but did not work Can anyone help me with this?

Всички отговори (2)

more options

What are you trying to do in the long run?

more options

Is this only about preventing users to uninstall extensions ?

For userChrome.css you can try this code.

.customize-context-removeExtension,
.customize-context-removeFromToolbar,
.viewCustomizeToolbar {
 display:none!important;
}

I don't know if you can use a policies.json or GPO to disable some of these context menu items.

What code did you try in policies.json ?