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. CSS样式表与格式布局

    样式表 CSS(Cascading Style Sheets  层叠样式表),作用是美化HTML网页. 内联样式表: 例:<p style="font-size:10px;" ...

  2. Static的使用

    (一) 当它用于函数定义时,或用于代码块之外的变量声明时,static关键字用于修饰修改标识符的连接属性,从external改为internal,但是标识符的存储类型和作用域不受影响.用这种方式声明的 ...

  3. C++ 11 之推导关键词

    C++ 11新增了两个推导关键词,auto & decltype 1.区别 auto:用于推导变量类型: decltype: 用于推导表达式或者函数返回值 2.直接上代码 intmain() ...

  4. 【风马一族_xml】xml的两种解析思想

    xml的解析思想 dom解析 将整个xml使用类似树的结构保存在内存中,再进行对其操作 是woc组织推荐的处理xml的一种方式 需要等到xml完全加载进内存才可以进行操作 耗费内存.当解析超大的xml ...

  5. NSS_06 extjs弹出窗口上的文本框默认获得焦点

    这个问题其实是个窗户纸, 没什么技术含量,但是做的过程中有点曲折, 所以也记录下来吧. Ext.window.Window中有focus(o1, o2)方法, 作用:Try to focus this ...

  6. 设置Linux时间 同步时间

    date命令将日期设置为2014年6月18日 ----   date -s 06/18/14 将时间设置为14点20分50秒 ----   date -s 14:20:50 将时间设置为2014年6月 ...

  7. nginx总结

    kill int 2333  进程号   停止程序 kiil quit 2322  优雅停止服务 kill -HUP 2333  优雅重启 从新读取配置文件 kill -HUP 'cat logs/n ...

  8. silverlight 生成二维码

    MainPage.xaml <Grid x:Name="LayoutRoot" Background="White"> <Border Bor ...

  9. Redis 二:入门基本篇

    .多数据库设置 - ,代表16个数据库 .glob风格通配符 keys * 返回所有 keys ba? 返回 bar keys b[a-z][a-z] 返回btt bar \x 匹配转义字符 .判断一 ...

  10. 标签跳转break和continue

    标签是后面跟有冒号的标识符,例如  label1: 在java中,标签起作用的唯一的地方刚好是在迭代语句之前. “刚好之前”的意思表明,在标签和迭代之间置入热和语句都不好. 而在迭代之前设置标签的唯一 ...