Internet Explorer continues to be integrated on windows 10 and its function is frequently used for old web sites or software. Now that Microsoft is attempting to refresh the browser phase, the vintage aspect has also been dropped to pressure new part Chromium to emerge as an increasing number of antiques, excess on windows 10. Here’s how to turn off or remove this multi-year browser
Disable in Windows Features feature set:
Search for “Windows features” keyword or go to Settings> Apps> Apps & features> Programs and Features.
In Turn Windows features section on or off
Find Internet Explorer 11> uncheck> click OK> click Yes to confirm and restart the computer. IE11 will no longer appear in the Start Menu, but not completely delete IE files. Delete deeper! (Can have an effect on packages consisting of Steam by putting in the Steam sport icon still the use of IE to link)
Next, open PowerShell in admin mode (right-click the Start Menu button> select Windows PowerShell (Admin).
Copy this command and paste it into PowerShell:
Disable-WindowsOptionalFeature -FeatureName Internet-Explorer-Optional-amd64 –Online
Press Enter to execute and complete the command, returning the above result successfully.
In case you need to reinstall Internet Explorer, reverse this guide from the bottom up. However, instead of the command line to “disable”, you change it to “enable” as shown below and then return to Windows features and turn on IE11.
Enable-WindowsOptionalFeature -FeatureName Internet-Explorer-Optional-amd64 –Online