


Windows prohibits IE from jumping to Edge and cancels IE browser's automatic jump to Edge.
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.
Method 1 (Recommendation Index ⭐️⭐⭐)
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.
Method Two (Recommendation Index ⭐⭐⭐⭐⭐️)
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.
Method three (recommendation index ⭐⭐⭐⭐️)
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!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



Discussion on using custom stylesheets in Safari Today we will discuss a custom stylesheet application problem for Safari browser. Front-end novice...

The method of customizing resize symbols in CSS is unified with background colors. In daily development, we often encounter situations where we need to customize user interface details, such as adjusting...

How to use JavaScript or CSS to control the top and end of the page in the browser's printing settings. In the browser's printing settings, there is an option to control whether the display is...

Using locally installed font files in web pages Recently, I downloaded a free font from the internet and successfully installed it into my system. Now...

How to use locally installed font files on web pages Have you encountered this situation in web page development: you have installed a font on your computer...

Why do negative margins not take effect in some cases? During programming, negative margins in CSS (negative...

Implementing responsive layouts using CSS When we want to implement layout changes under different screen sizes in web design, CSS...

The problem of container opening due to excessive omission of text under Flex layout and solutions are used...
