标签:des blog http io os 使用 ar strong for
IE企业模式介绍
企业模式,运行在Windows8.1 Update和Windows7 Internet Explorer 11上的兼容模式,让网站使用一种模仿Internet Explorer 8的修改浏览器配置方式呈现,避免在旧版本的Internet Explorer上编写和测试的Web应用程序出现常见兼容性问题。
Enterprise Mode Internet Explorer (“EmIE”) for Internet Explorer 11 改进了Internet Explorer 8兼容性,并且提供了管理工具。
客户将受益于现代的浏览器,同时降低了升级成本和维护现有的Web应用程序的投资。
企业模式的特点
企业模式包括以下功能:
重要:所有的集中制的决定覆盖任何本地做选择
如何开启Win7/Win8.1 Update IE11企业模式
这项功能默认是关闭的,用户可以通过如下方式开启,IT管理人员可以通过组策略来开启或关闭IE企业模式
Windows 7 SP1:
http://www.microsoft.com/zh-cn/download/details.aspx?id=42463
10.这时,打开Win7版IE11浏览器,调出IE11菜单栏,选择工具,即可手动开启企业模式(IE8兼容模式)访问网页。
Windows 8.1 Update
从 Windows 8 升级到 Windows 8.1
http://windows.microsoft.com/zh-cn/windows-8/update-from-windows-8-tutorial
▲开启IE11企业模式后,使用“User Agent”查询后,为标准版IE8浏览器
如何进行企业模式管理
IT管理人员通过一个集中管理的XML列表或组列表来控制哪些网站和路径的呈现在企业模式。
企业模式站点列表样本:
<rules version="3"> <emie> <domain>msdn.microsoft.com</domain> <domain exclude="false">bing.com <path exclude="true">images</path> </domain> <domain exclude="true">news.msn.com <path exclude="false">pop-culture</path> </domain> <domain>timecard</domain> <domain>tar</domain> </emie> </rules> |
企业模式站点管理工具方便IT对列表进行管理维护
Enterprise Mode Site List Manager
http://www.microsoft.com/en-us/download/details.aspx?id=42501
可通过新的组策略设置的两个注册表项可启用/禁用企业模式,并提供指向 XML 列表的本地链接或 URL 路径。例如,可以配置不同的部门或位置使用不同的列表。
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\ Policies\Microsoft\Internet Explorer\Main\EnterpriseMode] “Enable” = “” | {URL:port} |
该设置用于确定用户能否为存在兼容性问题的网站启用企业模式。此外,该策略还允许您指定每当用户打开或关闭企业模式时,从何处获取报告(通过 POST 消息)。 |
[HKEY_LOCAL_MACHINE\SOFTWARE\ Policies\Microsoft\Internet Explorer\Main\EnterpriseMode] “SiteList” = {File or URL} |
该设置用于指定可在何处查找您希望使用企业模式打开的网站的列表。可使用新的企业模式网站列表管理器工具来维护该列表。 |
相关链接
Enterprise Mode Site List Manager
Windows 7 and Windows Server 2008 R2
Windows 8.1 and Windows Server 2012 R2
标签:des blog http io os 使用 ar strong for
原文地址:http://www.cnblogs.com/developersupport/p/IE11-enterprise-mode.html