4

I am trying to disable the auto update on edge browser to freeze version 85.x.x(chromium based) installed on windows server 2019 without any luck. Can someone please help me with the exact working steps?

I would also appreciate any other ideas to freeze the version on edge browser.

Thanks in advance

mygitrepo
  • 125
  • 1
  • 2
  • 8

1 Answers1

11

I suggest you refer to the steps below that may help you to disable auto-update for the MS Edge Chromium browser.

  1. Download the Edge policy template from this link.

  2. Install the policy template by referring to this link.

  3. Open the Local Group Policy editor.

  4. Browse to the path below.

Computer configuration -> Administrative templates -> Microsoft Edge update -> Applications

  1. Find and double click on Update policy override default policy.

  2. Click on the Enabled radio button and select Updates disabled option from the dropdown (you can select the update option that is suitable for your requirements).

enter image description here

  1. click on the Apply button and then click on the OK button.
Deepak-MSFT
  • 10,379
  • 1
  • 12
  • 19
  • 1
    Can you please explain what all this does and why so many different downloads are necessary? Also, in the page that you linked (https://www.microsoft.com/en-us/edge/business/download) I am asked to select a build of Edge before I can download the group policy file. I think it's not adequate to point reader to a page where he has to select something which is not clear and also not clear what it's for. – tmighty Jun 12 '22 at 01:23