The steps needed are discussed here in the article from MS on Configure IE Integration. Basically you get the updated Edge GP templates and set the Configure IE Integration
option to None
.
Disable IE mode on edge
How can we disable IE mode in latest version of Edge?
2 answers
Sort by: Most helpful
-
Michael Taylor 54,811 Reputation points
2022-02-28T21:11:34.513+00:00 -
XuDong Peng-MSFT 10,746 Reputation points Microsoft Vendor
2022-03-01T07:07:42.893+00:00 Hi @Bhanu Singh ,
If you want to disable IE mode in Edge, you can do it via Group Policy configuration or by modifying the registry(Policy InternetExplorerIntegrationLevel):
Group Policy configuration
- Download and use the latest Microsoft Edge Policy Template.
- Open Group Policy Editor.
- Click
User Configuration/Computer Configuration > Administrative Templates > Microsoft Edge
. - Double-click
Configure Internet Explorer integration
and selectEnabled
. - Under
Options
, set the dropdown value toInternet Explorer 11
.Modify Registry key
- Type
registry editor
in winodw search. - Open the Registry editor panel.
- Under the path
SOFTWARE\Policies\Microsoft\Edge
- Find the key
InternetExplorerIntegrationLevel
and edit its value to2
. If this key not exist, just create it as typeREG_DWORD
and set its value to2
.
Note: If you set this policy to
None
or set the registry value to0
, you can still reload the page in IE mode after setting the relevant configuration in Edge.Best regards,
Xudong Peng
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.