en-US edge computer

Address or URL of proxy server

Verified with Microsoft Edge 152.0.4191.53 — updated on July 10, 2026

Microsoft Edge 152.0.4191.53

Supported on: Microsoft Edge Update 1.3.21.81 and later

Path in the GPO console

Computer Configuration\Administrative Templates\Microsoft Edge Update\Proxy Server

Description

Allows you to specify the URL of the proxy server for Microsoft Edge Update to use. If you enable this policy, you can set the proxy server URL used by Microsoft Edge Update in your organization. This policy is applied only if you have selected manual proxy settings in the 'Choose how to specify a proxy server settings' policy. Don't configure this policy if you have selected a proxy setting other than manual in the 'Choose how to specify a proxy server settings' policy.

Registry

HKLM Software\Policies\Microsoft\EdgeUpdate

More options available

Options

Address or URL of a proxy server
ProxyServer text

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Address or URL of proxy server
; State: Enabled
; Supported on: Microsoft Edge Update 1.3.21.81 and later

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\EdgeUpdate]
"ProxyServer"=""
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Address or URL of proxy server
# State: Enabled
# Supported on: Microsoft Edge Update 1.3.21.81 and later

$path = 'HKLM:\Software\Policies\Microsoft\EdgeUpdate'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'ProxyServer' -Value '' -Type String

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview