Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Feature shutdown.

more options

Hello, I want to close the following 2 items. Can you help me?

1- Inspect Element ( Ctrl + Shift + C ) 2- Installing and activating plugins (about:addons)

Hello, I want to close the following 2 items. Can you help me? 1- Inspect Element ( Ctrl + Shift + C ) 2- Installing and activating plugins (about:addons)

Alle Antworten (1)

more options

This level of control would be achieved using either Windows Group Policy or a policies.json file.

This would give you the DisableDeveloperTools policy to disable the ability to inspect elements (along with some other developer functionality), along with the InstallAddonsPermission policy to stop users from installing add-ons and the BlockAboutAddons policy to stop users from accessing the about:addons page.

If you have add-ons that you want to force users to keep on the computer, you would likely want to look into locking add-ons using the Extensions policy.

Hope this helps.