Hello
Thank you for posting in Microsoft Community forum.
Is it generally possible for a browser plugin to start a locally installed exe in Server 2019? Yes, it is generally possible for a browser plugin to start a locally installed exe. However, modern browsers like Edge and Chrome have implemented stricter security measures, which might prevent direct execution of local exe files. In your case, since the exe runs without issues in IE Mode, it suggests that the plugin might be using some legacy technology like ActiveX, which is only supported by Internet Explorer.
Are there any recommended adjustments to the group policies (Edge / Windows) that could enable this execution? Yes, there are several group policy settings that you can adjust to manage Microsoft Edge on Windows Server 2019. Here are some steps you can follow:
- Download and install the Microsoft Edge administrative template: This will add rules and settings for Microsoft Edge to the group policy Central Store in your Active Directory domain.
- Set mandatory or recommended policies: Microsoft Edge supports both mandatory and recommended policies. Mandatory policies override user preferences and prevent the user from changing the policy. Recommended policies provide a default setting that the user can override.
- Use the Enterprise Mode Site List: This allows you to specify which websites should be opened in Internet Explorer mode.
You may also need to adjust the UviProcessExcludes REG_SZ value in the registry. You can locate it at HKEY_LOCAL_MACHINE > System > CurrentControlSet > Services > CtxUvi and add msedge.exe; to the end.
Best Regards,
Wesley Li