how to remove Internet explorer from windows server 2016
how to remove Internet explorer from windows server 2016
@HUUDUNG-8397
Hi,
Just checking in to see if the information provided was helpful.
If the reply helped you, please remember to accept as answer.
If no, please reply and tell us the current situation in order to provide further help.
Just checking if there's any progress or updates?
--please don't forget to upvote and Accept as answer if the reply is helpful--
@HUUDUNG-8397
Hi,
You could use the DISM method:
To get a list of all of your enabled features, run this command:
dism /online /get-features
One of the features is Internet-Explorer-Optional-amd64.
To remove Internet Explorer (IE), run this command:
dism /online /disable-feature /featurename:Internet-Explorer-Optional-amd64
After the restart, Internet Explorer (IE) won’t be available.
You should be able to use this as a guide, for your reference:
https://docs.microsoft.com/en-us/windows-server/administration/server-manager/install-or-uninstall-roles-role-services-or-features
Hope above information can help you.
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
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.
You can follow along here.
https://docs.microsoft.com/en-us/troubleshoot/browsers/disable-internet-explorer-windows
--please don't forget to upvote and Accept as answer if the reply is helpful--
9 people are following this question.