Information
Enhanced Protected Mode (EPM) adds additional security to Protected Mode and includes AppContainer and 64-bit tab processes. Like the Windows UI (Metro) Internet Explorer, AppContainer is now on by default on the desktop Internet Explorer. This prevents pages from reading or writing to the rest of the operating system. You can also use 64-bit tabs on the desktop IE (on 64-bit Windows). Running 64-bit tabs increases security on the desktop IE because 64-bit processes offer better protection against attacks that try to damage memory safety.

 

This tutorial will show you how to turn on or off 64-bit tab processes for Enhanced Protected Mode inInternet Explorer 11 for your account in 64-bit Windows 764-bit Windows 8, and 64-bit Windows 8.1.

 OPTION ONE 
 

Turn On or Off 64-bit Processes for EPM in IE11 Internet Options

1. Do step 2 or 3 below for how you would like to open Internet Options.

2. Open the Control Panel (icons view) in 64-bit Windows 8, click/tap on the Internet Optionsicon, and go to step 4 below.

3. Open Internet Explorer (for desktop in Windows 8), click/tap on the Tools  button, click/tap onInternet options, and go to step 4 below. (see screenshot below)

4. Do step 5 or 6 below for what you would like to do.

5. To Turn On 64-bit Processes for Enhanced Protected Mode in your IE11

A) In the Advanced tab, check the Enable 64-bit processes for Enhanced Protected Modebox under Security, and go to step 7 below. (see screenshot below step 7)
NOTE: If you have not already, you will need to also have the Enable Enhanced Protected Mode box checked.

6. To Turn Off 64-bit Processes for Enhanced Protected Mode in your IE11

A) In the Advanced tab, uncheck the Enable 64-bit processes for Enhanced Protected Modebox under Security, and go to step 7 below. (see screenshot below step 7)
NOTE: If you have not already, you will need to also have the Enable Enhanced Protected Mode box checked.

7. Click/tap on OK, and restart the PC to apply.

How to Enable 64-bit Processes for Enhanced Protected Mode in Internet Explorer 11 (IE11)的更多相关文章

  1. 什么是64位和32位internet explorer

    什么是64位和32位internet explorer 如果您使用 64 位版本的 Internet Explorer 时,您会遇到问题,请尝试使用 32 位版本的 Internet Explorer ...

  2. selenium启动IE浏览器报错:selenium.common.exceptions.WebDriverException: Message: Unexpected error launching Internet Explorer. Protected Mode settings are not the same for all zones. Enable Protected Mode mu

    意思是浏览器的保护模式设置不一致所导致 解决方案-->修改IE设置 将所有区域的保护模式勾选去掉即可

  3. Troubleshooting tips for using Java on Windows 8

    This article applies to: Platform(s): Windows 8 Will Java run in Start screen on Windows 8? Microsof ...

  4. Windows 8.1下使用IE 64位

    Internet Options -> Advanced -> Settings Security组 对Enable 64-bit processes for Enhanced Prote ...

  5. [PySpark] RDD programming on a large file

    重难点 一.parallelize 方法 一般来说,Spark会尝试根据集群的状况,来自动设定slices的数目.然而,你也可以通过传递给parallelize的第二个参数来进行手动设置. data_ ...

  6. Matplotlib学习笔记(一)

    原   matplotlib学习笔记 参考:Python数据科学入门教程 Python3.6.1 jupyter notebook .caret, .dropup > .btn > .ca ...

  7. numpy 基础操作

    Numpy 基础操作¶ 以numpy的基本数据例子来学习numpy基本数据处理方法 主要内容有: 创建数组 数组维度转换 数据选区和切片 数组数据计算 随机数 数据合并 数据统计计算 In [1]: ...

  8. 利用Sklearn实现加州房产价格预测,学习运用机器学习的整个流程(包含很多细节注解)

    Chapter1_housing_price_predict .caret, .dropup > .btn > .caret { border-top-color: #000 !impor ...

  9. Python数据分析学习(二):Numpy数组对象基础

    1.1数组对象基础 .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { bord ...

随机推荐

  1. 9款精美别致的CSS3菜单和按钮

    1.超具立体感的CSS3 3D菜单 菜单项带小图标 记得之前向大家分享过不少CSS3 3D菜单,比如CSS3 3D动画菜单 3D立方体菜单项和HTML5/CSS3自定义下拉框 3D卡片折叠动画,效果都 ...

  2. Excel中 设置使得每行的颜色不一样

        在编写测试案例的时候,众多的excel行看的眼睛花花的,这里给出一个小技巧,设置Excel的每行显示的颜色不一样,最终的效果如下:    具体操作:     1. Ctrl+A全选所有表格区域 ...

  3. Qt获得网页源码

    1.工程中添加网络模块 打开你的.pro文件插入以下代码 QT += network 2.添加代码 CodeQString NetWork::getWebSource(QUrl url) { QNet ...

  4. RSS 订阅

    <?xml version="1.0"?><%@ Page Language="C#" AutoEventWireup="true& ...

  5. ★Linux磁盘配额的使用 ★——牛刀小试

    磁盘配额的作用:限制普通用户使用磁盘的空间和创建文件的个数,不至于因为个别人的浪费而影响所有人的使用 需要用户程序quota软件包 #rpm -qa | grep quota  查看quota软件包安 ...

  6. c++11:function的用法

    function是函数.函数对象.函数指针.和成员函数的包装器,可以容纳任何类型的函数对象,函数指针,引用函数,成员函数的指针 普通函数 #include <functional> voi ...

  7. jquery.fullCalendar官方文档翻译(一款小巧好用的日程管理日历, 可集成Google Calendar)

    1. 使用方式, 引入相关js, css后, $(‘#div_name’).fullCalendar({//options});  接受的是一个option对象 2. 普通属性 2.1. year, ...

  8. devpress控件属性说明表

    XtraEditors 库中所有控件的公共功能 全部都可以绑定数据: 全部都可以独立使用或用于由 Developer Express 提供的容器控件(XtraGrid.XtraVerticalGrid ...

  9. 【转】理解JavaScript之闭包

    闭包(closure)是掌握Javascript从人门到深入一个非常重要的门槛,它是Javascript语言的一个难点,也是它的特色,很多高级应用都要依靠闭包实现.下面写下我的学习笔记~ 闭包-无处不 ...

  10. js 函数闭包内部返回函数体调用方法难点解答

    今天在网上,看到一篇关于js函数难点的文章,js函数的一些难点.在那上面提了一下,关于js函数返回另一个函数的问题,并附上了一道面试题: var add = function(x){ var sum ...