en-US edge computer

URL to a proxy .pac file

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 a URL for a proxy auto-config (PAC) file. If you enable this policy, you can specify a URL for a PAC file to automate how Microsoft Edge Update selects the appropriate proxy server for fetching a particular website. This policy is applied only if you have specified 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

URL to proxy .pac file
ProxyPacUrl 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: URL to a proxy .pac file
; State: Enabled
; Supported on: Microsoft Edge Update 1.3.21.81 and later

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

PowerShell

# Exported from gporais.com
# Policy: URL to a proxy .pac file
# 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 'ProxyPacUrl' -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