Setting IE11 with Group Policy Preferences
一、Setting Home Page with Group Policy Preferences
1、Open the Group Policy Management Console and create a new GPO.
2、Browse to User Configuration -> Preferences -> Control Panel Settings -> Internet Settings. Right click and choose New -> Internet Explorer 10.
3、Enter the URL of the Home page you wish to set, and select start with home page. Notice the red dots underlining the home page entry.
4、You must press F5 (or F6), to confirm the entry. If you do not the setting will not be applied. Once you have done so, the entry turns green.
5、Function keys:
F5 – Enable all settings on the current tab.
F6 – Enable the currently selected setting.
F7 – Disable the currently selected setting.
F8 – Disable all settings on the current tab.
二、Setting a Proxy with Group Policy Preferences
Create or modify an existing Internet Settings policy as explained above, this time head over the connection tab -> Lan Settings.
Takeaway
- Internet Explorer Maintenance will NOT apply to to Internet Explorer 10 or above
- You will not be able to modify existing IEM GPOs from machines with IE10 or above installed
- Press F5 to confirm entries made to Group Policy Preferences Internet Settings, basically- made sure you’re green!
三、Where is the option to add an Internet Explorer 11 Group Policy Preference Internet Settings Policy?
1、There is no option. The Internet Explorer 10 option actually covers Internet Explorer from version 10 to … 99! That’s right 99. To prove this and to visually confirm this is the case, create a policy by using Internet Explorer 10 Internet Settings and find the unique ID of the GPO.
2、Browse to \\DC\SYSVOL\Domain\Policies\uniqueID\User\Preferences\InternetSettings and open the InternetSettings XML document in notepad. Note the 5th line which states version 10.0.0.0 -> 99.0.0.0.
四、用组策略的控制面板设置IE的proxy设定后,用户无法修改,这时去组策略的XML文件中查看。
The problem is due to fact that GPP editor incorrectly saves proxy/port values into XML file (it ignores checkbox "Use the same proxy server for all protocols" in Advanced window).
这个问题是因为GPP 将proxy/prot的值保存到XML文件中,忽略了高级中的“use the same proxy server for all protocols”这个复选框。
On client computers, proxy address and port are stored in registry value "ProxyServer" under "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings".
在client的计算机上,proxy地址和端口是存在注册表中的。
If you have "Use the same proxy ..." checkbox on, then this registry value keeps proxy parameters in form "<address>:<port>".
你勘察注册表的值,可以看到proxy parameters是以地址:端口的形式。
However, if checkbox is off, then this value stores list of addresses and ports for different protocols:
name="ProxyServer" "http=<address>:<port>;https=<address>:<port>;ftp=<address>:<port>".
name="ProxyServer" value="<address>:<port>"
如果checkbox是关闭的,这个值的形式是这样的。
GPP "Internet Settings" component stores its data in GPO object directory, in XML file "User\Preferences\Internet Settings\Internet Settings.xml".
IE的设置保存在Internet Settings.xml中。
This file has lots of "Reg" elements which contain values for IE registry keys. The one responsible for proxy address(es) and port(s) is this:
<Reg id="ProxyServerAndPort" type="REG_SZ" hive="HKEY_CURRENT_USER" key="Software\Microsoft\Windows\CurrentVersion\Internet Settings" name="ProxyServer" value="..." />
The value of "value" attribute is, obviously, what goes into "ProxyServer" registry value.
If you open InternetSettings.xml after you've faced the problem described in the post, you'll notice that you have a list of proxy addresses and ports, despite the fact that "Use the same proxy..." checkbox was set when you edited the GPO.
Solution is obvious: manually edit XML file and replace address/port list with single address/port pair, without specifying protocol (http/https/ftp).
解决方法:手动编辑XML文件。
Then you'll see your settings again, and it will be applied on clients as expected... until you edit and save it via
参考博文:
Setting IE11 with Group Policy Preferences的更多相关文章
- GPP(Group Policy Preferences)漏洞
再次之前先讲一些知识点: 密码的难题 每台Windows主机有一个内置的Administrator账户以及相关联的密码.大多数组织机构为了安全,可能都会要求更改密码,虽然这种方法的效果并不尽如人意.标 ...
- How to Add Trust Sites into IE before IE10 through Group Policy
Due to IE10 published, I'll conclude the methods that how to add trust sites in to IE of the version ...
- RDP setting group policy
RDP setting group policy 1.Login to domain controller and go to Group Policy Management tool2.Click ...
- Managing Group Policy with PowerShell
Overview In this article, I’ll talk about your options when it comes to managing Group Policy using ...
- 10 Common Problems Causing Group Policy To Not Apply
10 Common Problems Causing Group Policy To Not Apply Group Policy is a solid tool and is very stable ...
- How to apply Local Group Policy settings silently using the ImportRegPol.exe and Apply_LGPO_Delta.exe utilities.
参考:http://supportishere.com/how-to-apply-local-group-policy-settings-silently-using-the-importregpol ...
- DFS security warning and use group policy to set up internet security zones
Opening a file from a DFS domain share shows a security warning while openning from the server share ...
- Create a Group Policy Central Store
一.How to create a Group Policy Central Store You have downloaded or created your own Group Policy Ad ...
- [转]Missing MSS Settings in Security Options of Group Policy (GPO)
I'm currently working on a new Windows Server 2012 and Windows 8 project. As part of that project is ...
随机推荐
- TypeScript 入门指南
你是否听过 TypeScript? TypeScript 是微软开发的 JavaScript 的超集,TypeScript兼容JavaScript,可以载入JavaScript代码然后运行.TypeS ...
- atitit.atiOrm.js v2 q61 版本新特性.docx
atitit.atiOrm.js v2 q61 版本新特性.docx 1. V1新特性如下1 1.1. V2规划,直接生成sql在js端1 2. Orm设计框架图1 2.1. atiOrm.js的原理 ...
- [svc]caffe安装笔记-显卡购买
caffe,这是是数据组需要做一些大数据模型的训练(深度学习), 要求 服务器+显卡(运算卡), 刚开始老板让买的牌子是泰坦的(这是2年前的事情了). 后来买不到这个牌子的,(jd,tb)看过丽台的, ...
- 【项目总结】:怎样做一个牛逼的Team leader?
随着ITOO高校云平台3.1项目的结束,我们各种各样的总结也被提上了日程. Java版本号的全部开发者和Donet版本号的全部开发者坐在一起进行了关于项目开发管理的头脑风暴,尽管我仅仅是Donet开发 ...
- Post+Get方式接口测试代码编写
详细代码如下 package testproject; import java.io.BufferedReader; import java.io.IOException; import java.i ...
- Makefile 多个目标匹配的问题
在windows下直接使用mingw32-make # ZTHREAD_A the static link library file of ZThread ZTHREAD_A = F:/ZJ/tool ...
- linux命名对文件的读写和退出
vi xxx.txt 打开就能看到里面的内容.按 i 进入编辑模式,然后就可以输入内容了,也可以移动光标到你要删除内容的位置按删除键来删除内容.编辑完后可以按 Esc(键盘左上角) 进入命令模式.然后 ...
- Ubuntu14.4下搭配WEB服务器(apache + php + mysql)
今天,趁着自己动手安装web服务器的余热,将Ubuntu14.4搭配WEB服务器的过程记录下来. “一切皆文件”. 说明:网上关于类似搭配web服务器的教程,案例不计其数,但自己亲自动手“试试”,一定 ...
- poj 3653(最短路)
题目链接:http://poj.org/problem?id=3653 思路:题目意思很简单,就是二维平面上的图,要求起点到终点的最短路.建图略坑,需要坐标映射,化二维为一维.然后就是Dijkstra ...
- Eclipse下导入外部jar包的3种方式
http://blog.csdn.net/mazhaojuan/article/details/21403717