Internet Explorer 11 is the newest version of Microsoft's web browser, but not everyone is a fan. If you prefer an older version, or Internet Explorer 11 isn't working properly, you can revert to your original version by uninstalling the Internet Explorer updates. You can do this from within Windows or by using the Command Prompt.

Method 1

Control Panel

  1. 1

    Open the Control Panel. You can open the Control Panel from the Start menu.

  2. 2

    Open the program manager. Click the "Uninstall a program" link if you are in Category view, or "Programs and Features" if you are in Icon view. This will open a list of all the programs installed on your computer.

  3. 3

    Open the list of installed Windows updates. Click the "View installed updates" link on the left side of the window. This will open a list of every update that has been installed for Windows. Since Internet Explorer is a Windows service, any updates will be listed here.

  4. 4

    Find the Internet Explorer 11 entry. You can either scroll to find it or type "Internet Explorer" into the search field at the top of the window.

  5. 5

    Uninstall Internet Explorer 11. Either select the Internet Explorer 11 entry and click the "Uninstall" button, or right-click on the entry and select "Uninstall".

    • Confirm that you want to uninstall the update by clicking Yes. You may be prompted again by User Account Control.

  6. 6

    Wait for the uninstallation to complete. Uninstalling Internet Explorer 11 may take a few minutes. Once the uninstallation is complete, click Restart Now to reboot your computer and complete the process.

    • Internet Explorer will be reverted to the previously-installed version. This could be Internet Explorer 10, 9, or 8.

  7. 7

    Hide the update. If you don't want to be prompted to install Internet Explorer 11 again later, you can hide it from Windows Update so it gets ignored.

    • Open the Control Panel. You can open the Control Panel from the Start Menu.

    • Select "Windows Update". If you are in Category view, select "System and Security" and then "Windows Update".

    • Click the "# optional update(s) available" link.

    • Right-click on the Internet Explorer 11 entry. Select "Hide update".

  8. 8

    Install a different version of Internet Explorer. If you are downgraded to an older version of Internet Explorer, you can upgrade to any later edition if you want. For example, if uninstalling Internet Explorer 11 leaves you with Internet Explorer 8, you can install Internet Explorer 9 or 10 manually.[1]

Method 2

Command Prompt

  1. 1

    Open an elevated Command Prompt. You can do this by clicking the Start Menu, clicking Accessories, right-clicking on Command Prompt, and then selecting "Run as administrator".

  2. 2

    Copy and paste the following command. This command will uninstall the Windows Explorer updates:[2]

    FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart"

    • Paste the above command and press ↵ Enter
  3. 3

    Accept the errors. You will likely receive several errors messages upon running the command. You will need to click OK in each of the error windows that appears.

  4. 4

    Restart the computer. Once you are returned to the Command Prompt, the uninstallation process is almost complete. You will need to reboot your computer to finish the process.

  5. 5

    Hide the update. If you don't want to be prompted to install Internet Explorer 11 again later, you can hide it from Windows Update so it gets ignored.

    • Open the Control Panel. You can open the Control Panel from the Start Menu.

    • Select "Windows Update". If you are in Category view, select "System and Security" and then "Windows Update".

    • Click the "# optional update(s) available" link.

    • Right-click on the Internet Explorer 11 entry. Select "Hide update".

  6. 6

    Install a different version of Internet Explorer. If you are downgraded to an older version of Internet Explorer, you can upgrade to any later edition if you want. For example, if uninstalling Internet Explorer 11 leaves you with Internet Explorer 8, you can install Internet Explorer 9 or 10 manually.

How to Uninstall Internet Explorer 11 for Windows 7的更多相关文章

  1. 企业IT管理员IE11升级指南【6】—— Internet Explorer 11面向IT专业人员的常见问题

    企业IT管理员IE11升级指南 系列: [1]—— Internet Explorer 11增强保护模式 (EPM) 介绍 [2]—— Internet Explorer 11 对Adobe Flas ...

  2. 解决安装失败的 Internet Explorer 11

    注意:这篇文章是由无人工介入的微软自动的机器翻译软件翻译完成.微软很高兴能同时提供给您由人工翻译的和由机器翻译的文章, 以使您能使用您的语言访问所有的知识库文章.然而由机器翻译的文章并不总是完美的.它 ...

  3. Internet Explorer 11:不要再叫我IE

    上周,Internet Explorer 11搭载Windows 8.1预览版而来,相信很多浏览迷也已经在使用中.Internet Explorer 11 Preview 改进了与 Web 标准.其他 ...

  4. 企业IT管理员IE11升级指南【1】—— Internet Explorer 11增强保护模式 (EPM) 介绍

    企业IT管理员IE11升级指南 系列: [1]—— Internet Explorer 11增强保护模式 (EPM) 介绍 [2]—— Internet Explorer 11 对Adobe Flas ...

  5. 企业IT管理员IE11升级指南【2】—— Internet Explorer 11 对Adobe Flash的支持

    企业IT管理员IE11升级指南 系列: [1]—— Internet Explorer 11增强保护模式 (EPM) 介绍 [2]—— Internet Explorer 11 对Adobe Flas ...

  6. IE11新特性 -- Internet Explorer 11:请不要再叫我IE

    Internet Explorer 11 中的一些新特性,包括对WebGL 的支持.预抓取.预渲染.flexbox.mutationobservers 以及其他一些 Web 标准的支持.但是更有趣的是 ...

  7. 企业IT管理员IE11升级指南【11】—— 通过SCCM 2012和WSUS部署Internet Explorer 11

    企业IT管理员IE11升级指南 系列: [1]—— Internet Explorer 11增强保护模式 (EPM) 介绍 [2]—— Internet Explorer 11 对Adobe Flas ...

  8. 下载 Internet Explorer 11(脱机安装程序)

    https://support.microsoft.com/zh-cn/help/18520/download-internet-explorer-11-offline-installer 语言  本 ...

  9. 如何在 Internet Explorer 11中开启 WebGL

    原文地址:http://www.hiwebgl.com/?p=1210 国外开发者Francois Remy在泄露版Windows Blue附带的Internet Explorer 11中发现,Web ...

随机推荐

  1. JAVA自定义栈

    public class Stack{ int[] data; int maxSize; int top; public Stack(int maxSize) { this.maxSize=maxSi ...

  2. JDK 5 ~ 11 新特性倾情整理

    为了大家对JDK有一个全面的了解,下面我为大家整理了JDK5~11的所有关键新特性! 先看一下JDK的版本迭代图: 注:   OpenJDK和JDK区别  GPL协议通用性公开许可证(General ...

  3. python基础一 day3 列表

    字符串是有序的,列表也是有序的,有索引值,可以切片 可以用切片来截取列表中的任何部分返回得到一个新列表. 列表方法: 1:增加 结果: 例子:    结果: int类型不可迭代      结果: 删: ...

  4. pm2 start命令中的json格式详解

    pm2 start npm -- start这条命令是pm2的万能命令,pm2 start <json>,就是这一系列命令中的最豪华命令.这个json我们可以理解为一个任务参数描述文件.通 ...

  5. adb 调试真机 wait for device 错误解决办法

    起因 真机测试,使用adb安装和卸载应用时,出现wait for device. 解决办法 拔掉USB重新插入即可.

  6. 牛客网练习赛25 C 再编号

    链接:https://www.nowcoder.com/acm/contest/158/C来源:牛客网 定义对 a 的再编号为 a' ,满足 . 现在有 m 次询问,每次给定 x,t ,表示询问经过 ...

  7. 【开发工具安装配置】MyEclipse,Tomcat,Mysql安装配置

    配置步骤 注:以下路径仅供参考! 一.MyEclipse10 1. 1 破解版破解说明: (1)下载安装好Myeclipse,先不要运行. (2)打开破解工具目录下的cracker.jar文件或run ...

  8. Release Python Program as exe

    py2exe 可以用来将python program 以exe的形式发布. 安装py2exe 对于python 3.x pip install py2exe 可以直接安装 对于python 2.7, ...

  9. 条款8:别让异常逃离析构函数(prevent exception from leaving destructors)

    NOTE: 1.析构函数绝对不要吐出异常.如果一个被析构函数调用的函数可能抛出异常,析构函数应该扑捉任何异常,然后吞下他们(不传播)或结束程序. 2.如果客户需要对某个操作函数运行期间抛出的异常做出反 ...

  10. Python机器学习及实践+从零开始通往Kaggle竞赛之路

    内容简介 本书面向所有对机器学习与数据挖掘的实践及竞赛感兴趣的读者,从零开始,以Python编程语言为基础,在不涉及大量数学模型与复杂编程知识的前提下,逐步带领读者熟悉并且掌握当下最流行的机器学习.数 ...