Thursday, February 5, 2026

Enabling Medium-High Security Settings in IE on Windows Server 2025


If you are setting up a new environment on Windows Server 2025, you might have run into a frustrating issue: you try to adjust your Internet Explorer (IE) security zones, only to find the "Medium-High" setting is completely missing or the slider is grayed out.

This happens because Windows Server ships with Internet Explorer Enhanced Security Configuration (IE ESC) enabled by default. This feature forces the browser into a high-security lockdown mode, preventing you from selecting lower security levels like "Medium-High" or "Medium."

In this article, I’ll walk you through the four methods to resolve this issue, ranging from the standard Server Manager fix to advanced registry edits.


1. The Quick Fix: Disable IE Enhanced Security Configuration

Most common solution for Server Editions.

This is the most likely culprit. Windows Server locks down web content by default to protect the server, but this often hinders legitimate administration tasks.

  1. Open Server Manager.

  2. Select Local Server from the left-hand pane.

  3. Look for the property labeled IE Enhanced Security Configuration. It is usually set to On.

  4. Click the blue On link to open the configuration dialog.

  5. Switch the setting to Off for Administrators (and Users, if required).

  6. Click OK.

  7. Restart Internet Explorer and check if your security zones are now adjustable.


2. Check Group Policy Restrictions

If the first fix didn't work, your network policies might be overriding local settings.

Even with IE ESC disabled, a Group Policy Object (GPO) could be enforcing a specific security level.

  1. Open the Command Prompt or Run dialog (Win + R) and type: rsop.msc

  2. This opens the Resultant Set of Policy tool. Look for any enforced rules under:

    • Computer Configuration > Administrative Templates > Windows Components > Internet Explorer > Security Zones

  3. Specifically, check for a policy named: "Do not allow users to change policies." If this is enabled, you will need to modify the GPO to regain control.


3. The Registry Fix (Force "Medium-High")

Use this if the GUI slider is missing the option entirely.

If the slider is visible but "Medium-High" simply isn't an option, you can force the value via the Registry Editor.

Warning: Always back up your registry before making changes.

  1. Open regedit.exe.

  2. Navigate to the following path (Zone 3 represents the Internet Zone): HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3

  3. Locate the 1A10 DWORD value.

  4. Set the value data to 00000001. This corresponds to the Medium High setting.

  5. Restart your browser for the changes to take effect.


4. Fix a Grayed Out "Sites" Button

If you can't add specific URLs to zones.

Sometimes the security level is fixed, but you still cannot click the "Sites" button to add exceptions. This is controlled by a "Flags" value in the registry.

  1. Navigate to the same path as above: HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3

  2. Find the Flags DWORD.

  3. Double-click it and set the Decimal value to 3.

  4. This should re-enable user control over the Sites list.


A Note on Windows Server 2025

Windows Server 2025 introduces newer management paradigms. If you find that the settings above are being reverted or are managed by your administrator without a visible GPO, you may need to look into the OSConfig PowerShell module. In modern server environments, this is often used to manage security baselines when standard Group Policy is not in use.


Summary

For most users, simply turning off IE ESC in the Server Manager will bring back the "Medium-High" slider. However, for stubborn servers, the Registry and GPO checks listed above should help you regain control of your browsing environment.


Did this fix work for you? Let me know in the comments below!



Created & Maintained by Pacific Northwest Computers



📞 Pacific Northwest Computers offers Remote & Onsite Support Across: 

SW Washington including Vancouver WA, Battle Ground WA, Camas WA, Washougal WA, Longview WA, Kelso WA, and Portland OR 


No comments:

Post a Comment