
Advertisement
Though Internet Explorer 11 in Windows 10 is much better than the older versions, it ’ mho still outdated, struggles to properly display mod webpages, and clutters the Start Menu. thankfully, you can hush uninstall Internet Explorer quite well in just a few minutes. however, before you go ahead with the removal, it ’ randomness worth making sure you don ’ t consumption any bequest webpages or software that rely on IE. even though many Microsoft apps soon dropping support for the browser, many businesses still have bequest software that trust on it. You besides can´t just trust on Internet Explorer Mode in Microsoft Edge rather, as this feature of speech stops working if you decide to uninstall Internet Explorer. If you want to option to well reverse your decision, you can use the Windows Feature interface to uninstall it rather, which we ’ ll testify below :
How to Uninstall Internet Explorer via Programs and Features
- Open Settings
Press “Windows”, then the cog above the office clitoris to open Settings. - Enter app settings
In the Settings interface, click “Apps”. - Open Programs and Features
In the sidebar, click “Apps & Features”, then “Programs and Features”. - Click “Turn Windows features on or off”
- Untick “Internet Explorer 11”
Scroll down the list of features until you find “Internet Explorer 11”, then press the checkbox to tick/untick it. Unticking it will uninstall the app until you enable it again. Press “OK”. - Confirm your choice
Windows 10 will warn you that uninstalling the app could have an involve on early software on your personal computer. If you don ’ t have software that relies on IE, press “Yes”. - Uninstall Internet Explorer
Press “OK” to uninstall Internet Explorer 11 in Windows 10. You can reverse this process if you want to reinstall Internet Explorer. - Restart your PC so Windows 10 can fully remove Internet Explorer
How to Remove Internet Explorer with PowerShell
alternatively, you can uninstall Internet Explorer and check if its install via the PowerShell command-line, which is normally a act faster.
- Open PowerShell as admin
Press “Windows +X”, then snap “Windows PowerShell (Admin)”. - Check if Internet Explorer is installed and its package name
In PowerShell, enter :Get-windowsoptionalfeature -online -featurename *explorer*
Check the “State” row to see if it ’ south enabled or not.
- Perform an Internet Explorer uninstall
To uninstall Internet Explorer, you can then enter :Disable-windowsoptionalfeature -online -featureName Internet-Explorer-Optional-amd64
If you ’ d like to reinstall Internet Explorer in Windows 10, you can alternatively enter :
Enable-windowsoptionalfeature -online -featureName Internet-Explorer-Optional-amd64
Press “Y” and then “Enter” to restart your personal computer.
How to Uninstall Internet Explorer with Command Prompt
If you prefer the trustworthy Command Prompt over PowerShell, you can besides remove Internet Explorer from Windows via it with DISM.
- Open Command Prompt
Press “Start” and research for “cmd”, then chatter “Run as administrator”. - Check if Internet Explorer 11 is installed
In Command Prompt, type the succeed and press “Enter” :DISM /online /get-features /format:table
- Note the package name and status
- Disable Internet Explorer 11 in Windows 10
If the package status is enabled, you can disable it by entering :DISM /online /disable-feature /featurename:Internet-Explorer-optional-amd64
If it ’ s disabled, you can enable it with :
DISM /online /enable-feature /featurename:Internet-Explorer-optional-amd64
Restart your personal computer.
If you found this tutorial helpful, check out our usher on how to disable Settings and Control Panel or uninstall Microsoft Edge.
Advertisement