How to Uninstall Internet Explorer 11 for Windows 7
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
Open the Control Panel. You can open the Control Panel from the Start menu.

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
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
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
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.

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

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.

- Internet Explorer will be reverted to the previously-installed version. This could be Internet Explorer 10, 9, or 8.
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".

- Open the Control Panel. You can open the Control Panel from the Start Menu.
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
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
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
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
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
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".

- Open the Control Panel. You can open the Control Panel from the Start Menu.
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的更多相关文章
- 企业IT管理员IE11升级指南【6】—— Internet Explorer 11面向IT专业人员的常见问题
企业IT管理员IE11升级指南 系列: [1]—— Internet Explorer 11增强保护模式 (EPM) 介绍 [2]—— Internet Explorer 11 对Adobe Flas ...
- 解决安装失败的 Internet Explorer 11
注意:这篇文章是由无人工介入的微软自动的机器翻译软件翻译完成.微软很高兴能同时提供给您由人工翻译的和由机器翻译的文章, 以使您能使用您的语言访问所有的知识库文章.然而由机器翻译的文章并不总是完美的.它 ...
- Internet Explorer 11:不要再叫我IE
上周,Internet Explorer 11搭载Windows 8.1预览版而来,相信很多浏览迷也已经在使用中.Internet Explorer 11 Preview 改进了与 Web 标准.其他 ...
- 企业IT管理员IE11升级指南【1】—— Internet Explorer 11增强保护模式 (EPM) 介绍
企业IT管理员IE11升级指南 系列: [1]—— Internet Explorer 11增强保护模式 (EPM) 介绍 [2]—— Internet Explorer 11 对Adobe Flas ...
- 企业IT管理员IE11升级指南【2】—— Internet Explorer 11 对Adobe Flash的支持
企业IT管理员IE11升级指南 系列: [1]—— Internet Explorer 11增强保护模式 (EPM) 介绍 [2]—— Internet Explorer 11 对Adobe Flas ...
- IE11新特性 -- Internet Explorer 11:请不要再叫我IE
Internet Explorer 11 中的一些新特性,包括对WebGL 的支持.预抓取.预渲染.flexbox.mutationobservers 以及其他一些 Web 标准的支持.但是更有趣的是 ...
- 企业IT管理员IE11升级指南【11】—— 通过SCCM 2012和WSUS部署Internet Explorer 11
企业IT管理员IE11升级指南 系列: [1]—— Internet Explorer 11增强保护模式 (EPM) 介绍 [2]—— Internet Explorer 11 对Adobe Flas ...
- 下载 Internet Explorer 11(脱机安装程序)
https://support.microsoft.com/zh-cn/help/18520/download-internet-explorer-11-offline-installer 语言 本 ...
- 如何在 Internet Explorer 11中开启 WebGL
原文地址:http://www.hiwebgl.com/?p=1210 国外开发者Francois Remy在泄露版Windows Blue附带的Internet Explorer 11中发现,Web ...
随机推荐
- python基础一 day4 字典
增加: 结果 删: 结果: 结果: 返回值是一个元组形式的键值 改: 结果: 结果: 代码: info=inpu ...
- DLL动态链接库的创建
dll的创建主要有两种方法:一是使用 __declspec(dllexport) 创建dll,二是使用模块定义(.def)文件创建dll. 使用 __declspec(dllexport) 创建dll ...
- [BZOJ3207]:花神的嘲讽(分块解法)
题目传送门 题目描述:背景花神是神,一大癖好就是嘲讽大J,举例如下:“哎你傻不傻的![hqz:大笨J]”“这道题又被J屎过了!!”“J这程序怎么跑这么快!J要逆袭了!”…… 描述这一天DJ在给吾等众蒟 ...
- 异常:java.lang.NoClassDefFoundError: org/springframework/expression/ParserContext
异常:java.lang.NoClassDefFoundError: org/springframework/expression/ParserContext 解决方案:缺少spring-expres ...
- 如何用纯 CSS 创作一个同心圆弧旋转 loader 特效
效果预览 在线演示 按下右侧的"点击预览"按钮在当前页面预览,点击链接全屏预览. https://codepen.io/zhang-ou/pen/OZmXQX 可交互视频教程 此视 ...
- JS中的方法运用笔记
1.警告(alert 消息对话框) alert(字符串或变量); <script type="text/javascript"> var mynum = 30; ale ...
- 电源模块PCB设计
电源模块的PCB设计 电源电路是一个电子产品的重要组成部分,电源电路设计的好坏,直接牵连产品性能的好坏.我们电子产品的电源电路主要有线性电源和高频开关电源.从理论上讲,线性电源是用户需要多少电流,输入 ...
- 大数据学习——linux常用命令(四)
四 查到命令 1 查找可执行的命令所在的路径 which ls 查ls命令所在的路径 2 查找可执行的命令和帮助的位置 whereiis ls 3 从某个文件夹开始查找文件 find / -name ...
- sql无效字符 执行sql语句报错解决方案
以为是sql中参数赋值有问题,但是将sql语句直接copy到PLSQL中执行,却没问题,纠结了好久,原来是 insert语句多了:唉,坑爹 http://www.jb51.net/article/32 ...
- MT6755 使用R63350 IC 出现唤醒概率性闪白,并导致ESD FAIL
现象描述. 手机自动灭屏后按power键或home 键点亮屏幕,概率性上方有白色的一道,还会闪两三下屏.使用的LCM IC是:r63350, (FHD VDO)屏,附件为mtklog看看是什么原因? ...