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. Hibernate-01 入门

    学习任务 Hibernate开发环境的搭建 使用Hibernate对单表进行增删改操作 使用Hibernate按照数据表主键查询 关于Hibernate 简介 Hibernate的创始人Gavin K ...

  2. 设计模式:命令模式(Command Pattern)

    问题 某个类中需要定义一个方法,该方法要实现的功能不确定的,需要等到程序执行该方法的时候才确定下来. 例如:定义一个计算数组的方法,可能需要遍历输出数组,也有可能是需要对数组中元素求和. 解决方案 按 ...

  3. swift详解之十-------------异常处理、类型转换 ( Any and AnyObject )

    异常处理.类型转换 ( Any and AnyObject ) 1.错误处理 (异常处理) swift 提供第一类错误支持 ,包括在运行时抛出 ,捕获 , 传送和控制可回收错误.在swift中 ,错误 ...

  4. 自制操作系统小样例——参考部分linux0.11内核源码

    详细代码戳这里. 一.启动引导 采用软件grub2进行引导,基于规范multiboot2进行启动引导加载.multiboot2的文档资料戳这里. 二.具体内容 开发环境 系统环境:Ubuntu 14. ...

  5. 爬虫app信息抓取之apk反编译抓取

    之前也抓过一些app,数据都比较好取,也没有研究的太深,毕竟还有android 模拟器+ appium 的方法.直到遇见了一款app ,具体名字就不说了,它安装在模拟器上竟然打不开 !!第一次遇见上网 ...

  6. loadrunner协议开发

    可以参考loadrunner自带的VuGen Guild文档,里面详细描述了所有协议的录制和开发内容

  7. 五、PL/SQL循环、游标、函数和过程

    --PL/SQL基础知识学习 --一.PL/SQL语句块,基础语法格式 DECLARE --变量声明列表 info varchar(25); --变量声明 stu_unm integer := 15; ...

  8. xtu字符串 A. Babelfish

    A. Babelfish Time Limit: 3000ms Memory Limit: 65536KB 64-bit integer IO format: %lld      Java class ...

  9. 【Kubernetes】Kubernetes的Service外部访问方式:NodePort和LoadBalancer

    Kubernetes的Pod的寿命是有限的,它们不会复活,因此尽管每个Pod都有自己的IP地址,但是这些IP地址是不可靠的,会随着Pod的消亡而消失. 这就带来一个问题,如果一些Pod的集合(称之为b ...

  10. POJ2455 Secret Milking Machine【二分,最大流】

    题目大意:N个点P条边,令存在T条从1到N的路径,求路径上的边权的最大值最小为多少 思路:做了好多二分+最大流的题了,思路很好出 二分出最大边权后建图,跑dinic 问题是....这题是卡常数的好题! ...