VPN
2 TopicsThere needs to be a policy to enable Edge Secure Network
As soon a single policy is set for Microsoft Edge, either through group policy or registry, the Edge Secure Network becomes unavailable. There needs to be a policy to enable it again. Using a registry key or local policy to control Edge doesn't mean it's controlled by an organization or personal Microsoft accounts are not used.2.1KViews3likes4CommentsEDGE IE MODE does not take effect and the performance is different between VPN and LAN
1. Document Mode (IE5) can be automatically recognized in the company network, but cannot be recognized after VPN, use the default Document Mode (IE11) On the company network: After VPN: 2. According to the official https://docs.microsoft.com/en-us/learn/modules/ensure-app-website-compatibility-with-microsoft-edge/4-enable-enterprise-mode-using-group-policy Write the configuration to the xml file, the content is: <site-list version="1"> <created-by> <tool>EMIESiteListManager</tool> <version>12.0.0.0</version> <date-created>02/09/2022 13:15:36</date-created> </created-by> <site url="dap613.dcc8fc7.eas.morningstar.com"> <compat-mode>IE5</compat-mode> <open-in allow-redirect="true">IE11</open-in> </site> <site url="dap613-stg.dc68032.easn.morningstar.com"> <compat-mode>IE5</compat-mode> <open-in allow-redirect="true">IE11</open-in> </site> </site-list> Configure to User Configuration/Computer Configuration > Administrative Templates > Microsoft Edge > Configure the Enterprise Mode Site List . and User Configuration/Computer Configuration > Administrative Templates > Windows Components > Internet Explorer Use the Enterprise Mode IE website list . Path (file:// /C:/Users/Public/IEModeSiteList.xml) Then execute gpupdate /force, including restarting the computer, but the Policy will not take effect1.8KViews0likes3Comments