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. HDU 5093 Battle ships(二分图最大匹配)

    题意:一个m行n列的图由#.*.o三种符号组成,分别代表冰山.海域.浮冰,问最多可放的炮舰数(要求满足以下条件) 1.炮舰只可放在海域处 2.两个炮舰不能放在同一行或同一列(除非中间隔着一个或多个冰山 ...

  2. LLVM language 参考手册(译)(4)

    函数(Functions) LLVM函数定义由“define” 关键字,一个可选的链接标识,一个可选的可见性模式,一个可选的DLL存储类别,一个可选的调用约定,一个可选的 unnamed_addr 属 ...

  3. C# 玩家昵称屏蔽敏感字眼

    功能:使用正则  对玩家昵称处理,如果含有 屏蔽字库里的敏感字眼进行屏蔽.已封装成dll 1.屏蔽字库处理成所需要的正则格式:(所需正则表达式格式:".*((XX)|(XX)|(XX)|.. ...

  4. 简单版解决IE兼容性问题

    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> 在访问页面时, 如 ...

  5. 【Qt】Qt之自定义搜索框【转】

    简述 关于搜索框,大家都经常接触.例如:浏览器搜索.Windows资源管理器搜索等. 当然,这些对于Qt实现来说毫无压力,只要思路清晰,分分钟搞定. 简述 效果 细节分析 Coding 源码下载 效果 ...

  6. Silverlight C#动态设置样式

    1.从页面资源中获取样式并应用 btnTest.Style = (Style)this.Resources["BigButtonStyle"] 2.从项目中单独分开的资源字典文件( ...

  7. jasonTree多选多级树控件

    jasonTree1.0 jasonTree多选多级树控件(名字是自己取),用于友好的展示树形结构的数据,并可以多选,传统的做法是在一个select的下拉框中显示一个可折叠的树结构,公司的需求人员这种 ...

  8. 使用 PHP 验证表单数据

    使用 PHP 验证表单数据 首先我们对用户所有提交的数据都通过 PHP 的 htmlspecialchars() 函数处理. 当我们使用 htmlspecialchars() 函数时,在用户尝试提交以 ...

  9. Windows 下 Composer 与 Laravel 4 的安装

    1.安装Composer Composer是PHP的依附经管对象之一,官方网站 http://getcomposer.org/ .它支撑多种安装体式格式,对于在win下做开辟的草来说,最便捷的体式格式 ...

  10. 关于华为C8812救砖教程

    问题:华为C8812刷机后,开机显示:---------------------------------------------------------------- Image signature ...