The problem of Windows prohibiting IE from jumping to Edge and canceling the automatic jump of IE browser to Edge that has troubled many users finally has a solution! PHP editor Xigua will introduce in detail how to solve this annoying problem. Please continue reading the following content to get detailed step-by-step guidance and easily say goodbye to the trouble of IE automatically jumping to Edge.
Some specific office scenarios require the use of the IE browser, such as online banking, office OA systems, etc. If it is a new computer or a user who has installed a new version of Win10/11, IE will automatically jump to Edge. You can use the following method to solve the problem.
There are several useful tools on the Internet, but they will become ineffective after updating. In addition, the anti-virus software needs to be closed or excluded before it can run. It often requires multiple operations, and the anti-virus software is already shut down or excluded before it is urgent. Deleted or isolated, it is very unfriendly to novices. Let’s follow the editor to see how to prevent IE from jumping to Edge.
Step 1: Edge Settings-Default Browser-Allow website reloading in Internet Explorer mode (IE mode)-Change to Allow;
Step 2: Edge Settings-Appearance-Internet Explorer Mode (IE Mode) Button-Open;
Step 3: Open the URL you want IE to browse directly in Edge and click the IE mode icon in the upper right corner!
Turn on "Open this page in Compatibility View" and "Open this page next time in Internet Explorer mode" as needed.
Step 1: Create a new text document on the desktop, copy and paste the following code, and save it as a file name "ie.vbs", save type "all files", save to the desktop;
CreateObject("InternetExplorer.Application").Visible=true
Step 2: Run "ie.vbs" to open the IE browser for a visit.
Step one: Open the directory "C:\Program Files\Internet Explorer\" and find "iexplore.exe", right-click to send to desktop shortcut;
Step 2: Right-click the "iexplore - Shortcut" property and add "anything -Embedding" after the target Parameters, OK.
"C:\ProgramFiles\InternetExplorer\iexplore.exe"anything-Embedding
The above is the detailed content of Windows prohibits IE from jumping to Edge and cancels IE browser's automatic jump to Edge.. For more information, please follow other related articles on the PHP Chinese website!