Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable auto update on Edge browser installed on windows server 2019

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

like image 577
mygitrepo Avatar asked Jan 25 '23 18:01

mygitrepo


1 Answers

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.
like image 79
Deepak-MSFT Avatar answered Jan 27 '23 08:01

Deepak-MSFT