Windows OS Hub
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server 2025
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
    • Proxmox
  • PowerShell
  • Linux
  • Home
  • About

Windows OS Hub

  • Windows
    • Windows 11
    • Windows 10
    • Windows Server 2025
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
    • Proxmox
  • PowerShell
  • Linux

 Windows OS Hub / Group Policies / Configure Proxy Server Settings in Windows via Group Policy

August 13, 2026

Configure Proxy Server Settings in Windows via Group Policy

In this article, we’ll look at how to centrally configure proxy server settings and the system-level WinHTTP proxy for Internet access on Windows workstations in an Active Directory domain using Group Policy. Most popular browsers (including Microsoft Edge, Google Chrome, Opera, and Firefox) and apps automatically use the proxy server configured in Windows when accessing the Internet.

Contents:
  • How to Set Proxy Settings on Windows Using Group Policy Preferences
  • How to Check Current Proxy Server Settings in Windows
  • Deploying Proxy Server Settings to Registry via GPO
  • Configure WinHTTP Proxy Settings via GPO

How to Set Proxy Settings on Windows Using Group Policy Preferences

Windows proxy settings can be centrally configured using the Group Policy Preferences (GPP) extension. Let’s look at how to use GPP to deploy proxy settings to all users within a specific Organizational Unit (OU) in an Active Directory domain.

Open the domain GPO Editor console (Group Policy Management Console GPMC.msc), select the OU with the users to which you want to apply proxy settings, and create a new policy (Create a GPO in this domain, and Link it here).

create proxy gpo in an active directory domain

Go to User Configuration -> Preferences -> Control Panel Settings -> Internet Settings. Right-click Internet Settings, select New, and choose Internet Explorer 10.

Despite the name, Internet Explorer 10 is the appropriate template for configuring internet settings on all supported Windows versions starting with Windows 8 and Windows Server 2012. This option should be used regardless of whether Internet Explorer 10/11 is actually installed or used on the client.

Internet Explorer is deprecated, disabled by default, and is no longer supported as a standalone browser on modern versions of Windows, including Windows 11.

create internet explorer 10 policy preference

A special Group Policy Preferences Internet Explorer 10 Properties form will appear, which is almost completely identical to the Internet Options settings in the Windows Control Panel.

ie set homepage

To configure the proxy settings, go to the Connections tab and click the LAN Settings button. The proxy server can be configured in one of the following ways:

  • Automatically detect settings – proxy settings are automatically detected using the WPAD (Web Proxy Auto-Discovery) protocol (via the shared wpad.dat file, which describes the proxy server to use for different scenarios)
  • Use automatic configuration script – auto-configuration script (proxy.pac)
  • Proxy Server – the proxy server address and port are specified in the policy settings. This is the easiest way, and we will use it.

Check the option Use a proxy server for your LAN, and specify the IP/FQDN name of the proxy server and the connection port in the corresponding Address and Port fields.

enable and configure proxy server settings using GPO

To save these settings, press the F5 key to change the edit field’s underline from red to green.

Important. When configuring any browser settings through this interface, including proxy settings, there is an important detail to keep in mind. Simply saving your changes in the Group Policy Editor is not enough. Pay attention to the red and green underlines displayed under the Internet Explorer settings. A red underline indicates that the corresponding setting is not enabled and will not be applied through Group Policy Preferences. To enable a specific setting, select it and press F5. A green underline indicates that the setting is enabled and will be applied.

The following function keys are available:

  • F5 – Enable all settings on the current tab
  • F6 – Enable the selected setting
  • F7 – Disable the selected setting
  • F8 – Disable all settings in the current tab

Enabling the Bypass proxy server for local addresses option prevents applications (including browsers) from using a proxy server when accessing local resources (in the format  http://localnetwork).

If your users are accessing addresses like http://web1.woshub.loc or http://192.168.1.5, then these addresses are not recognized by Windows as local ones. These addresses and the addresses of other resources, for access to which you do not need to use a proxy, must be specified manually. Press the Advanced button and add these addresses to the field Do not use proxy servers for addresses beginning with in the following format:

10.1.*;192.168.*;*.woshub.loc;*.local.net.

do not use proxy servers for addressing begining with - proxy exclusions

Tip. Proxy settings in Google Chrome can also be set through the GPO using special administrative templates. Also, you can install the ADMX templates for Mozilla Firefox and other browsers.

The browser and proxy settings configured through Group Policy preferences are stored in the InternetSettings.xml file in the GPO directory in the SYSVOL folder on a domain controller.

\\UKDC1\SYSVOL\woshub.com\Policies\{PolicyGuiID}\User\Preferences\InternetSettings\InternetSettings.xml

InternetSettings.xml config file in gpo

GPP allows you to more finely target policy to users/computers. For this, GPP Item Level Targeting is used. Go to the Common tab and enable the option Item-level targeting -> Targeting.

In the form that opens, specify the conditions for applying the policy. As an example, I indicated that the proxy configuration policy will be applied only to users who are members of the proxy_users domain security group. You can use your own logic to assign proxy parameters (depending on the IP network, AD site, department, etc.).

proxy server item level gpo targeting

To exclude certain users or computers from the proxy policy, create exceptions in the GPO by following this guide.

Make sure your GPO is linked to the OU with the user accounts. Then you can proceed to check whether your proxy settings have been applied to the users’ computers.

How to Check Current Proxy Server Settings in Windows

Wait for the Group Policy settings to be updated on the client workstation, or update them manually using the gpupdate command.

In Windows 11, you can view your current proxy settings through the modern Settings app. Navigate to Settings -> Network and Internet -> Proxy (or run the command ms-settings:network-proxy. The proxy must be enabled in Windows (status set to On). Specific settings can be viewed by clicking the Edit button.

view proxy server settings in windows 11

Or query the user’s current proxy settings from the registry using PowerShell.

Get-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings" | Select-Object ProxyServer, ProxyEnable, ProxyOverride

powershell: get user proxy settings from registry

By default, all modern browsers based on the Chromium engine use the proxy settings configured in the current user’s Windows profile through the Use system proxy settings option.

Note that with this Group Policy configuration, users can still manually change the proxy settings assigned to them or even disable proxy server usage. To prevent users from changing the proxy configuration, enable the Prevent changing proxy settings policy in your GPO (User Configuration -> Administrative Templates -> Windows Components -> Internet Explorer).

 Prevent changing proxy settings policy

Once this policy is enabled, users will no longer be able to modify the proxy settings configured by the administrator. The proxy configuration fields in Windows will become locked (greyed out), and the Settings app will display a message:

Some of these settings are managed by your organization.

prevent windows user from changing proxy settings

This method of configuring a proxy server using Group Policy preferences is supported on all versions of Windows, from Windows 8 to the most recent Windows 11 and Windows Server 2025 builds.

In legacy versions of Windows, including the now end-of-support Windows 7, Windows Server 2008 R2, Windows XP, and Windows Server 2003, proxy settings were configured through Internet Explorer Maintenance (IEM) in the user section of Group Policy (User Configuration -> Policies -> Windows Settings -> Internet Explorer Maintenance). The Internet Explorer Maintenance configuration section has been deprecated and is missing from the Group Policy Editor in the supported Windows versions.

Deploying Proxy Server Settings to Registry via GPO

As mentioned earlier, a user’s proxy settings are actually stored under the registry key HKEY_CURRENT_USER\Software\Microsoft\ Windows\CurrentVersion\Internet Settings.

Therefore, rather than using Group Policy Preferences -> Internet Settings, you can deploy proxy-related registry values to users via the Group Policy Preferences Registry extension.

In the GPO editor, go to the section User Configuration -> Preferences -> Windows Settings -> Registry and create three registry parameters under the mentioned registry key:

  • ProxyEnable (REG_DWORD) = 00000001(enable user’s proxy)
  • ProxyServer (REG_SZ) = 192.168.0.11:3128 (proxy server address and port, separated by a colon)
  • ProxyOverride (REG_SZ) = https://*.woshub.com;192.168.*;10.1.*;*.contoso.com;<local> (proxy exception list; the <local> tag indicates that direct access to local addresses should be used, bypassing the proxy)

You can also use Item-level targeting here to target your policy settings for specific users/devices.

set proxy settings via the registry

If the proxy server requires authentication, the username and password can be stored in the ProxyUser and ProxyPass registry parameters within the same registry key. However, they will be stored as clear text, which is not always acceptable.

If you need to apply proxy policies to the entire computer (per-computer) rather than to individual users (per-user), configure the GPP settings in Computer Configuration -> Preferences -> Windows Settings -> Registry. Configure the same registry parameters under the registry key  HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings

Configure WinHTTP Proxy Settings via GPO

Some system services and apps that use the WinHTTP API (such as the Windows Update service, .NET Core apps, PowerShell) by default don’t use the user-level proxy settings configured in Windows. This differs from browsers and other apps that rely on the WinINet networking stack.

In order for such services and apps to access the internet via your corporate proxy, the system-level WinHTTP proxy must be configured separately.

To check whether a WinHTTP proxy is currently configured on the computer, run:

netsh winhttp show proxy

The result Direct access (no proxy server) means that no proxy is configured and that system apps are accessing the internet directly.

netsh winhttp show proxy Direct access (no proxy server)

You can manually set a proxy for WinHTTP on your computer with the command:

netsh winhttp set proxy proxy.woshub.com:3128 "localhost;10.1.*;192.168.*;*.woshub.com"

Or import proxy-server settings from the user’s Internet Options configuration:

netsh winhttp import proxy source=ie

winhttp proxy server import from IE

However, WinHTTP settings cannot be configured directly through a standard Group Policy setting, since the GPO Editor doesn’t provide a dedicated policy for configuring the system-level WinHTTP proxy.

WinHTTP proxy settings are stored in the Windows registry as a binary value named WinHttpSettings under HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Connections. As the WinHttpSettings value uses a binary data format, it cannot be edited directly via a GPO registry preference.

WinHttpSettings registry parameter
The only practical way to configure WinHTTP proxy settings through Group Policy is to configure the proxy on a reference computer, export the WinHttpSettings registry value to a .REG file, and then deploy this registry setting todomain-joined computers through the GPP registry extension.
deploy WinHttp proxy settings via GPO

In this article, we’ve covered several ways to centrally deploy user and system proxy settings to computers in an Active Directory domain via Group Policy. This approach allows administrators to centrally configure the proxy server used for Internet access across all managed devices, thereby eliminating the need to configure proxy settings manually on each computer individually.

17 comments
16
Facebook Twitter Google + Pinterest
Active DirectoryGroup PoliciesWindows 10Windows 11Windows Server 2025
previous post
How to Refresh (Update) Group Policy Settings on Windows
next post
Enable Remote Desktop Sessions Shadowing on Windows Server RDS

Related Reading

How to Refresh (Update) Group Policy Settings on...

March 24, 2026

How to Uninstall Built-in Microsoft Store Apps on...

November 24, 2025

How to Update Trusted Root Certificates in Windows:...

February 26, 2026

How to Hide or Show User Accounts from...

April 8, 2026

Troubleshooting: Group Policy (GPO) Not Being Applied to...

August 13, 2026

Cached Domain Logon Credentials on Windows

July 29, 2025

How to Disable NetBIOS, LLMNR, mDNS Protocols in...

March 12, 2026

Configuring Password Policy in Active Directory Domain

March 12, 2024

17 comments

syed April 12, 2016 - 3:58 pm

Do we have to restart the user machine for this group policy to take effect

Reply
admin April 14, 2016 - 5:02 am

To apply user policy, user must logoff and login to machine or execute the command :

gpupdate /force

Reply
fred April 30, 2016 - 7:02 am

when I restarts the client and I do gpupdate / force the gpo not working to block the websites but she managed to display ONLY the URL of the home page sets but I can not bring down the parameters proxy to block certain sites on my client machines

Reply
BLUE STELLAR July 16, 2016 - 6:31 am

Very Good Tutorial.
 Works 100 percent. I tried varies different methods trying to set up the homepages on my
WINDOWS SERVER ESSENTIALS 2012 R2.                                                                                                                    BE VERY CAREFUL AND DO NOT FORGET TO PRESS “F5” TO SAVE THE CHANGES.
Add the websites and make sure your CURSOR is still blinking in the box where you added the website address. And then press “F5”. The red line changes to blue and then hit save and in Command prompt , RUN the command GPUPDATE /FORCE.
Thanks a million to the author. Really good resource.

Reply
Tammy August 12, 2016 - 5:42 pm

However, after applying this GPO, the user still has the ability to go in and remove the proxy settings.  I don’t see an option to force the proxy settings and not allow the user to remove them.
And taking away admin rights to the local machine for the user is not an option.
 

Reply
Max August 22, 2016 - 9:35 am

To prevent users from changing proxy servers settings, you can hide the IE Connection page using GPO:

User Configuration\Administrative Templates\Windows Components\Internet Explorer\Internet Control Panel -> Disable the Connections page

Reply
Phil September 20, 2016 - 3:40 pm

I created this policy and it is not being applied.  Does anyone have this working on Windows 7 Clients with IE 11 ?? 

Reply
admin September 21, 2016 - 4:36 am

Can you check that the policy apply to the new operating systems: Windows 2012, Windows 8.1?

Reply
IE11 Internet Explorer Maintenance Policies Gone in 2k8R2? June 4, 2018 - 2:05 pm

[…] Do you have Group Policy Preferences in Server 2008? Configure Internet Explorer 11 Settings Using GPO | Windows OS Hub […]

Reply
Okan August 3, 2018 - 2:29 pm

I cannot edit the settings on the Security tab and in Trusted Sites. Its grayed out. How would I add a site to the Trusted Sites?

Reply
admin August 7, 2018 - 2:36 pm

You can add site to the trusted list using the rigistry:
for current user: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\EscDomains
or for all users: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\EscDomains

Or you can use this policy:
User Settings -> Administrative Templates -> Windows Components -> Internet Explorer -> Internet Control Panel -> Security Page -> Site to Zone Assignment List

Reply
Mihail Stacanov August 6, 2018 - 10:57 am

I cannot disable with F7 and F8 Languages. If I delete or add some language it will be deleted/added on user side. If I delete all languages from the list then they will be deleted also from user side. Do you know how can I disable any changes in languages?

Reply
admin August 7, 2018 - 2:44 pm

I’ve never configured languages preferences in IE using a GPO. Have you tried clicking on the Suffix field and pressing the F8 button?
As I see all the available options have changed the underscore to red.

Reply
Jorge December 19, 2021 - 7:27 pm

There’s a problem here when the IE feature is disabled as the GPP searches the iexplore.exe to filter out the machines asn that file doesn’t exist in that case.

Reply
serg July 18, 2022 - 1:12 pm

_https://igorpuhalo.wordpress.com/2022/07/15/windows-proxy-settings-ultimate-guide-part-ii-configuring-proxy-settings/

Reply
Nikky January 22, 2023 - 4:35 pm

Hi I use this method it work well my problem is in proxyoverde .I add website that I want to access .I add like 90 website link it work but when I add more than 90 those above 90 won’t bypassed .how to add more than 90 site on exception? Am using windows server r12

Reply
Umer March 16, 2024 - 2:00 pm

Bloom my a sestam not use me plz

Reply

Leave a Comment Cancel Reply

join us telegram channel https://t.me/woshub
Join WindowsHub Telegram channel to get the latest updates!

Recent Posts

  • Invalid Signature Detected: Check Secure Boot Policy [Fix]

    August 5, 2026
  • Windows Installer Service Could Not Be Accessed? How to Fix It

    July 28, 2026
  • Why Windows Reports No Internet Access: How Connectivity Detection Works

    July 26, 2026
  • Inactive TS Ports in Windows: Causes and Fixes

    July 20, 2026
  • Add Wireless Wi-Fi Profiles on Windows Devices via Export/Import or GPO

    July 13, 2026
  • CrowdSec on Windows: From Installation to Threat Blocking

    July 3, 2026
  • Manage Microsoft Store Apps with Store CLI in Windows 11 from Terminal

    July 2, 2026
  • Windows Sandbox on Windows 11: Enable, Configure, and Use

    June 10, 2026
  • How to Monitor Windows Machines with Zabbix

    May 26, 2026
  • Fixing Duplicate Security Identifier (SID) Issues in Windows

    May 25, 2026

Follow us

  • Facebook
  • Twitter
  • Youtube
  • Telegram
Popular Posts
  • Configure Google Chrome Settings with Group Policy
  • Get-ADUser: Find Active Directory User Info with PowerShell
  • How to Find the Source of Account Lockouts in Active Directory
  • How to Disable or Enable USB Drives in Windows using Group Policy
  • Get-ADComputer: Find Computer Properties in Active Directory with PowerShell
  • Adding Domain Users to Local Administrators in Windows
  • How to Set a User Thumbnail Photo in Active Directory
Footer Logo

@2014 - 2026 - Windows OS Hub. All about operating systems for sysadmins


Back To Top