If you run any Windows Servers, you may run into a scenario where you want to remove access to Internet Explorer. Usually, any administrators that log into servers won’t have a need for it anyway, plus it can be a security concern. Sometimes, you might have a server that refuses to update to the latest version (as of this writing is IE11).

Here’s how to remove Internet Explorer (IE) from Windows Server.

Open a Command Prompt with Administrative Privledges. 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

You’ll see:

Deployment Image Servicing and Management tool
Version: 6.1.7600.16385 Image Version: 6.1.7601.18489 Disabling feature(s)
[==========================100.0%==========================]
The operation completed successfully.

After the restart, Internet Explorer (IE) won’t be available. If you need to add it back, replace /disable-feature with /enable-feature in the command above.

最新文章

  1. nodejs进阶(2)—函数模块调用
  2. 给Java程序猿们推荐一些值得一看的好书
  3. 2016年11月20日 星期日 --出埃及记 Exodus 20:11
  4. Windows使用Apache2配置Git服务器
  5. sys--system-sysdba-sysoper用户区别
  6. 读一读Scktsrvr.exe的源程序
  7. ASP提取字段中的图片地址
  8. iOS 一个方法首次安装滚播图 展示应用简介
  9. 数据结构(C语言版)链表相关操作算法的代码实现
  10. 嵌入式Llinux学习路线图
  11. Python使用Plotly绘图工具,绘制柱状图
  12. 【原创】大叔问题定位分享(14)Kylin频繁OOM问题
  13. Python Solve UnicodeEncodeError 'gbk' / 'ascii' / 'utf8' codec can't encode character '\x??' in position ? 解决有关Python编码的错误
  14. Cache Line 伪共享发现与优化
  15. Appium移动自动化测试(一)----Appium的安装
  16. JPA、ORM
  17. NSLayoutConstraint的简单应用
  18. Replace 在动态sql中的实现
  19. flask介绍
  20. [JSOI2010]Group

热门文章

  1. consul:kv
  2. Python之路(第四十三篇)线程的生命周期、全局解释器锁
  3. 关于c3p0的重连机制(转载)
  4. js 提取特定的时间区间段
  5. Hadoop-HA集群搭建-rehl7.4
  6. ERROR 1129 (HY000): Host '192.168.7.210' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
  7. 算法 翻转二叉树 dfs
  8. 项目中有私有仓库模块时,使用 npm ci 命令的安装步骤
  9. 利用pil库处理图像
  10. ubuntu18docker下安装MySQL