Jump to content

Recommended Posts

Posted

Hello i want to remove button from setting on edge e.g 

Remove 'Delete Browsing History'

Remove 'Passwords'

Remove 'Extensions'

Remove 'Settings'

Remove 'More Tools'

So student cant access them want to try and use group policy for this if someone can help us out  if they have done please can you share with us 

 

screenshot1.png.5257e43ba676f93ddeccbab7e724fe45.png

 

Posted

I can't find a policy to necessarily hide items from the menu, but you can disable the functionality inside them, e.g. disabling the password manager entirely (though not recommended) with PasswordManagerEnabled or blocking CSV exports with PasswordExportEnabled.

 

You can block deleting browsing and download history through the Delete browsing data page, but can't block deleting cache and cookies. The policy there is AllowDeletingBrowserHistory.

 

You can block installing extensions by setting ExtensionInstallBlocklist to * (and then allow them through the separate Allowlist policy)

 

It seems you can block internal URLs such as edge://settings via URLBlocklist, but they recommend against it as it can "lead to unexpected errors".

 

There are quite a number of options inside "More Tools", I don't have the time to go through every single menu item and see if there's a policy for them or not, but certainly the major ones such as the developer tools can be blocked with DeveloperToolsAvailability, and installing PWAs can be blocked with WebAppInstallByUserEnabled.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...