Scenario: You need to add some Intranet/Internet addresses to the IE compatibility list of all clients.
Implementation Method: Modify the Registry to form a BAT file and issue it through a group policy:
For companies with sound IT architecture, this set of policies is sometimes necessary. If you have less content on the Internet, share your practices.
First, find a client, take XP + IE8 as an example, open the Compatibility View list, and manually add the URL to be added
650) This. width = 650; "Title =" image "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; margin: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" image "src =" http://img1.51cto.com/attachment/201407/5/8850288_1404582373ssLm.png "Height =" 507 "/>
Next, open the registry. The registry key value set for compatibility is located in
HKEY_CURRENT_USER | SOFTWARE \ Microsoft \ Internet Explorer \ browseremulation \ clearablelistdata
In the userfilter key. Double-click to open a string of 16-bit values, which can be manually added here, because it is unclear what should be written inside, so I tried it several times and failed. Write it in IE in advance and let it be generated automatically here.
650) This. width = 650; "Title =" image "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" image "src =" http://img1.51cto.com/attachment/201407/5/8850288_1404582377NhEl.png "Height =" 357 "/>
Export the clearablelistdata key on the client as a reg file. Then, put the reg file in a shared directory that can be accessed by domain users, and write a bat script.
The bat script is thrown into the group policy to make the boot script.
650) This. width = 650; "Title =" image "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; margin: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" image "src =" http://img1.51cto.com/attachment/201407/5/8850288_1404582377nbHy.png "Height =" 287 "/>
650) This. width = 650; "Title =" image "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; margin: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" image "src =" http://img1.51cto.com/attachment/201407/5/8850288_1404582377tJNQ.png "Height =" 278 "/>
650) This. width = 650; "Title =" image "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" image "src =" http://img1.51cto.com/attachment/201407/5/8850288_1404582378v1yF.png "Height =" 533 "/>
For client verification, open ie after login, and the script is successfully executed to achieve this goal.
650) This. width = 650; "Title =" image "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; margin: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" image "src =" http://img1.51cto.com/attachment/201407/5/8850288_14045823783VAh.png "Height =" 483 "/>
This article is from the "castelomei rainy season" blog, please be sure to keep this source http://sodaxu.blog.51cto.com/8850288/1434953