With Microsoft Edge integrated into Windows Server 2025, what is the recommended way to keep it patched on domain controllers that are intentionally blocked from direct internet access? I'm looking for a supported approach that fits into an existing server-patching process without allowing the domain controllers unrestricted external connectivity.
2 Answers
Use your normal patch-management platform. Products such as Patch Manager Plus can deploy Windows updates along with third-party application updates, including Edge, Java, and Chrome. The domain controllers don’t need direct internet access if the management server can obtain and distribute the packages internally.
Removing Edge may not be a supported or reliable solution on current Windows Server and Windows versions. Some administrative components and local HTML-based tools can depend on Edge or WebView2, and the operating system may protect those packages. It’s safer to leave it installed and manage its updates through your existing patch process.

That makes sense. I was hoping removal would simplify the issue, but if server components rely on Edge or WebView2, controlled internal patching sounds like the better approach.